Lines Matching refs:cDecoder
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
697 bool isPass = codecDecoderTest->testSimpleDecodeQueueCSD(cDecoder, cTestFile); in nativeTestSimpleDecodeQueueCSD()
699 env->ReleaseStringUTFChars(jDecoder, cDecoder); in nativeTestSimpleDecodeQueueCSD()