Searched refs:nativeTestFlush (Results 1 – 4 of 4) sorted by relevance
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderSurfaceTest.java | 446 private native boolean nativeTestFlush(String decoder, Surface surface, String mime, in nativeTestFlush() method in CodecDecoderSurfaceTest 458 assertTrue(nativeTestFlush(mCodecName, mSurface, mMime, mInpPrefix + mTestFile)); in testFlushNative()
|
D | CodecEncoderTest.java | 410 private native boolean nativeTestFlush(String encoder, String file, String mime, in nativeTestFlush() method in CodecEncoderTest 423 assertTrue(nativeTestFlush(mCodecName, mInpPrefix + mInputFile, mMime, mBitrates, in testFlushNative()
|
D | CodecDecoderTest.java | 397 private native boolean nativeTestFlush(String decoder, Surface surface, String mime, in nativeTestFlush() method in CodecDecoderTest 405 assertTrue(nativeTestFlush(mCodecName, null, mMime, mInpPrefix + mTestFile)); in testFlushNative()
|
/cts/tests/media/jni/ |
D | NativeCodecDecoderTest.cpp | 703 static jboolean nativeTestFlush(JNIEnv* env, jobject, jstring jDecoder, jobject surface, in nativeTestFlush() function 746 (void*)nativeTestFlush}, in registerAndroidMediaV2CtsDecoderTest() 763 (void*)nativeTestFlush}, in registerAndroidMediaV2CtsDecoderSurfaceTest()
|