Home
last modified time | relevance | path

Searched refs:mHybridCtx (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp118 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 …]
DOMXVideoDecoderVP9Hybrid.h63 void *mHybridCtx; variable