Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/amrnb/dec/test/
H A 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()
H A Damrnbdec_test.cpp89 int err = GSMInitDecode(&amrHandle, (Word8*)"AMRNBDecoder"); in main()
/aosp12/frameworks/opt/net/voip/src/jni/rtp/
H A DAmrCodec.cpp39 if (GSMInitDecode(&mDecoder, (Word8 *)"RTP")) { in AmrCodec()
197 if (GSMInitDecode(&mDecoder, (Word8 *)"RTP")) { in GsmEfrCodec()
/aosp12/frameworks/av/media/codecs/amrnb/dec/src/
H A Dgsmamr_dec.h136 Word16 GSMInitDecode(void **state_data,
H A Dsp_dec.h82 Word16 GSMInitDecode(void **state_data,
H A Dsp_dec.cpp245 Word16 GSMInitDecode(void **state_data, in GSMInitDecode() function
/aosp12/frameworks/av/media/codecs/amrnb/fuzzer/
H A Damrnb_dec_fuzzer.cpp46 int16_t Codec::initDecoder() { return GSMInitDecode(&mAmrHandle, (Word8 *)"AMRNBDecoder"); } in initDecoder()
/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/
H A DC2SoftAmrDec.cpp180 if (GSMInitDecode(&mAmrHandle, (int8_t *)"AMRNBDecoder")) in initDecoder()
/aosp12/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp125 Word16 err = GSMInitDecode(&mState, (Word8 *)"AMRNBDecoder"); in initDecoder()