HomeSort by relevance Sort by last modified time
    Searched refs:GSMInitDecode (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
gsmamr_dec.h 47 type definition, and updated AMRDecode and GSMInitDecode function
136 Word16 GSMInitDecode(void **state_data,
sp_dec.h 82 Word16 GSMInitDecode(void **state_data,
sp_dec.cpp 35 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,
  /frameworks/opt/net/voip/src/jni/rtp/
AmrCodec.cpp 39 if (GSMInitDecode(&mDecoder, (Word8 *)"RTP")) {
197 if (GSMInitDecode(&mDecoder, (Word8 *)"RTP")) {
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/test/
amrnbdec_test.cpp 87 int err = GSMInitDecode(&amrHandle, (Word8*)"AMRNBDecoder");
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 128 Word16 err = GSMInitDecode(&mState, (Word8 *)"AMRNBDecoder");

Completed in 391 milliseconds