Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecDecoderTest.java581 private native boolean nativeTestOnlyEos(String decoder, String mediaType, String testFile, in nativeTestOnlyEos() method in CodecDecoderTest
H A DCodecEncoderTest.java614 private native boolean nativeTestOnlyEos(String encoder, String mediaType, String cfgParams, in nativeTestOnlyEos() method in CodecEncoderTest
/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecDecoderTestCommon.cpp648 jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jDecoder, jstring jMediaType, in nativeTestOnlyEos() function
H A DNativeCodecEncoderTest.cpp781 static jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jEncoder, jstring jMediaType, in nativeTestOnlyEos() function