Home | History | Annotate | Download | only in src

Lines Matching refs:ch_type

133             fmt.ch_type = MM_CAMERA_CH_PREVIEW;
165 fmt.ch_type = MM_CAMERA_CH_VIDEO;
229 mm_camera_channel_type_t ch_type)
234 LOGV("%s: E, channel = %d\n", __func__, ch_type);
236 if (MM_CAMERA_CH_MAX <= ch_type) {
241 cam_ops_ch_release(cameraId, ch_type);
243 LOGV("%s: X, channel = %d\n", __func__, ch_type);
279 fmt.ch_type = MM_CAMERA_CH_PREVIEW;
286 fmt.ch_type = MM_CAMERA_CH_VIDEO;
292 fmt.ch_type = MM_CAMERA_CH_RAW;
298 fmt.ch_type = MM_CAMERA_CH_SNAPSHOT;