Home | History | Annotate | Download | only in mkv

Lines Matching defs:HEVC

145         HEVC,
154 ssize_t mNALSizeLen; // for type AVC or HEVC
251 mType = HEVC;
806 if ((mType != AVC && mType != HEVC) || mNALSizeLen == 0) {
1413 } else if (!strcmp("V_MPEGH/ISO/HEVC", codecID)) {
1418 ALOGW("HEVC is detected, but does not have configuration.");