Searched refs:mDecoderDecode (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9Hybrid.cpp | 41 mDecoderDecode = NULL; in OMXVideoDecoderVP9Hybrid() 125 mDecoderDecode = (DecodeFunc)dlsym(mLibHandle, "Decoder_Decode"); in ProcessorInit() 133 || mDecoderDecode == NULL || mCheckBufferAvailable == NULL in ProcessorInit() 251 mDecoderDecode(mCtx,mHybridCtx,NULL,0,true); in ProcessorFlush() 340 mDecoderDecode(mCtx, mHybridCtx, firstFrame, firstFrameSize, false); in ProcessorProcess() 369 …int res = mDecoderDecode(mCtx,mHybridCtx,inBuffer->pBuffer + inBuffer->nOffset,inBuffer->nFilledLe… in ProcessorProcess() 382 res = mDecoderDecode(mCtx,mHybridCtx,NULL,0,true); in ProcessorProcess()
|
D | OMXVideoDecoderVP9Hybrid.h | 84 DecodeFunc mDecoderDecode; variable
|