Home
last modified time | relevance | path

Searched defs:getSampleVideoFormat (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/av/media/ndk/fuzzer/
H A Dndk_mediamuxer_fuzzer.cpp55 void getSampleVideoFormat(FuzzedDataProvider& fdp, AMediaFormat* format) { in getSampleVideoFormat() function
/aosp_15_r20/frameworks/av/media/libstagefright/tests/fuzzers/
H A DMediaMuxerFuzzer.cpp130 void getSampleVideoFormat(FuzzedDataProvider& fdp, AMessage* format) { in getSampleVideoFormat() function
/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp130 AMediaFormat* getSampleVideoFormat() { in getSampleVideoFormat() function
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecUnitTest.java121 private MediaFormat getSampleVideoFormat() { in getSampleVideoFormat() method in CodecUnitTest.TestApi