Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.h158 CloseFunc mParserClose; variable
DVideoDecoderBase.cpp79 mParserClose = NULL; in VideoDecoderBase()
107 mParserClose = (CloseFunc)dlsym(mLibHandle, "vbp_close"); in start()
111 if (mParserOpen == NULL || mParserClose == NULL || mParserParse == NULL in start()
201 mParserClose(mParserHandle); in stop()