Searched refs:MPEG4 (Results 1 – 9 of 9) sorted by relevance
/frameworks/wilhelm/tests/examples/ |
D | xaVideoDecoderCapabilities.cpp | 116 }, MPEG4[] = { in videoProfileToString() local 151 {XA_VIDEOCODEC_MPEG4, MPEG4, sizeof(MPEG4) / sizeof(MPEG4[0])}, in videoProfileToString() 175 }, MPEG4[] = { in videoLevelToString() local 215 {XA_VIDEOCODEC_MPEG4, MPEG4, sizeof(MPEG4) / sizeof(MPEG4[0])}, in videoLevelToString()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/fuzzer/ |
D | README.md | 4 The fuzzer plugin for MPEG4/H263 is designed based on the understanding of the 8 Dict files (dictionary files) are created for MPEG4 and H263 to ensure that the required start 24 of a flag - 'MPEG4' 40 Create a directory CORPUS_DIR and copy some MPEG4 or H263 files to that folder
|
D | mpeg4_h263_dec_fuzzer.cpp | 56 #ifdef MPEG4
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 18 #ifdef MPEG4 37 #ifdef MPEG4 51 #ifdef MPEG4 in IntfImpl() 78 #ifdef MPEG4 in IntfImpl() 89 #ifdef MPEG4 in IntfImpl() 133 #ifdef MPEG4 in IntfImpl() 139 #ifdef MPEG4 in IntfImpl() 152 #ifdef MPEG4 in IntfImpl() 207 #ifdef MPEG4 in MaxPictureSizeSetter() 323 #ifdef MPEG4 in initDecoder()
|
D | C2SoftMpeg4Enc.cpp | 18 #ifdef MPEG4 44 #ifdef MPEG4 86 #ifdef MPEG4 in IntfImpl() 120 #ifdef MPEG4 in IntfImpl() 185 #ifdef MPEG4 in ProfileLevelSetter() 192 #ifdef MPEG4 in ProfileLevelSetter() 238 #ifdef MPEG4 in onInit()
|
/frameworks/av/media/libstagefright/tests/writer/ |
D | WriterTest.cpp | 150 {"mpeg4", MPEG4}, {"amrnb", AMR_NB}, {"amrwb", AMR_WB}, {"mpeg2Ts", MPEG2TS}}; in setupWriterType() 172 MPEG4, enumerator 239 case MPEG4: in createWriter() 428 if ((mWriterName != standardWriters::MPEG2TS) && (mWriterName != standardWriters::MPEG4)) { in TEST_P() 539 if (mDisableTest || mWriterName != MPEG4) return; in TEST_P()
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
D | voIndex.h | 95 _MAKE_CODEC_ID (0x020000, MPEG4)
|
/frameworks/av/media/extractors/tests/ |
D | ExtractorUnitTest.cpp | 143 {"mpeg4", MPEG4}, {"mpeg2ts", MPEG2TS}, {"mpeg2ps", MPEG2PS}, {"mp4", MPEG4}, in setupExtractor() 166 MPEG4, enumerator 252 case MPEG4: in createExtractor()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 437 MPEG4, enumerator 459 mStreamType = MPEG4; in DetectSyncSource()
|