Searched defs:bytes_per_sample (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/common_audio/ |
D | wav_header.cc | 65 size_t bytes_per_sample, in CheckWavParameters() 139 size_t bytes_per_sample) { in ByteRate() 144 size_t bytes_per_sample) { in BlockAlign() 152 size_t bytes_per_sample, in WriteWavHeader() 187 size_t* bytes_per_sample, in ReadWavHeader()
|
D | wav_header_unittest.cc | 97 size_t bytes_per_sample = 0; in TEST() local 274 size_t bytes_per_sample = 0; in TEST() local 310 size_t bytes_per_sample = 0; in TEST() local
|
D | wav_file.cc | 55 size_t bytes_per_sample; in WavReader() local
|
/external/libvpx/libvpx/test/ |
D | md5_helper.h | 31 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/libFLAC/ |
D | md5.c | 274 …const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample) in format_input_() 491 …const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample) in FLAC__MD5Accumulate()
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 218 const int bytes_per_sample = in vpx_img_set_rect() local
|
/external/libvpx/libvpx/ |
D | vpxdec.c | 297 const int bytes_per_sample = ((img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1); in write_image_file() local 299 const int bytes_per_sample = 1; in write_image_file() local
|
D | y4minput.c | 998 int bytes_per_sample = _y4m->bit_depth > 8 ? 2 : 1; in y4m_input_fetch_frame() local
|
/external/chromium-trace/catapult/telemetry/third_party/png/ |
D | png.py | 332 bytes_per_sample=None, # deprecated argument
|