Searched refs:reproc_stream (Results 1 – 4 of 4) sorted by relevance
221 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()
296 if ( pme->enable_reproc && ( NULL != pme->reproc_stream ) ) { in mm_app_zsl_notify_cb()
1402 QCameraStream *reproc_stream = NULL; in syncStreamParams() local1411 &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() local1508 &reproc_stream, in encodeData()
245 mm_camera_stream_t *reproc_stream; member