Searched defs:AVC (Results 1 - 3 of 3) sorted by last modified time

/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp134 }, AVC[] = { local
152 {XA_VIDEOCODEC_AVC, AVC, sizeof(AVC) / sizeof(AVC[0])},
185 }, AVC[] = { local
216 {XA_VIDEOCODEC_AVC, AVC, sizeof(AVC) / sizeof(AVC[0])},
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp136 AVC, enumerator in enum:android::MatroskaSource::Type
146 size_t mNALSizeLen; // for type AVC
224 mType = AVC;
594 if (mType != AVC) {
955 if (!strcmp("V_MPEG4/ISO/AVC", codecID)) {
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp127 fprintf(stderr, "AVC video profile %d and level %d\n", profile, level);
409 AVC, enumerator in enum:DetectSyncSource::StreamType
430 mStreamType = AVC;
479 if (mStreamType == AVC) {
489 if (mStreamType != AVC || mSawFirstIDRFrame) {

Completed in 112 milliseconds