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

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp70 VideoEditorVideoDecoder_Context* mpDecShellContext; member in class:VideoEditorVideoDecoderSource
89 mpDecShellContext = (VideoEditorVideoDecoder_Context*) decoderShellContext;
164 err = mpDecShellContext->m_pReaderGlobal->m_pFctGetPrevRapTime(
165 mpDecShellContext->m_pReader->m_readerContext,
166 (M4_StreamHandler*)mpDecShellContext->m_pVideoStreamhandler,
178 err = mpDecShellContext->m_pReaderGlobal->m_pFctJump(
179 mpDecShellContext->m_pReader->m_readerContext,
180 (M4_StreamHandler*)mpDecShellContext->m_pVideoStreamhandler,
199 M4_AccessUnit* pAccessUnit = mpDecShellContext->m_pNextAccessUnitToDecode;
200 lerr = mpDecShellContext
[all...]

Completed in 99 milliseconds