Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.h132 typedef uint32_t (*FlushFunc)(void *); typedef
139 FlushFunc mParserFlush;
DVideoDecoderBase.cpp106 mParserFlush = (FlushFunc)dlsym(mLibHandle, "vbp_flush"); in start()