Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.h76 typedef int (*GetOutputFunc)(void*, void *, unsigned int *, unsigned int *); typedef
86 GetOutputFunc mGetOutput;
DOMXVideoDecoderVP9Hybrid.cpp128 mGetOutput = (GetOutputFunc)dlsym(mLibHandle, "Decoder_GetOutput"); in ProcessorInit()