Searched refs:AVC (Results 1 - 3 of 3) sorted by relevance

/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/cmds/stagefright/
H A Dstagefright.cpp128 fprintf(stderr, "AVC video profile %d and level %d\n", profile, level);
410 AVC, enumerator in enum:DetectSyncSource::StreamType
431 mStreamType = AVC;
480 if (mStreamType == AVC) {
490 if (mStreamType != AVC || mSawFirstIDRFrame) {
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp135 AVC, enumerator in enum:android::MatroskaSource::Type
145 size_t mNALSizeLen; // for type AVC
175 mType = AVC;
526 if (mType != AVC) {
818 if (!strcmp("V_MPEG4/ISO/AVC", codecID)) {

Completed in 39 milliseconds