Searched refs:GSMInitDecode (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrnb/dec/test/ |
D | AmrnbDecoderTest.cpp | 102 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()
|
D | amrnbdec_test.cpp | 89 int err = GSMInitDecode(&amrHandle, (Word8*)"AMRNBDecoder"); in main()
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
D | gsmamr_dec.h | 136 Word16 GSMInitDecode(void **state_data,
|
D | sp_dec.h | 82 Word16 GSMInitDecode(void **state_data,
|
D | sp_dec.cpp | 245 Word16 GSMInitDecode(void **state_data, in GSMInitDecode() function
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | AmrCodec.cpp | 39 if (GSMInitDecode(&mDecoder, (Word8 *)"RTP")) { in AmrCodec() 197 if (GSMInitDecode(&mDecoder, (Word8 *)"RTP")) { in GsmEfrCodec()
|
/frameworks/av/media/libstagefright/codecs/amrnb/fuzzer/ |
D | amrnb_dec_fuzzer.cpp | 44 int16_t Codec::initDecoder() { return GSMInitDecode(&mAmrHandle, (Word8 *)"AMRNBDecoder"); } in initDecoder()
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | C2SoftAmrDec.cpp | 180 if (GSMInitDecode(&mAmrHandle, (int8_t *)"AMRNBDecoder")) in initDecoder()
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
D | SoftAMR.cpp | 125 Word16 err = GSMInitDecode(&mState, (Word8 *)"AMRNBDecoder"); in initDecoder()
|