/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/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 58 The fuzzer plugin for MPEG4/H263 is designed based on the understanding of the 65 MPEG4/H263 supports the following parameters:
|
D | mpeg4_h263_enc_fuzzer.cpp | 21 #ifdef MPEG4 91 #ifdef MPEG4 in initEncoder()
|
D | mpeg4_h263_dec_fuzzer.cpp | 56 #ifdef MPEG4
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
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()
|
D | C2SoftMpeg4Dec.cpp | 18 #ifdef MPEG4 37 #ifdef MPEG4 53 #ifdef MPEG4 in IntfImpl() 86 #ifdef MPEG4 in IntfImpl() 303 #ifdef MPEG4 in initDecoder()
|
/frameworks/av/media/libstagefright/writer_fuzzers/ |
D | README.md | 6 + [MPEG4 Writer](#mpeg4WriterFuzzer) 56 # <a name="mpeg4WriterFuzzer"></a> Fuzzer for MPEG4 Writer 59 The fuzzer plugin for MPEG4 writer uses the `WriterFuzzerBase` class and 60 implements only the `createWriter` to create the MPEG4 writer class.
|
/frameworks/av/media/libstagefright/tests/fuzzers/ |
D | FuzzerMediaUtility.h | 37 MPEG4, enumerator
|
D | WriterFuzzer.cpp | 204 if (writerType == StandardWriters::MPEG4) { in LLVMFuzzerTestOneInput() 215 } else if (writerType == StandardWriters::MPEG4) { in LLVMFuzzerTestOneInput()
|
D | FuzzerMediaUtility.cpp | 100 case MPEG4: in createWriter()
|
/frameworks/av/media/libstagefright/tests/writer/ |
D | WriterTest.cpp | 152 {"mpeg4", MPEG4}, {"amrnb", AMR_NB}, {"amrwb", AMR_WB}, {"mpeg2Ts", MPEG2TS}}; in setupWriterType() 182 MPEG4, enumerator 249 case MPEG4: in createWriter() 451 if (mWriterName == MPEG4) { in compareParams() 629 if ((mWriterName != standardWriters::MPEG2TS) && (mWriterName != standardWriters::MPEG4)) { in TEST_P() 848 if (mWriterName != standardWriters::MPEG4) return; in TEST_P() 910 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 | 150 {"mp4", MPEG4}, in setupExtractor() 153 {"mpeg4", MPEG4}, in setupExtractor() 181 MPEG4, enumerator 267 case MPEG4: in createExtractor()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 437 MPEG4, enumerator 459 mStreamType = MPEG4; in DetectSyncSource()
|
/frameworks/av/media/libstagefright/tests/fuzzers/dictionaries/ |
D | formats.dict | 6 # MPEG4, OGG, and WEBM are all formats used by MediaWriter. …
|