Lines Matching refs:decoderErr
70 ERROR_CODE decoderErr; in DecodeFrames() local
82 decoderErr = pvmp3_framedecoder(mConfig, decoderBuf); in DecodeFrames()
83 if (decoderErr != NO_DECODING_ERROR) break; in DecodeFrames()
87 return decoderErr; in DecodeFrames()
133 ERROR_CODE decoderErr = DecodeFrames(decoderBuf, outFileHandle, sfInfo); in TEST_P() local
134 ASSERT_EQ(decoderErr, NO_DECODING_ERROR) << "Failed to decode the frames"; in TEST_P()
164 ERROR_CODE decoderErr; in TEST_P() local
165 decoderErr = DecodeFrames(decoderBuf, outFileHandle, sfInfo, kNumFrameReset); in TEST_P()
166 ASSERT_EQ(decoderErr, NO_DECODING_ERROR) << "Failed to decode the frames"; in TEST_P()
172 decoderErr = DecodeFrames(decoderBuf, outFileHandle, sfInfo); in TEST_P()
173 ASSERT_EQ(decoderErr, NO_DECODING_ERROR) << "Failed to decode the frames"; in TEST_P()