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

  /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);
  /system/media/audio_utils/tests/
primitives_tests.cpp 369 uint32_t dst_channels = local
372 memcpy_by_index_array(dst, dst_channels, src, src_channels, idxary, sample_size, count);
453 uint32_t dst_channels = local
456 memcpy_by_index_array(dst, dst_channels, src, src_channels, idxary, sample_size, count);
538 uint32_t dst_channels = local
541 memcpy_by_index_array(dst, dst_channels, src, src_channels, idxary, sample_size, count);
  /system/media/audio_utils/include/audio_utils/
primitives.h 406 * The idxary[] consists of dst_channels number of elements.
427 * dst_channels Number of destination channels per frame
436 void memcpy_by_index_array(void *dst, uint32_t dst_channels,
    [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 384 milliseconds