Home
last modified time | relevance | path

Searched refs:HDF_EVENT_CONTENT_MAX_LENGTH (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_provider/
H A Ddcamera_provider.h28 const uint32_t HDF_EVENT_CONTENT_MAX_LENGTH = 50 * 1024 * 1024; variable
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_provider/
H A Ddcamera_provider.cpp383 return event.content_.length() > HDF_EVENT_CONTENT_MAX_LENGTH; in IsDCameraHDFEventInvalid()