Searched refs:uint8x3_t (Results 1 - 5 of 5) sorted by relevance

/system/media/audio_utils/private/
H A Dprivate.h31 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon2049
/system/media/audio_utils/tests/
H A Dpower_tests.cpp27 typedef struct { uint8_t c[3]; } __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon2050
36 uint8x3_t p24_ary[length];
47 const uint8x3_t p24_value{{
53 const uint8x3_t p24_value{{
95 uint8x3_t p24_ary[length];
110 const uint8x3_t p24_value{{
116 const uint8x3_t p24_value{{
H A Dprimitives_tests.cpp434 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon2052
435 uint8x3_t *u24ref = new uint8x3_t[65536];
436 uint8x3_t *u24ary = new uint8x3_t[65536];
440 EXPECT_EQ((size_t)3, sizeof(uint8x3_t)); // 3 bytes per struct
518 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon2053
519 uint8x3_t *u24ref = new uint8x3_t[65536];
520 uint8x3_t *u24ar
603 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon2054
[all...]
/system/media/audio_utils/
H A Dchannels.c33 * Converts a uint8x3_t into an int32_t
35 static inline int32_t uint8x3_to_int32(uint8x3_t val) {
45 * Converts an int32_t to a uint8x3_t
47 static inline uint8x3_t int32_to_uint8x3(int32_t in) {
48 uint8x3_t out;
191 * NOTE: Can not be used for uint8x3_t samples, see CONTRACT_TO_MONO_24() below.
216 /* Channel contracts from a MULTICHANNEL uint8x3_t input buffer to a MONO uint8x3_t output buffer
291 CONTRACT_TO_MONO_24((const uint8x3_t*)in_buff,
292 (uint8x3_t*)out_buf
[all...]
H A Dprimitives.c420 uint8x3_t *udst = (uint8x3_t*)dst;
421 const uint8x3_t *usrc = (const uint8x3_t*)src;
422 static const uint8x3_t zero; /* tricky - we use this to zero out a sample */
475 uint8x3_t *udst = (uint8x3_t*)dst;
476 const uint8x3_t *usrc = (const uint8x3_t*)src;
477 static const uint8x3_t zer
[all...]

Completed in 125 milliseconds