HomeSort by relevance Sort by last modified time
    Searched refs:AMRDecode (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
amrdecode.h 34 Pathname: ./gsm-amr/c/include/amrdecode.h
48 #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(
amrdecode.cpp 33 Pathname: ./audio/gsm-amr/c/src/amrdecode.c
39 Description: AMRDecode now doesn't call getbits() or put_header_in().
43 Description: AMRDecode now returns byte_offset rather than bit_offset,
48 passed into amrdecode( ) using void pointers, so that
90 allow amrdecode.c to be used in the ETS reference console.
100 #include "amrdecode.h"
134 FUNCTION NAME: AMRDecode
388 Word16 AMRDecode(
  /frameworks/opt/net/voip/src/jni/rtp/
AmrCodec.cpp 169 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/
amrnbdec_test.cpp 125 decodeStatus = AMRDecode(amrHandle, frameType, (uint8_t*)inputBuf,
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 352 // for WMF since MIME_IETF is used when calling AMRDecode.
363 AMRDecode(mState,
370 ALOGE("PV AMR decoder AMRDecode() call failed");

Completed in 194 milliseconds