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

  /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);
  /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 62 milliseconds