Home
last modified time | relevance | path

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

123

/frameworks/av/services/audioflinger/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/include/input/
DInputTransport.h65 nsecs_t eventTime __attribute__((aligned(8)));
74 nsecs_t downTime __attribute__((aligned(8)));
83 nsecs_t eventTime __attribute__((aligned(8)));
92 nsecs_t downTime __attribute__((aligned(8)));
124 } __attribute__((aligned(8))) body;
/frameworks/base/docs/html/tools/help/
Dzipalign.jd11 to be aligned on 4-byte boundaries. This
30 the alignment. Also, do not make alterations to the aligned package.
33 entries. And any files added to an "aligned" archive will not be aligned.</p>
/frameworks/rs/
Drs_hal.h89 #define RS_BASE_OBJ(_t_) typedef struct { const _t_* p; } __attribute__((packed, aligned(4)))
103 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_mesh;
104 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_fragment;
105 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_vertex;
106 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_raster;
107 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_store;
108 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_font;
DrsThreadIO.h92 uint8_t mSendBuffer[2 * 1024] __attribute__((aligned(sizeof(double))));
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
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/rs/java/tests/Balls/src/com/example/android/rs/balls/
Dballs.rsh2 typedef struct __attribute__((packed, aligned(4))) Ball {
Dballs.rs17 typedef struct __attribute__((packed, aligned(4))) Point {
/frameworks/rs/scriptc/
Drs_object_types.rsh36 } __attribute__((packed, aligned(4)))
153 RS_TYPE_MATRIX_4X4 = 16, // A 4x4 matrix of 32 bit floats, aligned on a 32 bit boundary.
154 RS_TYPE_MATRIX_3X3 = 17, // A 3x3 matrix of 32 bit floats, aligned on a 32 bit boundary.
155 RS_TYPE_MATRIX_2X2 = 18, // A 2x2 matrix of 32 bit floats, aligned on a 32 bit boundary.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
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/tools/aapt2/
Dprocess.dot4 out_table_aligned [label="out/default/resources-aligned.arsc"];
5 out_table_fr_aligned [label="out/fr/resources-aligned.arsc"];
/frameworks/native/include/gui/
DDisplayEventReceiver.h52 nsecs_t timestamp __attribute__((aligned(8)));
/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.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)));
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
Dtransform_def.rsh24 typedef struct __attribute__((packed, aligned(4))) SgTransform {
/frameworks/av/services/audioflinger/
DAudioMixer.h294 track_t tracks[MAX_NUM_TRACKS] __attribute__((aligned(32)));
310 state_t mState __attribute__((aligned(32)));
DAudioResamplerDyn.h123 TO __attribute__ ((aligned (8))) mVolumeSimd[2]; // must be aligned or NEON may crash
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
Dfountain.rs13 typedef struct __attribute__((packed, aligned(4))) Point {
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
Dfountain.rs14 typedef struct __attribute__((packed, aligned(4))) Point {
/frameworks/base/libs/androidfw/
DCursorWindow.cpp201 uint32_t CursorWindow::alloc(size_t size, bool aligned) { in alloc() argument
203 if (aligned) { in alloc()
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
Dfountainfbo.rs21 typedef struct __attribute__((packed, aligned(4))) Point {
/frameworks/base/include/androidfw/
DCursorWindow.h182 uint32_t alloc(size_t size, bool aligned = false);
/frameworks/base/docs/html/tools/building/
Dbuilding-cmdline.jd14 <li><a href="#AutoReleaseMode">Build signed and aligned</a></li>
87 with the debug key and has been aligned with
165 …<p>When your <code>.apk</code> has been signed and aligned, it's ready to be distributed to end-us…
169 <h3 id="AutoReleaseMode">Build signed and aligned</h3>
225 been signed with the private key specified in build.gradle file and aligned with {@code
Dbuilding-cmdline-ant.jd14 <li><a href="#AutoReleaseMode">Build signed and aligned</a></li>
94 the debug key and has been aligned with
145 …<p>When your <code>.apk</code> has been signed and aligned, it's ready to be distributed to end-us…
149 <h3 id="AutoReleaseMode">Build signed and aligned</h3>
192 been signed with the private key specified in {@code ant.properties} and aligned with {@code
/frameworks/base/core/java/android/widget/
DImageView.java1292 public void setBaselineAlignBottom(boolean aligned) { in setBaselineAlignBottom() argument
1293 if (mBaselineAlignBottom != aligned) { in setBaselineAlignBottom()
1294 mBaselineAlignBottom = aligned; in setBaselineAlignBottom()

123