Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/stack/common/
Dmm_camera_interface.h330 MM_CAMERA_SUPER_BUF_PRIORITY_LOW,/* Bundled metadata frame may not match*/ enumerator
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c2790 || ((queue->attr.priority == MM_CAMERA_SUPER_BUF_PRIORITY_LOW) in mm_channel_superbuf_comp_and_enqueue()
2795 || ((queue->attr.priority == MM_CAMERA_SUPER_BUF_PRIORITY_LOW) in mm_channel_superbuf_comp_and_enqueue()
2990 if ((queue->attr.priority == MM_CAMERA_SUPER_BUF_PRIORITY_LOW) in mm_channel_superbuf_comp_and_enqueue()
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.cpp7017 attr.priority = MM_CAMERA_SUPER_BUF_PRIORITY_LOW; in addSnapshotChannel()