Searched defs:good_frame_idx_range (Results 1 - 4 of 4) sorted by relevance

/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c1771 cam_frame_idx_range_t good_frame_idx_range; local
1776 * for good_frame_idx_range, and small enough to still capture an image */
1779 memset(&good_frame_idx_range, 0, sizeof(good_frame_idx_range));
1813 good_frame_idx_range = *((cam_frame_idx_range_t*)
1816 CDBG("%s: good_frame_idx_range : min: %d, max: %d , num frames = %d",
1817 __func__, good_frame_idx_range.min_frame_idx,
1818 good_frame_idx_range.max_frame_idx, good_frame_idx_range.num_led_on_frames);
1876 if (good_frame_idx_range
[all...]
/device/asus/flo/camera/QCamera2/stack/common/
H A Dcam_types.h771 * 1. good_frame_idx_range.min_frame_idx > current_frame_idx
772 * 2. good_frame_idx_range.min_frame_idx - current_frame_idx < 100 */
773 cam_frame_idx_range_t good_frame_idx_range; member in struct:__anon155
/device/lge/hammerhead/camera/QCamera2/stack/common/
H A Dcam_types.h822 * 1. good_frame_idx_range.min_frame_idx > current_frame_idx
823 * 2. good_frame_idx_range.min_frame_idx - current_frame_idx < 100 */
824 cam_frame_idx_range_t good_frame_idx_range; member in struct:__anon652
/device/moto/shamu/camera/QCamera2/stack/common/
H A Dcam_types.h1026 * 1. good_frame_idx_range.min_frame_idx > current_frame_idx
1027 * 2. good_frame_idx_range.min_frame_idx - current_frame_idx < 100 */
1028 cam_frame_idx_range_t good_frame_idx_range; member in struct:__anon1731

Completed in 54 milliseconds