Home
last modified time | relevance | path

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

/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/dec/test/
Damrnbdec_test.cpp87 int err = GSMInitDecode(&amrHandle, (Word8*)"AMRNBDecoder"); in main()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp128 Word16 err = GSMInitDecode(&mState, (Word8 *)"AMRNBDecoder"); in initDecoder()