Searched refs:mHybridCtx (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9Hybrid.cpp | 139 if (mOpenDecoder(&mCtx,&mHybridCtx) == false) { in ProcessorInit() 147 mInitDecoder(mHybridCtx, bufferSize, bufferHStride, bufferWidth, in ProcessorInit() 198 mInitDecoder(mHybridCtx, bufferSize, bufferHStride, bufferWidth, in ProcessorReset() 234 mCloseDecoder(mCtx,mHybridCtx); in ProcessorDeinit() 251 mDecoderDecode(mCtx,mHybridCtx,NULL,0,true); in ProcessorFlush() 252 mGetOutput(mCtx,mHybridCtx, &width, &height); in ProcessorFlush() 279 mSingalRenderDone(mHybridCtx, handle, !found); in ProcessorPreFillBuffer() 282 mSingalRenderDone(mHybridCtx, handle, false); in ProcessorPreFillBuffer() 340 mDecoderDecode(mCtx, mHybridCtx, firstFrame, firstFrameSize, false); in ProcessorProcess() 369 …int res = mDecoderDecode(mCtx,mHybridCtx,inBuffer->pBuffer + inBuffer->nOffset,inBuffer->nFilledLe… in ProcessorProcess() [all …]
|
D | OMXVideoDecoderVP9Hybrid.h | 63 void *mHybridCtx; variable
|