Home
last modified time | relevance | path

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

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