/external/webrtc/common_audio/ |
D | wav_header_unittest.cc | 105 size_t bytes_per_sample = 0; in TEST() local 316 size_t bytes_per_sample = 0; in TEST() local 357 size_t bytes_per_sample = 0; in TEST() local 400 size_t bytes_per_sample = 0; in TEST() local 439 size_t bytes_per_sample = 0; in TEST() local
|
D | wav_header.cc | 152 size_t bytes_per_sample) { in ByteRate() 156 uint16_t BlockAlign(size_t num_channels, size_t bytes_per_sample) { in BlockAlign() 201 size_t bytes_per_sample, in WritePcmWavHeader() 232 size_t bytes_per_sample, in WriteIeeeFloatWavHeader() 284 size_t bytes_per_sample, in CheckWavParameters() 356 const size_t bytes_per_sample = GetFormatBytesPerSample(format); in WriteWavHeader() local 373 size_t* bytes_per_sample, in ReadWavHeader()
|
D | wav_file.cc | 76 size_t bytes_per_sample; in WavReader() local
|
/external/libaom/common/ |
D | rawenc.c | 38 int bytes_per_sample; in write_greyscale() local 71 const int bytes_per_sample = high_bitdepth ? 2 : 1; in raw_write_image_file_or_md5() local
|
D | y4minput.c | 1168 int bytes_per_sample = _y4m->bit_depth > 8 ? 2 : 1; in y4m_input_fetch_frame() local
|
/external/libaom/test/ |
D | md5_helper.h | 30 const int bytes_per_sample = in Add() local
|
/external/libvpx/test/ |
D | md5_helper.h | 29 const int bytes_per_sample = in Add() local
|
D | y4m_test.cc | 62 const int bytes_per_sample = (img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in write_image_file() local
|
/external/flac/src/libFLAC/ |
D | md5.c | 275 …const FLAC__int32 * const signal[], uint32_t channels, uint32_t samples, uint32_t bytes_per_sample) in format_input_() 492 …const FLAC__int32 * const signal[], uint32_t channels, uint32_t samples, uint32_t bytes_per_sample) in FLAC__MD5Accumulate()
|
/external/webrtc/audio/ |
D | audio_transport_impl.cc | 111 const size_t bytes_per_sample, in RecordedDataIsAvailable() 130 const size_t bytes_per_sample, in RecordedDataIsAvailable()
|
/external/flac/src/test_libFLAC/ |
D | md5.c | 193 …C__int32 * const * signal, uint32_t channels, uint32_t samples, uint32_t bytes_per_sample, const F… in test_md5_accumulate()
|
/external/libvpx/vpx/src/ |
D | vpx_image.c | 166 const int bytes_per_sample = in vpx_img_set_rect() local
|
/external/openscreen/cast/standalone_receiver/ |
D | sdl_audio_player.cc | 124 const int bytes_per_sample = av_get_bytes_per_sample(frame_format); in RenderNextFrame() local
|
/external/tinyalsa_new/utils/ |
D | tinywavinfo.c | 155 unsigned int bytes_per_sample = 0; in analyse_sample() local
|
/external/flac/src/test_streams/ |
D | main.c | 691 …ol generate_signed_raw(const char *filename, unsigned channels, unsigned bytes_per_sample, unsigne… in generate_signed_raw() 720 … generate_unsigned_raw(const char *filename, unsigned channels, unsigned bytes_per_sample, unsigne… in generate_unsigned_raw() 752 const unsigned bytes_per_sample = (bps+7)/8; in generate_aiff() local 811 const unsigned bytes_per_sample = (bps+7)/8; in generate_wav() local
|
/external/flac/src/share/replaygain_synthesis/ |
D | replaygain_synthesis.c | 352 const uint32_t bytes_per_sample = target_bps / 8; in FLAC__replaygain_synthesis__apply_gain() local
|
/external/libvpx/ |
D | vpxdec.c | 308 const int bytes_per_sample = ((img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1); in write_image_file() local 310 const int bytes_per_sample = 1; in write_image_file() local
|
D | y4minput.c | 1114 int bytes_per_sample = _y4m->bit_depth > 8 ? 2 : 1; in y4m_input_fetch_frame() local
|
/external/igt-gpu-tools/lib/ |
D | igt_alsa.c | 420 int bytes_per_sample; in alsa_run() local
|
/external/libaom/aom/src/ |
D | aom_image.c | 227 const int bytes_per_sample = in aom_img_set_rect() local
|
/external/tensorflow/tensorflow/core/lib/wav/ |
D | wav_io.cc | 278 uint16 bytes_per_sample; in DecodeLin16WaveAsFloatVector() local
|
/external/crosvm/devices/src/virtio/snd/vios_backend/ |
D | streams.rs | 464 fn bytes_per_sample(format: u8) -> usize { in bytes_per_sample() function
|