Home
last modified time | relevance | path

Searched defs:src_channels (Results 1 – 2 of 2) sorted by relevance

/system/media/audio_utils/tests/
Dprimitives_tests.cpp403 uint32_t src_channels = popcount(src_mask); in memcpy_by_channel_mask2() local
487 uint32_t src_channels = popcount(src_mask); in memcpy_by_channel_mask_dst_index() local
572 uint32_t src_channels = popcount(src_mask); in memcpy_by_channel_mask_src_index() local
/system/media/audio_utils/
Dprimitives.c416 #define copy_frame_by_idx(dst, dst_channels, src, src_channels, idxary, count, zero) \ argument
430 const void *src, uint32_t src_channels, in memcpy_by_index_array()