Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java551 private native boolean nativeTestOnlyEos(String encoder, String mediaType, String cfgParams, in nativeTestOnlyEos() method in CodecEncoderTest
DCodecDecoderTest.java757 private native boolean nativeTestOnlyEos(String decoder, String mediaType, String testFile, in nativeTestOnlyEos() method in CodecDecoderTest
/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp646 jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jDecoder, jstring jMediaType, in nativeTestOnlyEos() function
DNativeCodecEncoderTest.cpp761 static jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jEncoder, jstring jMediaType, in nativeTestOnlyEos() function