Searched refs:memcpy_by_index_array (Results 1 – 3 of 3) sorted by relevance
/system/media/audio_utils/tests/ |
D | primitives_tests.cpp | 425 memcpy_by_index_array(dst, dst_channels, src, src_channels, idxary, sample_size, count); in memcpy_by_channel_mask2() 430 TEST(audio_utils_primitives, memcpy_by_index_array) { in TEST() argument 509 memcpy_by_index_array(dst, dst_channels, src, src_channels, idxary, sample_size, count); in memcpy_by_channel_mask_dst_index() 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/ |
D | primitives.h | 603 void memcpy_by_index_array(void *dst, uint32_t dst_channels,
|
/system/media/audio_utils/ |
D | primitives.c | 492 void memcpy_by_index_array(void *dst, uint32_t dst_channels, in memcpy_by_index_array() function
|