Searched refs:aligned (Results 1 - 20 of 20) sorted by relevance

/frameworks/rs/scriptc/
H A Drs_types.rsh128 #define RS_BASE_OBJ typedef struct { const int* const p; } __attribute__((packed, aligned(4)))
170 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_mesh;
176 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_path;
182 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_fragment;
188 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_vertex;
194 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_raster;
200 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_store;
206 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_font;
404 #define RS_PACKED __attribute__((packed, aligned(4)))
/frameworks/native/include/input/
H A DInputTransport.h61 // Body *must* be 8 byte aligned.
65 nsecs_t eventTime __attribute__((aligned(8)));
74 nsecs_t downTime __attribute__((aligned(8)));
83 nsecs_t eventTime __attribute__((aligned(8)));
91 nsecs_t downTime __attribute__((aligned(8)));
123 } __attribute__((aligned(8))) body;
H A DInput.h192 uint64_t bits __attribute__((aligned(8)));
/frameworks/rs/
H A Drs_hal.h60 #define RS_BASE_OBJ(_t_) typedef struct { const _t_* p; } __attribute__((packed, aligned(4)))
74 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_mesh;
75 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_path;
76 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_fragment;
77 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_vertex;
78 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_raster;
79 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_store;
80 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_font;
H A DrsThreadIO.h92 uint8_t mSendBuffer[2 * 1024] __attribute__((aligned(sizeof(double))));
/frameworks/native/include/gui/
H A DDisplayEventReceiver.h52 nsecs_t timestamp __attribute__((aligned(8)));
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s42 ; * block; must be aligned on a 4-byte boundary. The
45 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned
48 ; * aligned on a 4-byte boundary.
74 ; * 4-byte aligned.
/frameworks/av/services/audioflinger/
H A DAudioResamplerDyn.h123 TO __attribute__ ((aligned (8))) mVolumeSimd[2]; // must be aligned or NEON may crash
H A DAudioMixer.h254 track_t tracks[MAX_NUM_TRACKS] __attribute__((aligned(32)));
376 state_t mState __attribute__((aligned(32)));
H A DAudioResamplerSinc.cpp60 const uint32_t AudioResamplerSinc::mFirCoefsUp[] __attribute__ ((aligned (32))) = {
196 const uint32_t AudioResamplerSinc::mFirCoefsDown[] __attribute__ ((aligned (32))) = {
H A DAudioMixer.cpp1552 int32_t outTemp[BLOCKSIZE * MAX_NUM_CHANNELS] __attribute__((aligned(32)));
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s42 ; * block; must be aligned on a 4-byte boundary. The
45 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned
48 ; * aligned on a 4-byte boundary.
74 ; * 4-byte aligned.
/frameworks/base/include/androidfw/
H A DCursorWindow.h180 * If aligned is true, the allocation gets 4 byte alignment.
182 uint32_t alloc(size_t size, bool aligned = false);
/frameworks/native/opengl/libagl/
H A Dcontext.h500 transform_t mvp __attribute__((aligned(32)));
502 vp_transform_t vpt __attribute__((aligned(32)));
610 array_machine_t arrays __attribute__((aligned(32)));
618 compute_iterators_t lerp; __attribute__((aligned(32)));
H A Dprimitives.cpp719 int32_t itt[8] __attribute__((aligned(16)));
763 int32_t itt[8] __attribute__((aligned(16)));
/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp174 uint32_t fieldDirOffset = alloc(fieldDirSize, true /*aligned*/);
201 uint32_t CursorWindow::alloc(size_t size, bool aligned) { argument
203 if (aligned) {
244 chunk->nextChunkOffset = alloc(sizeof(RowSlotChunk), true /*aligned*/);
/frameworks/base/core/java/android/widget/
H A DImageView.java1219 * @param aligned If true, the image view will be baseline aligned with
1224 public void setBaselineAlignBottom(boolean aligned) { argument
1225 if (mBaselineAlignBottom != aligned) {
1226 mBaselineAlignBottom = aligned;
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp409 __attribute__((aligned(4))) uint8_t buffer[2048];
/frameworks/av/services/audioflinger/audio-resampler/
H A 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/rs/driver/
H A DrsdRuntimeStubs.cpp77 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) t;

Completed in 1361 milliseconds