Searched defs:pDecoderContext (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp398 VideoEditorAudioDecoder_Context* pDecoderContext = M4OSA_NULL; local
404 pDecoderContext = (VideoEditorAudioDecoder_Context*)pContext;
407 if( M4OSA_NULL != pDecoderContext->mDecoder.get() ) {
408 pDecoderContext->mDecoder->stop();
412 pDecoderContext->mDecoderSource.clear();
413 pDecoderContext->mDecoder.clear();
414 pDecoderContext->mClient.disconnect();
416 SAFE_FREE(pDecoderContext);
434 VideoEditorAudioDecoder_Context* pDecoderContext = M4OSA_NULL; local
448 SAFE_MALLOC(pDecoderContext, VideoEditorAudioDecoder_Contex
622 VideoEditorAudioDecoder_Context* pDecoderContext = M4OSA_NULL; local
653 VideoEditorAudioDecoder_Context* pDecoderContext = M4OSA_NULL; local
717 VideoEditorAudioDecoder_Context* pDecoderContext = M4OSA_NULL; local
803 VideoEditorAudioDecoder_Context* pDecoderContext = M4OSA_NULL; local
850 VideoEditorAudioDecoder_Context* pDecoderContext = M4OSA_NULL; local
[all...]

Completed in 38 milliseconds