Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.h136 CloseFunc mParserClose; variable
DVideoDecoderBase.cpp76 mParserClose = NULL; in VideoDecoderBase()
103 mParserClose = (CloseFunc)dlsym(mLibHandle, "vbp_close"); in start()
107 if (mParserOpen == NULL || mParserClose == NULL || mParserParse == NULL in start()
193 mParserClose(mParserHandle); in stop()