Searched defs:abc (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_rdi.c104 cam_stream_size_info_t abc ; local
105 memset (&abc , 0, sizeof (cam_stream_size_info_t));
129 abc.num_streams = 1;
130 abc.postprocess_mask[0] = 0;
131 abc.stream_sizes[0].width = cam_cap->raw_dim[0].width;
132 abc.stream_sizes[0].height = cam_cap->raw_dim[0].height;
133 abc.type[0] = CAM_STREAM_TYPE_RAW;
134 abc.buffer_info.min_buffers = num_bufs;
135 abc.buffer_info.max_buffers = num_bufs;
136 abc
284 cam_stream_size_info_t abc ; local
[all...]
H A Dmm_qcamera_snapshot.c662 cam_stream_size_info_t abc ; local
663 memset (&abc , 0, sizeof (cam_stream_size_info_t));
675 rc = setmetainfoCommand(test_obj, &abc);
H A Dmm_qcamera_preview.c866 cam_stream_size_info_t abc ; local
867 memset (&abc , 0, sizeof (cam_stream_size_info_t));
870 abc.num_streams = 2;
872 abc.num_streams = 1;
874 abc.postprocess_mask[0] = 2178;
875 abc.stream_sizes[0].width = preview_dim.width;
876 abc.stream_sizes[0].height = preview_dim.height;
877 abc.type[0] = CAM_STREAM_TYPE_PREVIEW;
880 abc.postprocess_mask[1] = analysis_pp_mask;
881 abc
947 cam_stream_size_info_t abc ; local
1230 cam_stream_size_info_t abc ; local
[all...]

Completed in 77 milliseconds