Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/amrwb/enc/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/codecs/amrnb/dec/test/
DAmrnbDecoderTest.cpp102 int32_t status = GSMInitDecode(&amrHandle, (Word8 *)"AMRNBDecoder"); in TEST_F()
119 int32_t status = GSMInitDecode(&amrHandle, (Word8 *)"AMRNBDecoder"); in TEST_P()
142 int32_t status = GSMInitDecode(&amrHandle, (Word8 *)"AMRNBDecoder"); in TEST_P()
Damrnbdec_test.cpp89 int err = GSMInitDecode(&amrHandle, (Word8*)"AMRNBDecoder"); in main()
/frameworks/av/media/codecs/amrnb/dec/src/
Dgsmamr_dec.h137 Word8 *id);
Dsp_dec.h83 Word8 *id);
Dsp_dec.cpp246 Word8 * id) in GSMInitDecode()
/frameworks/av/media/codecs/amrnb/common/include/
Dtypedef.h56 typedef signed char Word8; typedef
Dgsm_amr_typedefs.h75 typedef int8_t Word8; typedef
/frameworks/av/media/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/codecs/amrwb/dec/src/
Dpv_amr_wb_type_defs.h78 typedef int8_t Word8; typedef
/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/codecs/amrnb/fuzzer/
Damrnb_dec_fuzzer.cpp46 int16_t Codec::initDecoder() { return GSMInitDecode(&mAmrHandle, (Word8 *)"AMRNBDecoder"); } in initDecoder()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp125 Word16 err = GSMInitDecode(&mState, (Word8 *)"AMRNBDecoder"); in initDecoder()