Searched refs:nativeTestSimpleDecode (Results 1 – 6 of 6) sorted by relevance
| /cts/tests/media/jni/ |
| D | NativeCodecDecoderSurfaceTest.cpp | 28 (void*)nativeTestSimpleDecode}, in registerAndroidMediaV2CtsDecoderSurfaceTest()
|
| D | NativeCodecDecoderTest.cpp | 28 (void*)nativeTestSimpleDecode}, in registerAndroidMediaV2CtsDecoderTest()
|
| D | NativeCodecDecoderTestCommon.h | 22 extern jboolean nativeTestSimpleDecode(JNIEnv* env, jobject, jstring jDecoder, jobject surface,
|
| D | NativeCodecDecoderTestCommon.cpp | 615 jboolean nativeTestSimpleDecode(JNIEnv* env, jobject, jstring jDecoder, jobject surface, in nativeTestSimpleDecode() function
|
| /cts/tests/media/src/android/mediav2/cts/ |
| D | CodecDecoderSurfaceTest.java | 483 private native boolean nativeTestSimpleDecode(String decoder, Surface surface, String mediaType, in nativeTestSimpleDecode() method in CodecDecoderSurfaceTest 498 boolean isPass = nativeTestSimpleDecode(mCodecName, mSurface, mMediaType, mTestFile, in testSimpleDecodeToSurfaceNative()
|
| D | CodecDecoderTest.java | 347 private native boolean nativeTestSimpleDecode(String decoder, Surface surface, String mediaType, in nativeTestSimpleDecode() method in CodecDecoderTest 417 boolean isPass = nativeTestSimpleDecode(mCodecName, null, mMediaType, mTestFile, in testSimpleDecode()
|