Home
last modified time | relevance | path

Searched defs:bytes_per_sample (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/webrtc/common_audio/
Dwav_header.cc65 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()
Dwav_header_unittest.cc97 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
Dwav_file.cc55 size_t bytes_per_sample; in WavReader() local
/external/libvpx/libvpx/test/
Dmd5_helper.h29 const int bytes_per_sample = in Add() local
Dy4m_test.cc62 const int bytes_per_sample = (img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in write_image_file() local
/external/libaom/libaom/test/
Dmd5_helper.h30 const int bytes_per_sample = in Add() local
/external/flac/libFLAC/
Dmd5.c274 …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/
Dvpx_image.c162 const int bytes_per_sample = in vpx_img_set_rect() local
/external/libaom/libaom/common/
Drawenc.c68 const int bytes_per_sample = high_bitdepth ? 2 : 1; in raw_write_image_file_or_md5() local
Dy4minput.c1100 int bytes_per_sample = _y4m->bit_depth > 8 ? 2 : 1; in y4m_input_fetch_frame() local
/external/libaom/libaom/aom/src/
Daom_image.c188 const int bytes_per_sample = in aom_img_set_rect() local
/external/tensorflow/tensorflow/core/lib/wav/
Dwav_io.cc243 uint16 bytes_per_sample; in DecodeLin16WaveAsFloatVector() local
/external/libvpx/libvpx/
Dvpxdec.c308 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
Dy4minput.c1072 int bytes_per_sample = _y4m->bit_depth > 8 ? 2 : 1; in y4m_input_fetch_frame() local
/external/adhd/cras/src/tests/
Ddev_stream_unittest.cc621 const unsigned int bytes_per_sample = 2; in TEST_F() local