Home
last modified time | relevance | path

Searched refs:MM_CAMERA_SUPER_BUF_PRIORITY_LOW (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/common/
Dmm_camera_interface.h334 MM_CAMERA_SUPER_BUF_PRIORITY_LOW,/* Bundled metadata frame may not match*/ enumerator
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c2693 || ((queue->attr.priority == MM_CAMERA_SUPER_BUF_PRIORITY_LOW) in mm_channel_superbuf_comp_and_enqueue()
2698 || ((queue->attr.priority == MM_CAMERA_SUPER_BUF_PRIORITY_LOW) in mm_channel_superbuf_comp_and_enqueue()
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.cpp6887 attr.priority = MM_CAMERA_SUPER_BUF_PRIORITY_LOW; in addSnapshotChannel()