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

1 2

  /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
    [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...]
  /tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
audio_data.py 44 def get_maximum_value_from_sample_format(sample_format):
48 sample_format: A key in SAMPLE_FORMAT.
53 size_bits = SAMPLE_FORMATS[sample_format]['size_bytes'] * 8
69 @property sample_format: The sample format which should be one of the keys
73 def __init__(self, binary, channel, sample_format):
81 sample_format: One of the keys in audio_data.SAMPLE_FORMATS.
85 self.sample_format = sample_format
98 sample_format_dict = SAMPLE_FORMATS[self.sample_format]
    [all...]
check_quality.py 172 sample_format=format_str)
229 self._raw_data.sample_format)
454 binary=binary, channel=channel, sample_format='S%d_LE' % bit_width)
  /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
187 self._rec_format['sample_format']]['size_bytes']
387 sample_format: 'S32_LE' for 32-bit signed integer in
567 sample_format='S32_LE', variable in class:ChameleonLineOutOutputWidgetHandler
695 sample_format='S16_LE', variable in class:CrosInputWidgetHandler
712 sample_format: 'S16_LE' for 16-bit signed integer in
729 sample_format: 'S32_LE' for 32-bit signed integer in
754 sample_format='S16_LE', variable in class:CrosUSBInputWidgetHandler
817 sample_format='S16_LE', variable in class:CrosOutputWidgetHandler
audio_test_utils.py 415 sample_format=data_format['sample_format'])
427 data_format['sample_format'])
677 dict(file_type='raw', sample_format='S16_LE', channel=2,
  /external/autotest/client/site_tests/audio_AlsaLoopback/
audio_AlsaLoopback.py 26 data_format = dict(file_type='wav', sample_format='S16_LE',
  /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 61 dict(file_type='raw', sample_format='S16_LE',
63 dict(file_type='raw', sample_format='S16_LE',
67 file_type='raw', sample_format='S16_LE', channel=2, rate=48000)
178 file_type, sample_format, channel, and rate.
180 sample_format: One of the keys in
181 audio_data.SAMPLE_FORMAT.
217 sample_format: 'S16_LE' for 16-bit signed integer in
436 sample_format: 'S16_LE' for 16-bit signed integer in
  /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/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/strace/tests/
ioctl_v4l2.c 132 f->fmt.vbi.sample_format = magic;
255 ", samples_per_line=%u, sample_format="
    [all...]
  /external/strace/tests-m32/
ioctl_v4l2.c 132 f->fmt.vbi.sample_format = magic;
255 ", samples_per_line=%u, sample_format="
    [all...]
  /external/strace/tests-mx32/
ioctl_v4l2.c 132 f->fmt.vbi.sample_format = magic;
255 ", samples_per_line=%u, sample_format="
    [all...]
  /external/ImageMagick/coders/
tiff.c 1129 sample_format, local
    [all...]
  /bionic/libc/kernel/uapi/linux/
videodev2.h 1056 __u32 sample_format; member in struct:v4l2_vbi_format
    [all...]
  /external/kernel-headers/original/uapi/linux/
videodev2.h 1929 __u32 sample_format; \/* V4L2_PIX_FMT_* *\/ member in struct:v4l2_vbi_format
    [all...]
  /external/v4l2_codec2/vda/
videodev2.h 1864 __u32 sample_format; \/* V4L2_PIX_FMT_* *\/ member in struct:v4l2_vbi_format
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
videodev2.h 1141 __u32 sample_format; member in struct:v4l2_vbi_format
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
videodev2.h 1584 __u32 sample_format; \/* V4L2_PIX_FMT_* *\/ member in struct:v4l2_vbi_format
    [all...]

Completed in 874 milliseconds

1 2