OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateFunc
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h
133
typedef uint32_t (*
UpdateFunc
)(void *, void *, uint32_t, void **);
140
UpdateFunc
mParserUpdate;
VideoDecoderBase.cpp
112
mParserUpdate = (
UpdateFunc
)dlsym(mLibHandle, "vbp_update");
[
all
...]
Completed in 114 milliseconds