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