Home
last modified time | relevance | path

Searched refs:GetFrameResolutionFunc (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.h79 typedef bool (*GetFrameResolutionFunc)(const uint8_t *, uint32_t , uint32_t *, uint32_t *); typedef
88 GetFrameResolutionFunc mGetFrameResolution;
DOMXVideoDecoderVP9Hybrid.cpp130 mGetFrameResolution = (GetFrameResolutionFunc)dlsym(mLibHandle, "Decoder_GetFrameResolution"); in ProcessorInit()