HomeSort by relevance Sort by last modified time
    Searched refs:dst_channels (Results 1 - 15 of 15) sorted by null

  /external/webrtc/webrtc/common_audio/
audio_converter.cc 28 CopyConverter(size_t src_channels, size_t src_frames, size_t dst_channels,
30 : AudioConverter(src_channels, src_frames, dst_channels, dst_frames) {}
45 UpmixConverter(size_t src_channels, size_t src_frames, size_t dst_channels,
47 : AudioConverter(src_channels, src_frames, dst_channels, dst_frames) {}
55 for (size_t j = 0; j < dst_channels(); ++j)
63 DownmixConverter(size_t src_channels, size_t src_frames, size_t dst_channels,
65 : AudioConverter(src_channels, src_frames, dst_channels, dst_frames) {
84 ResampleConverter(size_t src_channels, size_t src_frames, size_t dst_channels,
86 : AudioConverter(src_channels, src_frames, dst_channels, dst_frames) {
114 (*it)->dst_channels()));
    [all...]
audio_converter.h 20 // conversions are supported: downmix to mono (i.e. |dst_channels| == 1) or
31 size_t dst_channels,
44 size_t dst_channels() const { return dst_channels_; } function in class:webrtc::AudioConverter
49 AudioConverter(size_t src_channels, size_t src_frames, size_t dst_channels,
audio_converter_unittest.cc 91 size_t dst_channels,
110 if (dst_channels == 1) {
133 src_channels, src_sample_rate_hz, dst_channels, dst_sample_rate_hz);
136 src_channels, src_frames, dst_channels, dst_frames);
  /system/media/audio_utils/
primitives.c 369 uint32_t dst_channels =
372 memcpy_by_idxary(dst, dst_channels, src, src_channels, idxary, sample_size, count);
416 #define copy_frame_by_idx(dst, dst_channels, src, src_channels, idxary, count, zero) \
421 for (i = 0; i < dst_channels; ++i) { \
429 void memcpy_by_index_array(void *dst, uint32_t dst_channels,
438 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, 0);
444 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, 0);
451 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, zero);
457 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, 0);
  /external/webrtc/webrtc/voice_engine/
utility_unittest.cc 36 int dst_channels,
128 int dst_channels,
143 if (dst_channels == 1) {
163 kInputKernelDelaySamples * dst_channels * 2);
165 src_channels, src_sample_rate_hz, dst_channels, dst_sample_rate_hz);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_audio.h 441 Uint8 dst_channels,
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_audio.h 441 Uint8 dst_channels,
  /prebuilts/misc/windows/sdl2/include/
SDL_audio.h 441 Uint8 dst_channels,
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_audio.h 441 Uint8 dst_channels,
  /system/media/audio_utils/tests/
primitives_tests.cpp 402 uint32_t dst_channels = local
405 memcpy_by_index_array(dst, dst_channels, src, src_channels, idxary, sample_size, count);
486 uint32_t dst_channels = local
489 memcpy_by_index_array(dst, dst_channels, src, src_channels, idxary, sample_size, count);
571 uint32_t dst_channels = local
574 memcpy_by_index_array(dst, dst_channels, src, src_channels, idxary, sample_size, count);
  /system/media/audio_utils/include/audio_utils/
primitives.h 475 * The idxary[] consists of dst_channels number of elements.
499 * \param dst_channels Number of destination channels per frame
509 void memcpy_by_index_array(void *dst, uint32_t dst_channels,
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 1038 size_t dst_channels = audio_channel_count_from_in_mask(in->main_channels); local
2143 size_t dst_channels = pcm_device->pcm_profile->config.channels; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm.h     [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 1565 size_t dst_channels = audio_channel_count_from_in_mask(in->main_channels); local
    [all...]

Completed in 607 milliseconds