Searched refs:cDecoder (Results 1 – 2 of 2) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecDecoderTest.cpp | 638 const char* cDecoder = env->GetStringUTFChars(jDecoder, nullptr); in nativeTestSimpleDecode() local 645 bool isPass = codecDecoderTest->testSimpleDecode(cDecoder, cTestFile, cRefFile, cRmsError); in nativeTestSimpleDecode() 651 env->ReleaseStringUTFChars(jDecoder, cDecoder); in nativeTestSimpleDecode() 660 const char* cDecoder = env->GetStringUTFChars(jDecoder, nullptr); in nativeTestOnlyEos() local 664 bool isPass = codecDecoderTest->testOnlyEos(cDecoder, cTestFile); in nativeTestOnlyEos() 666 env->ReleaseStringUTFChars(jDecoder, cDecoder); in nativeTestOnlyEos() 674 const char* cDecoder = env->GetStringUTFChars(jDecoder, nullptr); in nativeTestFlush() local 679 bool isPass = codecDecoderTest->testFlush(cDecoder, cTestFile); in nativeTestFlush() 685 env->ReleaseStringUTFChars(jDecoder, cDecoder); in nativeTestFlush() 693 const char* cDecoder = env->GetStringUTFChars(jDecoder, nullptr); in nativeTestSimpleDecodeQueueCSD() local [all …]
|
D | NativeCodecEncoderSurfaceTest.cpp | 560 const char* cDecoder = env->GetStringUTFChars(jDecoder, nullptr); in nativeTestSimpleEncode() local 567 codecEncoderSurfaceTest->testSimpleEncode(cEncoder, cDecoder, cTestFile, cMuxFile); in nativeTestSimpleEncode() 570 env->ReleaseStringUTFChars(jDecoder, cDecoder); in nativeTestSimpleEncode()
|