Searched refs:AMRDecode (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Damrdecode.h48 #defines because they are not used by AMRDecode function.
49 Removed tables not used by AMRDecode function.
71 Description: Updated function prototype of AMRDecode due to the removal of
152 Word16 AMRDecode(
H A Damrdecode.cpp39 Description: AMRDecode now doesn't call getbits() or put_header_in().
43 Description: AMRDecode now returns byte_offset rather than bit_offset,
134 FUNCTION NAME: AMRDecode
388 Word16 AMRDecode( function
/frameworks/opt/net/voip/src/jni/rtp/
H A DAmrCodec.cpp169 if (AMRDecode(mDecoder, type, bytes, samples, MIME_IETF) != length) {
252 if (AMRDecode(mDecoder, AMR_122, bytes, &samples[n], MIME_IETF) != 31) {
/frameworks/av/media/libstagefright/codecs/amrnb/dec/test/
H A Damrnbdec_test.cpp125 decodeStatus = AMRDecode(amrHandle, frameType, (uint8_t*)inputBuf,
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp352 // for WMF since MIME_IETF is used when calling AMRDecode.
363 AMRDecode(mState,
370 ALOGE("PV AMR decoder AMRDecode() call failed");

Completed in 148 milliseconds