HomeSort by relevance Sort by last modified time
    Searched refs:mGetFrameResolution (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.h 88 GetFrameResolutionFunc mGetFrameResolution;
OMXVideoDecoderVP9Hybrid.cpp 45 mGetFrameResolution = NULL;
129 mGetFrameResolution = (GetFrameResolutionFunc)dlsym(mLibHandle, "Decoder_GetFrameResolution");
135 || mGetFrameResolution == NULL || mDeinitDecoder == NULL) {
210 ret = mGetFrameResolution(data,data_sz, &width, &height);
327 bool mRet = mGetFrameResolution(inBuffer->pBuffer + inBuffer->nOffset, inBuffer->nFilledLen,

Completed in 137 milliseconds