OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDecoderDecode
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.h
84
DecodeFunc
mDecoderDecode
;
OMXVideoDecoderVP9Hybrid.cpp
41
mDecoderDecode
= NULL;
125
mDecoderDecode
= (DecodeFunc)dlsym(mLibHandle, "Decoder_Decode");
133
||
mDecoderDecode
== NULL || mCheckBufferAvailable == NULL
251
mDecoderDecode
(mCtx,mHybridCtx,NULL,0,true);
340
mDecoderDecode
(mCtx, mHybridCtx, firstFrame, firstFrameSize, false);
369
int res =
mDecoderDecode
(mCtx,mHybridCtx,inBuffer->pBuffer + inBuffer->nOffset,inBuffer->nFilledLen, eos);
382
res =
mDecoderDecode
(mCtx,mHybridCtx,NULL,0,true);
Completed in 215 milliseconds