Searched refs:memcpy_to_p24_from_i32 (Results 1 – 4 of 4) sorted by relevance
116 memcpy_to_p24_from_i32((uint8_t*)dst, (int32_t*)src, count); in memcpy_by_audio_format()
214 void memcpy_to_p24_from_i32(uint8_t *dst, const int32_t *src, size_t count) in memcpy_to_p24_from_i32() function
318 void memcpy_to_p24_from_i32(uint8_t *dst, const int32_t *src, size_t count);
284 memcpy_to_p24_from_i32(pary.data(), i32ary.data(), size /* note pary elem is 3 bytes */); in TEST()