Searched defs:uint8x3_t (Results 1 - 3 of 3) 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:__anon1894
/system/media/audio_utils/tests/
H A Dpower_tests.cpp27 typedef struct { uint8_t c[3]; } __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon1895
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.cpp415 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon1897
416 uint8x3_t *u24ref = new uint8x3_t[65536];
417 uint8x3_t *u24ary = new uint8x3_t[65536];
421 EXPECT_EQ((size_t)3, sizeof(uint8x3_t)); // 3 bytes per struct
499 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon1898
500 uint8x3_t *u24ref = new uint8x3_t[65536];
501 uint8x3_t *u24ar
584 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon1899
[all...]

Completed in 142 milliseconds