OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFrameResolutionFunc
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.h
79
typedef bool (*
GetFrameResolutionFunc
)(const uint8_t *, uint32_t , uint32_t *, uint32_t *);
88
GetFrameResolutionFunc
mGetFrameResolution;
OMXVideoDecoderVP9Hybrid.cpp
129
mGetFrameResolution = (
GetFrameResolutionFunc
)dlsym(mLibHandle, "Decoder_GetFrameResolution");
Completed in 155 milliseconds