Lines Matching refs:mHybridCtx
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()
380 res = mDecoderDecode(mCtx,mHybridCtx,NULL,0,true); in ProcessorProcess()
444 fb_index = mGetRawDataOutput(mCtx,mHybridCtx,dst,height,stride); in FillRenderBuffer()
465 fb_index = mGetOutput(mCtx,mHybridCtx, &mDecodedImageWidth, &mDecodedImageHeight); in FillRenderBuffer()
467 fb_index = mGetOutput(mCtx,mHybridCtx, &mDecodedImageNewWidth, &mDecodedImageNewHeight); in FillRenderBuffer()
620 mDeinitDecoder(mHybridCtx); in HandleFormatChange()
724 return mCheckBufferAvailable(mHybridCtx); in IsAllBufferAvailable()