HomeSort by relevance Sort by last modified time
    Searched refs:AVC (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/matroska/
MatroskaExtractor.cpp 132 AVC,
142 size_t mNALSizeLen; // for type AVC
172 mType = AVC;
426 if (mType != AVC) {
707 if (!strcmp("V_MPEG4/ISO/AVC", codecID)) {
  /frameworks/base/cmds/stagefright/
stagefright.cpp 132 fprintf(stderr, "AVC video profile %d and level %d\n", profile, level);
414 AVC,
435 mStreamType = AVC;
484 if (mStreamType == AVC) {
494 if (mStreamType != AVC || mSawFirstIDRFrame) {
    [all...]

Completed in 294 milliseconds