Home
last modified time | relevance | path

Searched refs:cDecoder (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp621 const char* cDecoder = env->GetStringUTFChars(jDecoder, nullptr); in nativeTestSimpleDecode() local
629 bool isPass = codecDecoderTest->testSimpleDecode(cDecoder, cTestFile, cRefFile, jColorFormat, in nativeTestSimpleDecode()
641 env->ReleaseStringUTFChars(jDecoder, cDecoder); in nativeTestSimpleDecode()
650 const char* cDecoder = env->GetStringUTFChars(jDecoder, nullptr); in nativeTestOnlyEos() local
654 bool isPass = codecDecoderTest->testOnlyEos(cDecoder, cTestFile, jColorFormat); in nativeTestOnlyEos()
661 env->ReleaseStringUTFChars(jDecoder, cDecoder); in nativeTestOnlyEos()
670 const char* cDecoder = env->GetStringUTFChars(jDecoder, nullptr); in nativeTestFlush() local
675 bool isPass = codecDecoderTest->testFlush(cDecoder, cTestFile, jColorFormat); in nativeTestFlush()
686 env->ReleaseStringUTFChars(jDecoder, cDecoder); in nativeTestFlush()
694 const char* cDecoder = env->GetStringUTFChars(jDecoder, nullptr); in nativeTestSimpleDecodeQueueCSD() local
[all …]
DNativeCodecEncoderSurfaceTest.cpp662 const char* cDecoder = env->GetStringUTFChars(jDecoder, nullptr); in nativeTestSimpleEncode() local
670 bool isPass = codecEncoderSurfaceTest->testSimpleEncode(cEncoder, cDecoder, cTestFile, in nativeTestSimpleEncode()
681 env->ReleaseStringUTFChars(jDecoder, cDecoder); in nativeTestSimpleEncode()