Searched refs:sample_format (Results 1 – 8 of 8) sorted by relevance
/external/autotest/client/cros/audio/ |
D | audio_data.py | 33 def get_maximum_value_from_sample_format(sample_format): argument 41 size_bits = SAMPLE_FORMATS[sample_format]['size_bytes'] * 8 60 def __init__(self, binary, channel, sample_format): argument 71 self.sample_format = sample_format 84 data = handle.read(SAMPLE_FORMATS[self.sample_format]['size_bytes']) 88 SAMPLE_FORMATS[self.sample_format]['struct_format'], data) 140 SAMPLE_FORMATS[self.sample_format]['struct_format'],
|
D | audio_test_data.py | 132 sample_format='S16_LE', 145 sample_format='S16_LE', 162 sample_format='S16_LE', 179 sample_format='S16_LE',
|
D | audio_helper.py | 806 sample_format=data_format['sample_format']) 924 sample_format=golden_data_format['sample_format']) 928 sample_format=test_data_format['sample_format'])
|
/external/autotest/client/cros/multimedia/ |
D | audio_facade_native.py | 33 dict(file_type='raw', sample_format='S16_LE', 35 dict(file_type='raw', sample_format='S16_LE', 39 file_type='raw', sample_format='S16_LE', channel=2, rate=48000)
|
/external/autotest/client/cros/chameleon/ |
D | audio_widget.py | 517 sample_format='S32_LE', 674 sample_format='S16_LE', 733 sample_format='S16_LE', 749 sample_format='S16_LE',
|
D | audio_test_utils.py | 273 sample_format=data_format['sample_format'])
|
/external/kernel-headers/original/uapi/linux/ |
D | videodev2.h | 1820 __u32 sample_format; /* V4L2_PIX_FMT_* */ member
|
/external/valgrind/include/vki/ |
D | vki-linux.h | 4216 __vki_u32 sample_format; /* VKI_V4L2_PIX_FMT_* */ member
|