Searched refs:nativeTestSimpleDecode (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/cts/tests/media/jni/ |
H A D | NativeCodecDecoderSurfaceTest.cpp | 28 (void*)nativeTestSimpleDecode}, in registerAndroidMediaV2CtsDecoderSurfaceTest()
|
H A D | NativeCodecDecoderTest.cpp | 28 (void*)nativeTestSimpleDecode}, in registerAndroidMediaV2CtsDecoderTest()
|
H A D | NativeCodecDecoderTestCommon.h | 22 extern jboolean nativeTestSimpleDecode(JNIEnv* env, jobject, jstring jDecoder, jobject surface,
|
H A D | NativeCodecDecoderTestCommon.cpp | 617 jboolean nativeTestSimpleDecode(JNIEnv* env, jobject, jstring jDecoder, jobject surface, in nativeTestSimpleDecode() function
|
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/ |
H A D | CodecDecoderSurfaceTest.java | 430 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 D | CodecDecoderTest.java | 309 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()
|