HomeSort by relevance Sort by last modified time
    Searched refs:mParserType (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h 193 _vbp_parser_type mParserType;
VideoDecoderBase.cpp 63 mParserType(type),
121 if ((int32_t)mParserType != VBP_INVALID) {
122 ITRACE("mParserType = %d", mParserType);
123 if (mParserOpen(mParserType, &mParserHandle) != VBP_OK) {
    [all...]

Completed in 149 milliseconds