Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/hidl/
H A DHidlCameraDeviceUser.cpp46 static constexpr int32_t CAMERA_REQUEST_METADATA_QUEUE_SIZE = 1 << 20 /* 1 MB */; variable
62 int32_t reqFMQSize = CAMERA_REQUEST_METADATA_QUEUE_SIZE; in initDevice()
/aosp12/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.cpp35 static constexpr int32_t CAMERA_REQUEST_METADATA_QUEUE_SIZE = 1 << 20 /* 1MB */; variable
109 reqFMQSize = CAMERA_REQUEST_METADATA_QUEUE_SIZE; in initialize()