Home
last modified time | relevance | path

Searched refs:src_channels (Results 1 – 3 of 3) sorted by relevance

/system/media/audio_utils/
Dprimitives.c431 uint32_t src_channels = __builtin_popcount(src_mask); in memcpy_by_channel_mask()
435 memcpy_by_idxary(dst, dst_channels, src, src_channels, idxary, sample_size, count); in memcpy_by_channel_mask()
479 #define copy_frame_by_idx(dst, dst_channels, src, src_channels, idxary, count, zero) \ argument
488 (src) += (src_channels); \
493 const void *src, uint32_t src_channels, in memcpy_by_index_array() argument
501 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, 0); in memcpy_by_index_array()
507 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, 0); in memcpy_by_index_array()
514 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, zero); in memcpy_by_index_array()
520 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, 0); in memcpy_by_index_array()
/system/media/audio_utils/tests/
Dprimitives_tests.cpp421 uint32_t src_channels = __builtin_popcount(src_mask); in memcpy_by_channel_mask2() local
425 memcpy_by_index_array(dst, dst_channels, src, src_channels, idxary, sample_size, count); in memcpy_by_channel_mask2()
505 uint32_t src_channels = __builtin_popcount(src_mask); in memcpy_by_channel_mask_dst_index() local
509 memcpy_by_index_array(dst, dst_channels, src, src_channels, idxary, sample_size, count); in memcpy_by_channel_mask_dst_index()
590 uint32_t src_channels = __builtin_popcount(src_mask); in memcpy_by_channel_mask_src_index() local
594 memcpy_by_index_array(dst, dst_channels, src, src_channels, idxary, sample_size, count); in memcpy_by_channel_mask_src_index()
/system/media/audio_utils/include/audio_utils/
Dprimitives.h604 const void *src, uint32_t src_channels,