Lines Matching refs:mHybridCtx
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()
341 fb_index = mGetOutput(mCtx,mHybridCtx, &mDecodedImageNewWidth, &mDecodedImageNewHeight); in FillRenderBuffer()
475 mDeinitDecoder(mHybridCtx); in HandleFormatChange()
572 return mCheckBufferAvailable(mHybridCtx); in IsAllBufferAvailable()