Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.h152 typedef uint32_t (*ParseFunc)(void *, uint8_t *, uint32_t, uint8_t); typedef
159 ParseFunc mParserParse;
DVideoDecoderBase.cpp108 mParserParse = (ParseFunc)dlsym(mLibHandle, "vbp_parse"); in start()