Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_camera_interface.h345 MM_CAMERA_SUPER_BUF_PRIORITY_LOW,/* Bundled metadata frame may not match*/ enumerator
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c3136 || ((queue->attr.priority == MM_CAMERA_SUPER_BUF_PRIORITY_LOW) in mm_channel_superbuf_comp_and_enqueue()
3141 || ((queue->attr.priority == MM_CAMERA_SUPER_BUF_PRIORITY_LOW) in mm_channel_superbuf_comp_and_enqueue()
3336 if ((queue->attr.priority == MM_CAMERA_SUPER_BUF_PRIORITY_LOW) in mm_channel_superbuf_comp_and_enqueue()
Dmm_camera_muxer.c1958 MM_CAMERA_SUPER_BUF_PRIORITY_LOW)) { in mm_camera_muxer_do_frame_sync()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp7788 attr.priority = MM_CAMERA_SUPER_BUF_PRIORITY_LOW; in addSnapshotChannel()