OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GSMInitDecode
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/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,
pvgsmamrdecoder.cpp
50
return
GSMInitDecode
(&iDecState, (int8*)"Decoder");
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/base/voip/jni/rtp/
AmrCodec.cpp
39
if (
GSMInitDecode
(&mDecoder, (Word8 *)"RTP")) {
197
if (
GSMInitDecode
(&mDecoder, (Word8 *)"RTP")) {
/frameworks/base/media/libstagefright/codecs/amrnb/dec/
AMRNBDecoder.cpp
55
CHECK_EQ(
GSMInitDecode
(&mState, (Word8 *)"AMRNBDecoder"), 0);
Completed in 159 milliseconds