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

  /external/autotest/client/cros/audio/
audio_data.py 36 def get_maximum_value_from_sample_format(sample_format):
39 @param sample_format: A key in SAMPLE_FORMAT.
44 size_bits = SAMPLE_FORMATS[sample_format]['size_bytes'] * 8
60 @property sample_format: The sample format which should be one of the keys
63 def __init__(self, binary, channel, sample_format):
70 @param sample_format: One of the keys in audio_data.SAMPLE_FORMATS.
74 self.sample_format = sample_format
87 sample_format_dict = SAMPLE_FORMATS[self.sample_format]
    [all...]
audio_test_data.py 29 file_type, sample_format, channel, and rate.
31 sample_format: One of the keys in
32 audio_data.SAMPLE_FORMAT.
67 data_format = dict(file_type='raw', sample_format='S32_LE',
110 self.data_format['sample_format']]['size_bytes'] * 8
125 data_format['sample_format']]['size_bytes'] * 8,
164 file_type, sample_format, channel, and rate.
166 sample_format: One of the keys in
167 audio_data.SAMPLE_FORMAT.
179 sample_format = audio_data.SAMPLE_FORMATS[data_format['sample_format']
224 sample_format='S16_LE', variable
237 sample_format='S16_LE', variable
253 sample_format='S16_LE', variable
269 sample_format='S16_LE', variable
286 sample_format='S16_LE', variable
299 sample_format='S16_LE', variable
    [all...]
check_quality.py 252 sample_format=format_str)
305 self._raw_data.sample_format)
445 sample_format='S%d_LE' % args.bit_width)
audio_helper.py 820 sample_format=golden_data_format['sample_format'])
824 sample_format=test_data_format['sample_format'])
    [all...]
  /external/libldac/src/
ldaclib_api.c 131 LDAC_SMPL_FMT_T sample_format)
134 if ((LDAC_SMPL_FMT_S16 <= sample_format) && (sample_format <= LDAC_SMPL_FMT_F32)) {
136 if ((LDAC_SMPL_FMT_S16 <= sample_format) && (sample_format <= LDAC_SMPL_FMT_S32)) {
671 LDAC_SMPL_FMT_T sample_format,
681 if (!ldaclib_assert_sample_format(sample_format)) {
689 set_input_pcm_ldac(p_sfinfo, ap_pcm, sample_format, hData->nlnn);
733 LDAC_SMPL_FMT_T sample_format,
742 if (!ldaclib_assert_sample_format(sample_format)) {
    [all...]
  /external/autotest/client/cros/chameleon/
audio_widget_arc.py 19 # AMR-NB uses variable bit rates so we set sample_format to None.
23 sample_format=None, variable in class:CrosInputWidgetARCHandler
40 sample_format: 'S16_LE' for 16-bit signed integer in
65 sample_format: 'S32_LE' for 32-bit signed integer in
audio_widget.py 66 sample_format: 'S32_LE' for 32-bit signed integer in
200 self._rec_format['sample_format']]['size_bytes']
413 sample_format: 'S32_LE' for 32-bit signed integer in
593 sample_format='S32_LE', variable in class:ChameleonLineOutOutputWidgetHandler
721 sample_format='S16_LE', variable in class:CrosInputWidgetHandler
738 sample_format: 'S16_LE' for 16-bit signed integer in
755 sample_format: 'S32_LE' for 32-bit signed integer in
780 sample_format='S16_LE', variable in class:CrosUSBInputWidgetHandler
838 sample_format='S16_LE', variable in class:CrosHotwordingWidgetHandler
878 sample_format='S16_LE' variable in class:CrosOutputWidgetHandler
    [all...]
audio_test_utils.py 437 sample_format=data_format['sample_format'])
449 data_format['sample_format'])
699 dict(file_type='raw', sample_format='S16_LE', channel=2,
  /external/autotest/client/site_tests/audio_CrasLoopback/
audio_CrasLoopback.py 35 data_format = dict(file_type='raw', sample_format='S16_LE',
  /external/autotest/client/cros/multimedia/
audio_facade_native.py 62 dict(file_type='raw', sample_format='S16_LE',
64 dict(file_type='raw', sample_format='S16_LE',
68 file_type='raw', sample_format='S16_LE', channel=2, rate=48000)
71 dict(file_type='raw', sample_format='S16_LE',
199 file_type, sample_format, channel, and rate.
201 sample_format: One of the keys in
202 audio_data.SAMPLE_FORMAT.
238 sample_format: 'S16_LE' for 16-bit signed integer in
284 sample_format: 'S16_LE' for 16-bit signed integer in
503 sample_format: 'S16_LE' for 16-bit signed integer i
    [all...]
  /external/autotest/client/site_tests/audio_AlsaLoopback/
audio_AlsaLoopback.py 27 data_format = dict(file_type='wav', sample_format='S16_LE',
  /external/autotest/server/site_tests/audio_AudioWebRTCLoopback/
audio_AudioWebRTCLoopback.py 64 sample_format='S16_LE',
  /external/autotest/server/site_tests/audio_LeftRightInternalSpeaker/
audio_LeftRightInternalSpeaker.py 119 sample_format='S16_LE',
  /external/strace/tests/
ioctl_v4l2.c 132 f->fmt.vbi.sample_format = magic;
134 f->fmt.vbi.sample_format = pf_magic;
285 ", samples_per_line=%u, sample_format=",
    [all...]
  /external/strace/tests-m32/
ioctl_v4l2.c 132 f->fmt.vbi.sample_format = magic;
134 f->fmt.vbi.sample_format = pf_magic;
285 ", samples_per_line=%u, sample_format=",
    [all...]
  /external/strace/tests-mx32/
ioctl_v4l2.c 132 f->fmt.vbi.sample_format = magic;
134 f->fmt.vbi.sample_format = pf_magic;
285 ", samples_per_line=%u, sample_format=",
    [all...]
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
test_VIDIOC_FMT.c 327 ".sample_format=0x%X "
337 format.fmt.vbi.sample_format,
362 //CU_ASSERT_EQUAL(format.fmt.vbi.sample_format, ???);
    [all...]
  /external/ImageMagick/coders/
tiff.c 1294 sample_format, local
    [all...]
  /bionic/libc/kernel/uapi/linux/
videodev2.h 1090 __u32 sample_format; member in struct:v4l2_vbi_format
    [all...]
  /device/google/bonito/sdm710/kernel-headers/linux/
videodev2.h 1098 __u32 sample_format; member in struct:v4l2_vbi_format
    [all...]
  /device/google/bonito/sdm710/original-kernel-headers/linux/
videodev2.h 1965 __u32 sample_format; \/* V4L2_PIX_FMT_* *\/ member in struct:v4l2_vbi_format
    [all...]
  /device/google/crosshatch/sdm845/kernel-headers/linux/
videodev2.h 1098 __u32 sample_format; member in struct:v4l2_vbi_format
    [all...]
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
videodev2.h 1965 __u32 sample_format; \/* V4L2_PIX_FMT_* *\/ member in struct:v4l2_vbi_format
    [all...]
  /external/kernel-headers/original/uapi/linux/
videodev2.h 1986 __u32 sample_format; \/* V4L2_PIX_FMT_* *\/ member in struct:v4l2_vbi_format
    [all...]

Completed in 786 milliseconds