Searched refs:mHybridCtx (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9Hybrid.cpp | 118 if (mOpenDecoder(&mCtx,&mHybridCtx) == false) { in ProcessorInit() 123 …mInitDecoder(mHybridCtx,bufferSize,bufferStride,bufferWidth, bufferHeight,bufferCount,gralloc_mode… in ProcessorInit() 152 …mInitDecoder(mHybridCtx,bufferSize,bufferStride,bufferWidth,bufferHeight,bufferCount,gralloc_mode,… in ProcessorReset() 178 mCloseDecoder(mCtx,mHybridCtx); in ProcessorDeinit() 195 mDecoderDecode(mCtx,mHybridCtx,NULL,0,true); in ProcessorFlush() 196 mGetOutput(mCtx,mHybridCtx, &width, &height); in ProcessorFlush() 207 mSingalRenderDone(mHybridCtx,handle); in ProcessorPreFillBuffer() 243 …int res = mDecoderDecode(mCtx,mHybridCtx,inBuffer->pBuffer + inBuffer->nOffset,inBuffer->nFilledLe… in ProcessorProcess() 252 res = mDecoderDecode(mCtx,mHybridCtx,NULL,0,true); in ProcessorProcess() 321 fb_index = mGetRawDataOutput(mCtx,mHybridCtx,dst,height,stride); in FillRenderBuffer() [all …]
|
D | OMXVideoDecoderVP9Hybrid.h | 63 void *mHybridCtx; variable
|