Home
last modified time | relevance | path

Searched refs:Word8 (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
Dtypedef.h35 typedef signed char Word8; typedef
41 typedef signed char Word8; typedef
47 typedef signed char Word8; typedef
Dtypedefs.h67 typedef signed char Word8; typedef
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dtypedef.h36 typedef signed char Word8; typedef
42 typedef signed char Word8; typedef
48 typedef signed char Word8; typedef
Dtypedefs.h83 typedef signed char Word8; typedef
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Damrencode.cpp228 (Word8*)"encoder"); in AMREncodeInit()
237 (Word8*)"encoder"); in AMREncodeInit()
Dsp_enc.h126 Word8 *id);
Dsp_enc.cpp217 Word8 *id) in GSMInitEncode()
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dtypedef.h56 typedef signed char Word8; typedef
Dgsm_amr_typedefs.h75 typedef int8_t Word8; typedef
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dgsmamr_dec.h137 Word8 *id);
Dsp_dec.h83 Word8 *id);
Dsp_dec.cpp246 Word8 * id) in GSMInitDecode()
/frameworks/base/voip/jni/rtp/
DAmrCodec.cpp39 if (GSMInitDecode(&mDecoder, (Word8 *)"RTP")) { in AmrCodec()
197 if (GSMInitDecode(&mDecoder, (Word8 *)"RTP")) { in GsmEfrCodec()
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpv_amr_wb_type_defs.h78 typedef int8_t Word8; typedef
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp128 Word16 err = GSMInitDecode(&mState, (Word8 *)"AMRNBDecoder"); in initDecoder()