Searched refs:mGetOutput (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9Hybrid.cpp | 43 mGetOutput = NULL; in OMXVideoDecoderVP9Hybrid() 127 mGetOutput = (GetOutputFunc)dlsym(mLibHandle, "Decoder_GetOutput"); in ProcessorInit() 134 || mGetOutput == NULL || mGetRawDataOutput == NULL in ProcessorInit() 252 mGetOutput(mCtx,mHybridCtx, &width, &height); in ProcessorFlush() 472 fb_index = mGetOutput(mCtx,mHybridCtx, &mDecodedImageWidth, &mDecodedImageHeight); in FillRenderBuffer() 474 fb_index = mGetOutput(mCtx,mHybridCtx, &mDecodedImageNewWidth, &mDecodedImageNewHeight); in FillRenderBuffer()
|
D | OMXVideoDecoderVP9Hybrid.h | 86 GetOutputFunc mGetOutput; variable
|