Searched defs:uint8x3_t (Results 1 - 2 of 2) 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:__anon1856
/system/media/audio_utils/tests/
H A Dprimitives_tests.cpp413 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon1858
414 uint8x3_t *u24ref = new uint8x3_t[65536];
415 uint8x3_t *u24ary = new uint8x3_t[65536];
419 EXPECT_EQ((size_t)3, sizeof(uint8x3_t)); // 3 bytes per struct
497 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon1859
498 uint8x3_t *u24ref = new uint8x3_t[65536];
499 uint8x3_t *u24ar
582 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon1860
[all...]

Completed in 552 milliseconds