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

  /system/media/audio_utils/
primitives.c 295 uint32_t src_channels = popcount(src_mask);
299 memcpy_by_idxary(dst, dst_channels, src, src_channels, idxary, sample_size, count);
343 #define copy_frame_by_idx(dst, dst_channels, src, src_channels, idxary, count, zero) \
352 src += src_channels; \
357 const void *src, uint32_t src_channels,
365 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, 0);
371 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, 0);
378 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, zero);
384 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, 0);
  /external/chromium_org/third_party/webrtc/voice_engine/
utility_unittest.cc 38 void RunResampleTest(int src_channels, int src_sample_rate_hz,
129 void UtilityTest::RunResampleTest(int src_channels,
142 if (src_channels == 1)
149 if (src_channels == 1)
155 if (src_channels == 1)
168 src_channels, src_sample_rate_hz, dst_channels, dst_sample_rate_hz);
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audiocvt.c 1328 Uint16 src_format, Uint8 src_channels, int src_rate,
1332 src_format, dst_format, src_channels, dst_channels, src_rate, dst_rate);*/
1375 if ( src_channels != dst_channels ) {
1376 if ( (src_channels == 1) && (dst_channels > 1) ) {
1380 src_channels = 2;
1383 if ( (src_channels == 2) &&
1387 src_channels = 6;
1391 if ( (src_channels == 2) &&
1395 src_channels = 4;
1399 while ( (src_channels*2) <= dst_channels )
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h 235 Uint16 src_format, Uint8 src_channels, int src_rate,
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 235 Uint16 src_format, Uint8 src_channels, int src_rate,
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 235 Uint16 src_format, Uint8 src_channels, int src_rate,
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 235 Uint16 src_format, Uint8 src_channels, int src_rate,
  /system/media/audio_utils/tests/
primitives_tests.cpp 322 uint32_t src_channels = popcount(src_mask); local
326 memcpy_by_index_array(dst, dst_channels, src, src_channels, idxary, sample_size, count);
  /system/media/audio_utils/include/audio_utils/
primitives.h 352 * src_channels Number of source channels per frame
360 const void *src, uint32_t src_channels,
  /device/htc/flounder/audio/hal/
audio_hw.c 1550 size_t src_channels = in->config.channels; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
pcm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm.h     [all...]

Completed in 449 milliseconds