HomeSort by relevance Sort by last modified time
    Searched defs:uint8x3_t (Results 1 - 2 of 2) sorted by null

  /system/media/audio_utils/private/
private.h 31 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon81534
  /system/media/audio_utils/tests/
primitives_tests.cpp 334 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon81536
335 uint8x3_t *u24ref = new uint8x3_t[65536];
336 uint8x3_t *u24ary = new uint8x3_t[65536];
340 EXPECT_EQ(sizeof(uint8x3_t), 3); // 3 bytes per struct

Completed in 165 milliseconds