/aosp12/frameworks/av/media/libstagefright/writer_fuzzers/ |
H A D | mpeg4_writer_fuzzer.cpp | 29 bool createWriter(); 32 bool Mpeg4WriterFuzzer::createWriter() { in createWriter() function in Mpeg4WriterFuzzer
|
H A D | ogg_writer_fuzzer.cpp | 29 bool createWriter(); 32 bool OGGWriterFuzzer::createWriter() { in createWriter() function in OGGWriterFuzzer
|
H A D | webm_writer_fuzzer.cpp | 29 bool createWriter(); 32 bool WEBMWriterFuzzer::createWriter() { in createWriter() function in WEBMWriterFuzzer
|
H A D | amr_writer_fuzzer.cpp | 29 bool createWriter(); 32 bool AmrWriterFuzzer::createWriter() { in createWriter() function in AmrWriterFuzzer
|
H A D | README.md | 51 implements only the `createWriter` to create the AMR writer class. 60 implements only the `createWriter` to create the MPEG4 writer class. 66 implements only the `createWriter` to create the OGG writer class. 72 implements only the `createWriter` to create the WEBM writer class.
|
H A D | WriterFuzzerBase.cpp | 250 if (!createWriter()) { in initFileWriterAndProcessData()
|
/aosp12/frameworks/av/media/libstagefright/tests/writer/ |
H A D | WriterTest.cpp | 165 int32_t createWriter(int32_t fd); 230 int32_t WriterTest::createWriter(int32_t fd) { in createWriter() function in WriterTest 479 ASSERT_EQ((status_t)OK, createWriter(fd)) in TEST_P() 493 int32_t status = createWriter(fd); in TEST_P() 605 int32_t status = createWriter(fd); in TEST_P() 666 int32_t status = createWriter(fd); in TEST_P() 747 int32_t status = createWriter(fd); in TEST_P() 800 int32_t status = createWriter(fd); in TEST_P() 856 int32_t status = createWriter(fd); in TEST_P() 919 int32_t status = createWriter(fd); in TEST_P()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/ |
H A D | ClipStorage.java | 150 private Writer createWriter(int slot) throws IOException { in createWriter() method in ClipStorage 267 try(Writer writer = mClipStore.createWriter(mSlot)){ in doInBackground()
|
/aosp12/frameworks/av/media/libstagefright/tests/fuzzers/ |
H A D | FuzzerMediaUtility.h | 49 sp<MediaWriter> createWriter(int32_t fd, StandardWriters writerType, sp<MetaData> fileMeta);
|
H A D | FuzzerMediaUtility.cpp | 81 sp<MediaWriter> createWriter(int fd, StandardWriters writerType, sp<MetaData> fileMeta) { in createWriter() function
|
H A D | WriterFuzzer.cpp | 167 sp<MediaWriter> writer = createWriter(tf.fd, writerType, fileMeta); in LLVMFuzzerTestOneInput()
|
/aosp12/frameworks/av/media/libstagefright/writer_fuzzers/include/ |
H A D | WriterFuzzerBase.h | 137 virtual bool createWriter() = 0;
|
/aosp12/frameworks/compile/mclinker/include/mcld/Target/ |
H A D | TargetLDBackend.h | 77 virtual ObjectWriter* createWriter() = 0;
|
H A D | GNULDBackend.h | 60 ELFObjectWriter* createWriter();
|
/aosp12/frameworks/compile/mclinker/lib/Object/ |
H A D | ObjectLinker.cpp | 96 m_pWriter = m_LDBackend.createWriter(); in initialize()
|
/aosp12/frameworks/compile/mclinker/lib/Target/ |
H A D | GNULDBackend.cpp | 177 ELFObjectWriter* GNULDBackend::createWriter() { in createWriter() function in mcld::GNULDBackend
|