HomeSort by relevance Sort by last modified time
    Searched full:alaw (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/kernel-headers/original/uapi/linux/
am437x-vpfe.h 56 /* enum for Alaw gamma width */
67 /* structure for ALaw */
109 struct vpfe_ccdc_a_law alaw; member in struct:vpfe_ccdc_config_params_raw
  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/
g711.h 311 \param alaw The A-law sample to decode.
314 static __inline int16_t alaw_to_linear(uint8_t alaw) {
318 alaw ^= ALAW_AMI_MASK;
319 i = ((alaw & 0x0F) << 4);
320 seg = (((int) alaw & 0x70) >> 4);
325 return (int16_t)((alaw & 0x80) ? i : -i);
329 \param alaw The A-law sample to transcode.
332 uint8_t alaw_to_ulaw(uint8_t alaw);
335 \param alaw The u-law sample to transcode.
g711.c 71 uint8_t alaw_to_ulaw(uint8_t alaw) { return alaw_to_ulaw_table[alaw]; }
  /bionic/libc/kernel/uapi/linux/
am437x-vpfe.h 75 struct vpfe_ccdc_a_law alaw; member in struct:vpfe_ccdc_config_params_raw
  /frameworks/opt/net/voip/src/jni/rtp/
G711Codec.cpp 124 int alaw = alaws[i] ^ 0x55; local
125 int exponent = (alaw >> 4) & 0x07;
126 int mantissa = alaw & 0x0F;
129 samples[i] = (alaw < 0 ? sample : -sample);
  /hardware/google/av/media/codecs/g711/
C2SoftG711Dec.h 48 #ifdef ALAW
C2SoftG711Dec.cpp 30 #ifdef ALAW
31 constexpr char COMPONENT_NAME[] = "c2.android.g711.alaw.decoder";
56 #ifdef ALAW
192 #ifdef ALAW
226 #ifdef ALAW
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cl.py 9 clattrs = ['ADDED_ALGORITHM_ERROR', 'ALAW', 'ALGORITHM_ID',
  /external/python/cpython2/Lib/
aifc.py 488 # for ULAW and ALAW try Compression Library
503 elif self._comptype in ('ALAW', 'alaw'):
660 if comptype not in ('NONE', 'ULAW', 'ulaw', 'ALAW', 'alaw', 'G722'):
680 if comptype not in ('NONE', 'ULAW', 'ulaw', 'ALAW', 'alaw', 'G722'):
784 if self._comptype in ('ULAW', 'ulaw', 'ALAW', 'alaw'):
788 raise Error, 'sample width must be 2 when compressing with ULAW or ALAW'
    [all...]
  /external/python/cpython2/Lib/test/
test_cl.py 8 clattrs = ['ADDED_ALGORITHM_ERROR', 'ALAW', 'ALGORITHM_ID',
  /external/python/cpython3/Lib/
aifc.py 493 elif self._comptype in (b'alaw', b'ALAW'):
657 b'alaw', b'ALAW', b'G722'):
678 b'alaw', b'ALAW', b'G722'):
778 if self._comptype in (b'ULAW', b'ulaw', b'ALAW', b'alaw', b'G722'):
783 'with ulaw/ULAW, alaw/ALAW or G7.22 (ADPCM)'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cl.py 9 clattrs = ['ADDED_ALGORITHM_ERROR', 'ALAW', 'ALGORITHM_ID',
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cl.py 9 clattrs = ['ADDED_ALGORITHM_ERROR', 'ALAW', 'ALGORITHM_ID',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cl.py 9 clattrs = ['ADDED_ALGORITHM_ERROR', 'ALAW', 'ALGORITHM_ID',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cl.py 9 clattrs = ['ADDED_ALGORITHM_ERROR', 'ALAW', 'ALGORITHM_ID',
  /external/python/cpython3/Lib/test/
test_aifc.py 127 sndfilename = 'pluck-alaw.aifc'
133 comptype = b'alaw'
184 for comptype in (b'ULAW', b'ulaw', b'ALAW', b'alaw', b'G722'):
369 for comptype in (b'ULAW', b'ulaw', b'ALAW', b'alaw', b'G722'):
  /frameworks/av/media/libstagefright/foundation/
MediaDefs.cpp 45 const char *MEDIA_MIMETYPE_AUDIO_G711_ALAW = "audio/g711-alaw";
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libstagefright_soft_g711dec.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libstagefright_soft_g711dec.so 
  /frameworks/av/media/libstagefright/data/
media_codecs_google_audio.xml 39 <MediaCodec name="OMX.google.g711.alaw.decoder" type="audio/g711-alaw">
media_codecs_google_c2_audio.xml 39 <MediaCodec name="c2.android.g711.alaw.decoder" type="audio/g711-alaw">
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
aifc.py 473 # for ULAW and ALAW try Compression Library
489 elif self._comptype == 'ALAW':
646 if comptype not in ('NONE', 'ULAW', 'ALAW', 'G722'):
666 if comptype not in ('NONE', 'ULAW', 'ALAW', 'G722'):
764 if self._comptype in ('ULAW', 'ALAW'):
768 raise Error, 'sample width must be 2 when compressing with ULAW or ALAW'
799 elif self._comptype == 'ALAW':
830 if self._comptype in ('ULAW', 'ALAW'):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
aifc.py 485 # for ULAW and ALAW try Compression Library
501 elif self._comptype == 'ALAW':
658 if comptype not in ('NONE', 'ULAW', 'ALAW', 'G722'):
678 if comptype not in ('NONE', 'ULAW', 'ALAW', 'G722'):
782 if self._comptype in ('ULAW', 'ALAW'):
786 raise Error, 'sample width must be 2 when compressing with ULAW or ALAW'
817 elif self._comptype == 'ALAW':
848 if self._comptype in ('ULAW', 'ALAW'):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
aifc.py 485 # for ULAW and ALAW try Compression Library
501 elif self._comptype == 'ALAW':
658 if comptype not in ('NONE', 'ULAW', 'ALAW', 'G722'):
678 if comptype not in ('NONE', 'ULAW', 'ALAW', 'G722'):
782 if self._comptype in ('ULAW', 'ALAW'):
786 raise Error, 'sample width must be 2 when compressing with ULAW or ALAW'
817 elif self._comptype == 'ALAW':
848 if self._comptype in ('ULAW', 'ALAW'):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 485 # for ULAW and ALAW try Compression Library
501 elif self._comptype == 'ALAW':
658 if comptype not in ('NONE', 'ULAW', 'ALAW', 'G722'):
678 if comptype not in ('NONE', 'ULAW', 'ALAW', 'G722'):
782 if self._comptype in ('ULAW', 'ALAW'):
786 raise Error, 'sample width must be 2 when compressing with ULAW or ALAW'
817 elif self._comptype == 'ALAW':
848 if self._comptype in ('ULAW', 'ALAW'):
    [all...]

Completed in 371 milliseconds

1 2 3 4