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

  /system/media/audio_utils/
primitives.c 296 uint32_t dst_channels =
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) \
348 for (i = 0; i < dst_channels; ++i) { \
356 void memcpy_by_index_array(void *dst, uint32_t dst_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 39 int dst_channels, int dst_sample_rate_hz,
131 int dst_channels,
147 if (dst_channels == 1) {
166 / src_sample_rate_hz * kInputKernelDelaySamples * dst_channels * 2;
168 src_channels, src_sample_rate_hz, dst_channels, dst_sample_rate_hz);
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h 236 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 236 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 236 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 236 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audiocvt.c 1329 Uint16 dst_format, Uint8 dst_channels, int dst_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) ) {
1384 (dst_channels == 6) ) {
1392 (dst_channels == 4) ) {
1399 while ( (src_channels*2) <= dst_channels ) {
1407 (dst_channels <= 2) ) {
1414 (dst_channels == 4) ) {
1425 ((src_channels/2) >= dst_channels) ) {
    [all...]
  /system/media/audio_utils/tests/
primitives_tests.cpp 323 uint32_t dst_channels = 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 329 * The idxary[] consists of dst_channels number of elements.
350 * dst_channels Number of destination channels per frame
359 void memcpy_by_index_array(void *dst, uint32_t dst_channels,
  /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...]
  /device/htc/flounder/audio/hal/
audio_hw.c 1549 size_t dst_channels = audio_channel_count_from_in_mask(in->main_channels); local
    [all...]

Completed in 1390 milliseconds