/aosp_15_r20/external/webrtc/common_audio/ |
H A 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()
|
H A 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
|
H A D | wav_file.cc | 76 size_t bytes_per_sample; in WavReader() local
|
/aosp_15_r20/external/libaom/common/ |
H A 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
|
/aosp_15_r20/external/flac/src/libFLAC/ |
H A 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()
|
/aosp_15_r20/external/webrtc/audio/ |
H A D | audio_transport_impl.cc | 111 const size_t bytes_per_sample, in RecordedDataIsAvailable() 130 const size_t bytes_per_sample, in RecordedDataIsAvailable()
|
/aosp_15_r20/external/flac/src/test_streams/ |
H A 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
|
/aosp_15_r20/frameworks/base/media/mca/filterfw/jni/ |
H A D | jni_native_frame.cpp | 171 jint bytes_per_sample) { in Java_android_filterfw_core_NativeFrame_setNativeBitmap() 221 jint bytes_per_sample) { in Java_android_filterfw_core_NativeFrame_getNativeBitmap()
|
/aosp_15_r20/external/rust/android-crates-io/crates/hound/src/ |
D | read.rs | 222 bytes_per_sample: u16, field 412 let bytes_per_sample = block_align / n_channels; in read_fmt_chunk() localVariable 705 let bytes_per_sample = self.spec.bits_per_sample / 8; in seek() localVariable
|
/aosp_15_r20/external/libaom/test/ |
H A D | md5_helper.h | 30 const int bytes_per_sample = in Add() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | md5_helper.h | 29 const int bytes_per_sample = in Add() local
|
H A D | y4m_test.cc | 62 const int bytes_per_sample = (img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in write_image_file() local
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/default/ |
H A D | HfpSoftwareAudioProvider.cpp | 89 int bytes_per_sample = pcm_config.bitsPerSample / 8; in startSession() local
|
H A D | LeAudioSoftwareAudioProvider.cpp | 95 int bytes_per_sample = in startSession() local
|
/aosp_15_r20/external/flac/src/test_libFLAC/ |
H A 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()
|
/aosp_15_r20/external/libvpx/ |
H A 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
|
/aosp_15_r20/external/openscreen/cast/standalone_receiver/ |
H A D | sdl_audio_player.cc | 124 const int bytes_per_sample = av_get_bytes_per_sample(frame_format); in RenderNextFrame() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/mmc/codec_server/ |
D | a2dp_aac_mmc_encoder.cc | 151 const int bytes_per_sample = bit_depth / 8; in transcode() local
|
/aosp_15_r20/external/libvpx/vpx/src/ |
H A D | vpx_image.c | 188 const int bytes_per_sample = in vpx_img_set_rect() local
|
/aosp_15_r20/external/tinyalsa_new/utils/ |
H A D | tinywavinfo.c | 155 unsigned int bytes_per_sample = 0; in analyse_sample() local
|
/aosp_15_r20/external/flac/src/share/replaygain_synthesis/ |
H A D | replaygain_synthesis.c | 352 const uint32_t bytes_per_sample = target_bps / 8; in FLAC__replaygain_synthesis__apply_gain() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/ |
H A D | sco_data_channel.cc | 380 uint16_t bytes_per_sample = in ConfigureHci() local
|
/aosp_15_r20/system/media/audio_utils/ |
H A D | PowerLog.cpp | 229 const size_t bytes_per_sample = audio_bytes_per_sample(mFormat); in log() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/ |
D | audio_source_hal_client.cc | 215 int bytes_per_sample = (source_codec_config_.bits_per_sample == 24) in SendAudioData() local
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_alsa.c | 420 int bytes_per_sample; in alsa_run() local
|