Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.h193 _vbp_parser_type mParserType; variable
DVideoDecoderBase.cpp63 mParserType(type), in VideoDecoderBase()
121 if ((int32_t)mParserType != VBP_INVALID) { in start()
122 ITRACE("mParserType = %d", mParserType); in start()
123 if (mParserOpen(mParserType, &mParserHandle) != VBP_OK) { in start()
1512 mParserType = type; in setParserType()