Searched refs:reproc_stream (Results 1 – 4 of 4) sorted by relevance
223 test_obj->reproc_stream = stream; in mm_app_add_reprocess_channel()270 test_obj->reproc_stream = NULL; in mm_app_stop_reprocess()292 if ( NULL == test_obj->reproc_stream ) { in mm_app_do_reprocess()324 test_obj->reproc_stream->s_config.stream_info->parm_buf = param; in mm_app_do_reprocess()327 test_obj->reproc_stream->s_id, in mm_app_do_reprocess()328 … &test_obj->reproc_stream->s_config.stream_info->parm_buf); in mm_app_do_reprocess()
447 if ( pme->enable_reproc && ( NULL != pme->reproc_stream ) ) { in mm_app_zsl_notify_cb()
2013 QCameraStream *reproc_stream = NULL; in syncStreamParams() local2022 &reproc_stream, in syncStreamParams()2051 if ((NULL != reproc_stream) && (reproc_stream != main_stream)) { in syncStreamParams()2052 ret = reproc_stream->syncRuntimeParams(); in syncStreamParams()2085 QCameraStream *reproc_stream = NULL; in encodeData() local2118 &reproc_stream, in encodeData()2214 QCameraStream *reproc_stream = NULL; in encodeData() local2219 &reproc_stream, in encodeData()2277 if ((reproc_stream != NULL) && (m_DataMem == NULL) && in encodeData()2280 QCameraHeapMemory* miscBufHandler = reproc_stream->getMiscBuf(); in encodeData()[all …]
244 mm_camera_stream_t *reproc_stream; member