Home
last modified time | relevance | path

Searched refs:max_unmatched_frames (Results 1 – 18 of 18) sorted by relevance

/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_snapshot.c539 attr.max_unmatched_frames = 3; in mm_app_start_capture_raw()
607 attr.max_unmatched_frames = 3; in mm_app_start_capture()
Dmm_qcamera_preview.c721 attr.max_unmatched_frames = 3; in mm_app_start_preview_zsl()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_snapshot.c539 attr.max_unmatched_frames = 3; in mm_app_start_capture_raw()
607 attr.max_unmatched_frames = 3; in mm_app_start_capture()
Dmm_qcamera_preview.c721 attr.max_unmatched_frames = 3; in mm_app_start_preview_zsl()
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_snapshot.c540 attr.max_unmatched_frames = 3; in mm_app_start_capture_raw()
612 attr.max_unmatched_frames = 3; in mm_app_start_capture()
Dmm_qcamera_preview.c1051 attr.max_unmatched_frames = 3; in mm_app_start_preview_zsl()
/device/lge/bullhead/camera/QCamera2/stack/common/
Dmm_camera_interface.h339 uint8_t max_unmatched_frames; member
/device/huawei/angler/camera/QCamera2/stack/common/
Dmm_camera_interface.h339 uint8_t max_unmatched_frames; member
/device/google/marlin/camera/QCamera2/stack/common/
Dmm_camera_interface.h382 uint8_t max_unmatched_frames; member
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c2477 if ((queue->attr.max_unmatched_frames < unmatched_bundles) in mm_channel_superbuf_comp_and_enqueue()
2485 while ((queue->attr.max_unmatched_frames < unmatched_bundles) in mm_channel_superbuf_comp_and_enqueue()
2505 if (queue->attr.max_unmatched_frames < unmatched_bundles) { in mm_channel_superbuf_comp_and_enqueue()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c2477 if ((queue->attr.max_unmatched_frames < unmatched_bundles) in mm_channel_superbuf_comp_and_enqueue()
2485 while ((queue->attr.max_unmatched_frames < unmatched_bundles) in mm_channel_superbuf_comp_and_enqueue()
2505 if (queue->attr.max_unmatched_frames < unmatched_bundles) { in mm_channel_superbuf_comp_and_enqueue()
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c2905 if ((queue->attr.max_unmatched_frames < unmatched_bundles) in mm_channel_superbuf_comp_and_enqueue()
2913 while ((queue->attr.max_unmatched_frames < unmatched_bundles) in mm_channel_superbuf_comp_and_enqueue()
2933 if (queue->attr.max_unmatched_frames < unmatched_bundles) { in mm_channel_superbuf_comp_and_enqueue()
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.cpp6939 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addVideoChannel()
7001 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addSnapshotChannel()
7058 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addRawChannel()
7147 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addZSLChannel()
7269 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addCaptureChannel()
7733 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addReprocChannel()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWI.cpp5293 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addSnapshotChannel()
5415 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addZSLChannel()
5526 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addCaptureChannel()
5898 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addReprocChannel()
/device/huawei/angler/camera/QCamera2/HAL/
DQCamera2HWI.cpp5295 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addSnapshotChannel()
5417 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addZSLChannel()
5528 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addCaptureChannel()
5900 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addReprocChannel()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Channel.cpp3443 attr.max_unmatched_frames = 1; in initialize()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Channel.cpp3443 attr.max_unmatched_frames = 1; in initialize()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Channel.cpp3939 attr.max_unmatched_frames = 1; in initialize()