Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/amrwb/enc/inc/
H A Dtypedef.h36 typedef signed char Word8; typedef
42 typedef signed char Word8; typedef
48 typedef signed char Word8; typedef
H A Dtypedefs.h83 typedef signed char Word8; typedef
/aosp12/frameworks/av/media/codecs/amrnb/dec/test/
H A 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()
H A Damrnbdec_test.cpp89 int err = GSMInitDecode(&amrHandle, (Word8*)"AMRNBDecoder"); in main()
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/
H A Damrencode.cpp228 (Word8*)"encoder"); in AMREncodeInit()
237 (Word8*)"encoder"); in AMREncodeInit()
H A Dsp_enc.h126 Word8 *id);
H A Dsp_enc.cpp217 Word8 *id) in GSMInitEncode()
/aosp12/frameworks/opt/net/voip/src/jni/rtp/
H A DAmrCodec.cpp39 if (GSMInitDecode(&mDecoder, (Word8 *)"RTP")) { in AmrCodec()
197 if (GSMInitDecode(&mDecoder, (Word8 *)"RTP")) { in GsmEfrCodec()
/aosp12/frameworks/av/media/codecs/amrnb/common/include/
H A Dtypedef.h56 typedef signed char Word8; typedef
H A Dgsm_amr_typedefs.h75 typedef int8_t Word8; typedef
/aosp12/frameworks/av/media/codecs/amrnb/dec/src/
H A Dgsmamr_dec.h137 Word8 *id);
H A Dsp_dec.h83 Word8 *id);
H A Dsp_dec.cpp246 Word8 * id) in GSMInitDecode()
/aosp12/frameworks/av/media/codecs/amrwb/dec/src/
H A Dpv_amr_wb_type_defs.h78 typedef int8_t Word8; typedef
/aosp12/frameworks/av/media/codecs/amrnb/fuzzer/
H A Damrnb_dec_fuzzer.cpp46 int16_t Codec::initDecoder() { return GSMInitDecode(&mAmrHandle, (Word8 *)"AMRNBDecoder"); } in initDecoder()
/aosp12/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp125 Word16 err = GSMInitDecode(&mState, (Word8 *)"AMRNBDecoder"); in initDecoder()