Home | History | Annotate | Download | only in matroska

Lines Matching refs:AVC

141         AVC,
151 ssize_t mNALSizeLen; // for type AVC
230 mType = AVC;
257 if (mType == AVC && mNALSizeLen < 0) {
695 if (mType != AVC || mNALSizeLen == 0) {
1293 if (!strcmp("V_MPEG4/ISO/AVC", codecID)) {
1428 if (!strcmp("V_MPEG4/ISO/AVC", codecID) && codecPrivateSize == 0) {
1429 // Attempt to recover from AVC track without codec private data