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

/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
H A Dgsmamr_dec.h47 type definition, and updated AMRDecode and GSMInitDecode function
136 Word16 GSMInitDecode(void **state_data,
H A Dsp_dec.h82 Word16 GSMInitDecode(void **state_data,
H A Dpvgsmamrdecoder.cpp50 return GSMInitDecode(&iDecState, (int8*)"Decoder");
H A Dsp_dec.cpp35 Functions: GSMInitDecode
64 malloc in GSMInitDecode, and corresponding free in GSMDecodeFrameExit.
132 FUNCTION NAME: GSMInitDecode
183 GSMInitDecode in the Code section.
245 Word16 GSMInitDecode(void **state_data, function
/frameworks/base/voip/jni/rtp/
H A DAmrCodec.cpp39 if (GSMInitDecode(&mDecoder, (Word8 *)"RTP")) {
197 if (GSMInitDecode(&mDecoder, (Word8 *)"RTP")) {
/frameworks/base/media/libstagefright/codecs/amrnb/dec/
H A DAMRNBDecoder.cpp55 CHECK_EQ(GSMInitDecode(&mState, (Word8 *)"AMRNBDecoder"), 0);

Completed in 260 milliseconds