Searched defs:outFileHandle (Results 1 – 3 of 3) sorted by relevance
| /frameworks/av/media/module/codecs/mp3dec/test/ |
| D | Mp3DecoderTest.cpp | 66 ERROR_CODE Mp3DecoderTest::DecodeFrames(void *decoderBuf, SNDFILE *outFileHandle, SF_INFO sfInfo, in DecodeFrames() 96 SNDFILE *outFileHandle = sf_open(OUTPUT_FILE, SFM_WRITE, sfInfo); in openOutputFile() local 127 SNDFILE *outFileHandle = openOutputFile(&sfInfo); in TEST_P() local 154 SNDFILE *outFileHandle = openOutputFile(&sfInfo); in TEST_P() local
|
| /frameworks/av/media/module/codecs/amrnb/dec/test/ |
| D | AmrnbDecoderTest.cpp | 64 SNDFILE *outFileHandle = sf_open(OUTPUT_FILE, SFM_WRITE, sfInfo); in openOutputFile() local 68 int32_t AmrnbDecoderTest::DecodeFrames(void *amrHandle, SNDFILE *outFileHandle, in DecodeFrames() 115 SNDFILE *outFileHandle = openOutputFile(&sfInfo); in TEST_P() local 138 SNDFILE *outFileHandle = openOutputFile(&sfInfo); in TEST_P() local
|
| /frameworks/av/media/module/codecs/amrwb/dec/test/ |
| D | AmrwbDecoderTest.cpp | 69 SNDFILE *outFileHandle = sf_open(OUTPUT_FILE, SFM_WRITE, sfInfo); in openOutputFile() local 74 SNDFILE *outFileHandle, int32_t frameCount) { in DecodeFrames() 156 SNDFILE *outFileHandle = openOutputFile(&sfInfo); in TEST_P() local 182 SNDFILE *outFileHandle = openOutputFile(&sfInfo); in TEST_P() local
|