OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsBufferAvailableFunc
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.h
75
typedef bool (*
IsBufferAvailableFunc
)(void *);
85
IsBufferAvailableFunc
mCheckBufferAvailable;
OMXVideoDecoderVP9Hybrid.cpp
126
mCheckBufferAvailable = (
IsBufferAvailableFunc
)dlsym(mLibHandle, "Decoder_IsBufferAvailable");
Completed in 116 milliseconds