Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/hidl/
DHidlCameraDeviceUser.cpp50 static constexpr int32_t CAMERA_REQUEST_METADATA_QUEUE_SIZE = 1 << 20 /* 1 MB */; variable
67 int32_t reqFMQSize = CAMERA_REQUEST_METADATA_QUEUE_SIZE; in initDevice()
/frameworks/av/services/camera/libcameraservice/aidl/
DAidlCameraDeviceUser.cpp44 constexpr int32_t CAMERA_REQUEST_METADATA_QUEUE_SIZE = 1 << 20 /* 1 MB */; variable
65 int32_t reqFMQSize = CAMERA_REQUEST_METADATA_QUEUE_SIZE; in initDevice()