Home
last modified time | relevance | path

Searched refs:MPEG4 (Results 1 – 15 of 15) sorted by relevance

/frameworks/wilhelm/tests/examples/
DxaVideoDecoderCapabilities.cpp116 }, 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/
DREADME.md4 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:
Dmpeg4_h263_enc_fuzzer.cpp21 #ifdef MPEG4
91 #ifdef MPEG4 in initEncoder()
Dmpeg4_h263_dec_fuzzer.cpp56 #ifdef MPEG4
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp18 #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()
DC2SoftMpeg4Dec.cpp18 #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/
DREADME.md6 + [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/
DFuzzerMediaUtility.h37 MPEG4, enumerator
DWriterFuzzer.cpp204 if (writerType == StandardWriters::MPEG4) { in LLVMFuzzerTestOneInput()
215 } else if (writerType == StandardWriters::MPEG4) { in LLVMFuzzerTestOneInput()
DFuzzerMediaUtility.cpp100 case MPEG4: in createWriter()
/frameworks/av/media/libstagefright/tests/writer/
DWriterTest.cpp152 {"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/
DvoIndex.h95 _MAKE_CODEC_ID (0x020000, MPEG4)
/frameworks/av/media/extractors/tests/
DExtractorUnitTest.cpp150 {"mp4", MPEG4}, in setupExtractor()
153 {"mpeg4", MPEG4}, in setupExtractor()
181 MPEG4, enumerator
267 case MPEG4: in createExtractor()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp437 MPEG4, enumerator
459 mStreamType = MPEG4; in DetectSyncSource()
/frameworks/av/media/libstagefright/tests/fuzzers/dictionaries/
Dformats.dict6 # MPEG4, OGG, and WEBM are all formats used by MediaWriter. …