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:__anon74976
  /system/media/audio_utils/tests/
primitives_tests.cpp 413 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon74978
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:__anon74979
498 uint8x3_t *u24ref = new uint8x3_t[65536];
499 uint8x3_t *u24ary = new uint8x3_t[65536]
582 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon74980
    [all...]

Completed in 46 milliseconds