Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/native/libs/vr/libvrflinger/
Dhwc_types.h289 uint8_t r __attribute__((aligned(1)));
290 uint8_t g __attribute__((aligned(1)));
291 uint8_t b __attribute__((aligned(1)));
292 uint8_t a __attribute__((aligned(1)));
299 int32_t left __attribute__((aligned(4)));
300 int32_t top __attribute__((aligned(4)));
301 int32_t right __attribute__((aligned(4)));
302 int32_t bottom __attribute__((aligned(4)));
/frameworks/av/media/libaudioprocessing/audio-resampler/
Dfilter_coefficients.h21 const uint32_t up_sampler_filter_coefficients[] __attribute__ ((aligned (32))) = {
154 const uint32_t dn_sampler_filter_coefficients[] __attribute__ ((aligned (32))) = {
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_pose.h24 typedef struct __attribute__((packed, aligned(16))) DvrPoseAsync {
70 typedef struct __attribute__((packed, aligned(16))) DvrPose {
Ddvr_config.h13 struct __attribute__((packed, aligned(16))) DvrConfig {
Ddvr_vsync.h10 typedef struct __attribute__((packed, aligned(16))) DvrVsync {
Ddvr_shared_buffers.h56 struct __attribute__((packed, aligned(16))) DvrVsyncPoseBuffer {
/frameworks/rs/
Drs_hal.h111 #define RS_BASE_OBJ(_t_) typedef struct { const _t_* p; } __attribute__((packed, aligned(4)))
127 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_mesh;
128 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_fragment;
129 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_vertex;
130 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_raster;
131 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_store;
132 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_font;
DrsThreadIO.h88 uint8_t mSendBuffer[2 * 1024] __attribute__((aligned(sizeof(double))));
/frameworks/native/include/input/
DInputTransport.h78 nsecs_t eventTime __attribute__((aligned(8)));
89 nsecs_t downTime __attribute__((aligned(8)));
99 nsecs_t eventTime __attribute__((aligned(8)));
111 nsecs_t downTime __attribute__((aligned(8)));
144 } __attribute__((aligned(8))) body;
/frameworks/base/core/proto/android/os/
Dpagetypeinfo.proto28 * An order-0 page is 4 KB in size and 4 KB aligned.
29 * An order-1 page is 8 KB in size and 8 KB aligned.
30 * An order-10 page is 4096 KB in size and 4096 aligned.
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
Dballs.rsh2 typedef struct __attribute__((packed, aligned(4))) Ball {
Dballs.rscript14 typedef struct __attribute__((packed, aligned(4))) Point {
/frameworks/rs/script_api/include/
Drs_object_types.rsh36 } __attribute__((packed, aligned(4)))
154 RS_TYPE_MATRIX_4X4 = 16, // A 4x4 matrix of 32 bit floats, aligned on a 32 bit boundary.
155 RS_TYPE_MATRIX_3X3 = 17, // A 3x3 matrix of 32 bit floats, aligned on a 32 bit boundary.
156 RS_TYPE_MATRIX_2X2 = 18, // A 2x2 matrix of 32 bit floats, aligned on a 32 bit boundary.
/frameworks/compile/libbcc/
DREADME.rst138 table, and bcc context. Every section should be aligned to a word size.
171 the code and the data. The offset of context should aligned to
193 Note: stack will be aligned to the coarsest-grained argument. In the case of
194 float2 above as an argument, parameter stack will be aligned to an 8-byte
/frameworks/native/opengl/libagl/
Dcontext.h501 transform_t mvp __attribute__((aligned(32)));
503 vp_transform_t vpt __attribute__((aligned(32)));
611 array_machine_t arrays __attribute__((aligned(32)));
619 compute_iterators_t lerp __attribute__((aligned(32)));
/frameworks/libs/native_bridge_support/
DAndroid.bp23 "-Wover-aligned",
/frameworks/native/libs/gui/include/gui/
DDisplayEventReceiver.h63 nsecs_t timestamp __attribute__((aligned(8)));
/frameworks/native/libs/ui/include/ui/
DBufferHubDefs.h125 struct __attribute__((aligned(8))) MetadataHeader {
/frameworks/base/libs/androidfw/
DCursorWindow.cpp220 uint32_t CursorWindow::alloc(size_t size, bool aligned) { in alloc() argument
222 if (aligned) { in alloc()
/frameworks/av/media/libaudioprocessing/
DAudioResamplerDyn.h165 TO __attribute__ ((aligned (8))) mVolumeSimd[2]; // must be aligned or NEON may crash
DAudioResamplerSinc.cpp68 const uint32_t AudioResamplerSinc::mFirCoefsUp[] __attribute__ ((aligned (32))) = {
76 const uint32_t AudioResamplerSinc::mFirCoefsDown[] __attribute__ ((aligned (32))) = {
/frameworks/base/libs/androidfw/include/androidfw/
DCursorWindow.h193 uint32_t alloc(size_t size, bool aligned = false);
/frameworks/base/tools/aapt2/
Dformats.md20 This is followed by `entry_count` of the following data structure. It must be aligned on a 32-bit
/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h113 struct __attribute__ ((__packed__, aligned(alignof(uint32_t)))) ColorAspects {
/frameworks/base/core/java/android/widget/
DImageView.java1484 public void setBaselineAlignBottom(boolean aligned) { in setBaselineAlignBottom() argument
1485 if (mBaselineAlignBottom != aligned) { in setBaselineAlignBottom()
1486 mBaselineAlignBottom = aligned; in setBaselineAlignBottom()

12