Searched refs:reproc_stream (Results 1 – 4 of 4) sorted by relevance
226 test_obj->reproc_stream = stream; in mm_app_add_reprocess_channel()273 test_obj->reproc_stream = NULL; in mm_app_stop_reprocess()295 if ( NULL == test_obj->reproc_stream ) { in mm_app_do_reprocess()327 test_obj->reproc_stream->s_config.stream_info->parm_buf = param; in mm_app_do_reprocess()330 test_obj->reproc_stream->s_id, in mm_app_do_reprocess()331 … &test_obj->reproc_stream->s_config.stream_info->parm_buf); in mm_app_do_reprocess()
549 if ( pme->enable_reproc && ( NULL != pme->reproc_stream ) ) { in mm_app_zsl_notify_cb()
2243 QCameraStream *reproc_stream = NULL; in syncStreamParams() local2252 &reproc_stream, in syncStreamParams()2281 if ((NULL != reproc_stream) && (reproc_stream != main_stream)) { in syncStreamParams()2282 ret = reproc_stream->syncRuntimeParams(); in syncStreamParams()2314 QCameraStream *reproc_stream = NULL; in encodeData() local2349 &reproc_stream, in encodeData()2520 QCameraStream *reproc_stream = NULL; in encodeData() local2525 &reproc_stream, in encodeData()2583 if ((reproc_stream != NULL) && (m_DataMem == NULL) && in encodeData()2586 QCameraHeapMemory* miscBufHandler = reproc_stream->getMiscBuf(); in encodeData()[all …]
250 mm_camera_stream_t *reproc_stream; member