Home
last modified time | relevance | path

Searched refs:reproc_stream (Results 1 – 4 of 4) sorted by relevance

/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_reprocess.c221 test_obj->reproc_stream = stream; in mm_app_add_reprocess_channel()
272 test_obj->reproc_stream = NULL; in mm_app_stop_reprocess()
296 if ( NULL == test_obj->reproc_stream ) { in mm_app_do_reprocess()
336 test_obj->reproc_stream->s_config.stream_info->parm_buf = param; in mm_app_do_reprocess()
339 test_obj->reproc_stream->s_id, in mm_app_do_reprocess()
340 … &test_obj->reproc_stream->s_config.stream_info->parm_buf); in mm_app_do_reprocess()
Dmm_qcamera_preview.c296 if ( pme->enable_reproc && ( NULL != pme->reproc_stream ) ) { in mm_app_zsl_notify_cb()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraPostProc.cpp1402 QCameraStream *reproc_stream = NULL; in syncStreamParams() local
1411 &reproc_stream, in syncStreamParams()
1443 if ((NULL != reproc_stream) && (reproc_stream != main_stream)) { in syncStreamParams()
1444 ret = reproc_stream->syncRuntimeParams(); in syncStreamParams()
1478 QCameraStream *reproc_stream = NULL; in encodeData() local
1508 &reproc_stream, in encodeData()
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h245 mm_camera_stream_t *reproc_stream; member