Lines Matching refs:mHybridCtx
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()
382 res = mDecoderDecode(mCtx,mHybridCtx,NULL,0,true); in ProcessorProcess()
451 fb_index = mGetRawDataOutput(mCtx,mHybridCtx,dst,height,stride); in FillRenderBuffer()
472 fb_index = mGetOutput(mCtx,mHybridCtx, &mDecodedImageWidth, &mDecodedImageHeight); in FillRenderBuffer()
474 fb_index = mGetOutput(mCtx,mHybridCtx, &mDecodedImageNewWidth, &mDecodedImageNewHeight); in FillRenderBuffer()
627 mDeinitDecoder(mHybridCtx); in HandleFormatChange()
731 return mCheckBufferAvailable(mHybridCtx); in IsAllBufferAvailable()