Home
last modified time | relevance | path

Searched refs:nativeTestSimpleDecode (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecDecoderSurfaceTest.cpp28 (void*)nativeTestSimpleDecode}, in registerAndroidMediaV2CtsDecoderSurfaceTest()
H A DNativeCodecDecoderTest.cpp28 (void*)nativeTestSimpleDecode}, in registerAndroidMediaV2CtsDecoderTest()
H A DNativeCodecDecoderTestCommon.h22 extern jboolean nativeTestSimpleDecode(JNIEnv* env, jobject, jstring jDecoder, jobject surface,
H A DNativeCodecDecoderTestCommon.cpp617 jboolean nativeTestSimpleDecode(JNIEnv* env, jobject, jstring jDecoder, jobject surface, in nativeTestSimpleDecode() function
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecDecoderSurfaceTest.java430 private native boolean nativeTestSimpleDecode(String decoder, Surface surface, String mediaType, in nativeTestSimpleDecode() method in CodecDecoderSurfaceTest
445 boolean isPass = nativeTestSimpleDecode(mCodecName, mSurface, mMediaType, mTestFile, in testSimpleDecodeToSurfaceNative()
H A DCodecDecoderTest.java309 private native boolean nativeTestSimpleDecode(String decoder, Surface surface, String mediaType, in nativeTestSimpleDecode() method in CodecDecoderTest
394 boolean isPass = nativeTestSimpleDecode(mCodecName, null, mMediaType, mTestFile, in testSimpleDecode()