Home
last modified time | relevance | path

Searched refs:GSMInitDecode (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/test/
DAmrnbDecoderTest.cpp102 int32_t status = GSMInitDecode(&amrHandle, (Word8 *)"AMRNBDecoder"); in TEST_F()
119 int32_t status = GSMInitDecode(&amrHandle, (Word8 *)"AMRNBDecoder"); in TEST_P()
142 int32_t status = GSMInitDecode(&amrHandle, (Word8 *)"AMRNBDecoder"); in TEST_P()
Damrnbdec_test.cpp89 int err = GSMInitDecode(&amrHandle, (Word8*)"AMRNBDecoder"); in main()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dgsmamr_dec.h136 Word16 GSMInitDecode(void **state_data,
Dsp_dec.h82 Word16 GSMInitDecode(void **state_data,
Dsp_dec.cpp245 Word16 GSMInitDecode(void **state_data, in GSMInitDecode() function
/frameworks/opt/net/voip/src/jni/rtp/
DAmrCodec.cpp39 if (GSMInitDecode(&mDecoder, (Word8 *)"RTP")) { in AmrCodec()
197 if (GSMInitDecode(&mDecoder, (Word8 *)"RTP")) { in GsmEfrCodec()
/frameworks/av/media/libstagefright/codecs/amrnb/fuzzer/
Damrnb_dec_fuzzer.cpp44 int16_t Codec::initDecoder() { return GSMInitDecode(&mAmrHandle, (Word8 *)"AMRNBDecoder"); } in initDecoder()
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrDec.cpp180 if (GSMInitDecode(&mAmrHandle, (int8_t *)"AMRNBDecoder")) in initDecoder()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp125 Word16 err = GSMInitDecode(&mState, (Word8 *)"AMRNBDecoder"); in initDecoder()