Searched defs: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.cpp140 fprintf(stderr, "AVC video profile %d and level %d\n", profile, level);
418 AVC, enumerator in enum:DetectSyncSource::StreamType
439 mStreamType = AVC;
488 if (mStreamType == AVC) {
498 if (mStreamType != AVC || mSawFirstIDRFrame) {
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp140 AVC, enumerator in enum:android::MatroskaSource::Type
150 ssize_t mNALSizeLen; // for type AVC
229 mType = AVC;
256 if (mType == AVC && mNALSizeLen < 0) {
694 if (mType != AVC || mNALSizeLen == 0) {
1261 if (!strcmp("V_MPEG4/ISO/AVC", codecID)) {
1393 if (!strcmp("V_MPEG4/ISO/AVC", codecID) && codecPrivateSize == 0) {
1394 // Attempt to recover from AVC track without codec private data

Completed in 115 milliseconds