Home
last modified time | relevance | path

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

12

/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/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/scriptc/
Drs_types.rsh122 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_element;
128 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_type;
134 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_allocation;
140 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_sampler;
146 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_script;
152 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_mesh;
158 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_path;
164 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_fragment;
170 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_vertex;
176 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_raster;
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DomxVCM4P2_PredictReconCoefIntra_s.s28 ; * block; must be aligned on a 4-byte boundary. The
31 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned
34 ; * aligned on a 4-byte boundary.
60 ; * 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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DomxVCM4P2_PredictReconCoefIntra_s.s28 ; * block; must be aligned on a 4-byte boundary. The
31 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned
34 ; * aligned on a 4-byte boundary.
60 ; * 4-byte aligned.
/frameworks/av/services/audioflinger/
DAudioMixer.h227 track_t tracks[MAX_NUM_TRACKS]; __attribute__((aligned(32)));
256 state_t mState __attribute__((aligned(32)));
DAudioResamplerSinc.cpp56 const uint32_t AudioResamplerSinc::mFirCoefsUp[] __attribute__ ((aligned (32))) = {
192 const uint32_t AudioResamplerSinc::mFirCoefsDown[] __attribute__ ((aligned (32))) = {
/frameworks/native/opengl/libagl/
Dcontext.h496 transform_t mvp __attribute__((aligned(32)));
498 vp_transform_t vpt __attribute__((aligned(32)));
606 array_machine_t arrays __attribute__((aligned(32)));
614 compute_iterators_t lerp; __attribute__((aligned(32)));
Dprimitives.cpp719 int32_t itt[8] __attribute__((aligned(16))); in lerp_texcoords()
763 int32_t itt[8] __attribute__((aligned(16))); in lerp_texcoords_w()
/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/rs/
DrsThreadIO.h92 uint8_t mSendBuffer[2 * 1024] __attribute__((aligned(sizeof(double))));
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
Dtransform_def.rsh24 typedef struct __attribute__((packed, aligned(4))) SgTransform {
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
Dfountain.rs14 typedef struct __attribute__((packed, aligned(4))) Point {
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
Dfountain.rs13 typedef struct __attribute__((packed, aligned(4))) Point {
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
Dfountainfbo.rs21 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/include/androidfw/
DCursorWindow.h182 uint32_t alloc(size_t size, bool aligned = false);
/frameworks/base/core/java/android/widget/
DImageView.java1085 public void setBaselineAlignBottom(boolean aligned) { in setBaselineAlignBottom() argument
1086 if (mBaselineAlignBottom != aligned) { in setBaselineAlignBottom()
1087 mBaselineAlignBottom = aligned; in setBaselineAlignBottom()
/frameworks/base/docs/html/tools/building/
Dbuilding-cmdline.jd14 <li><a href="#AutoReleaseMode">Build signed and aligned</a></li>
86 the debug key and has been aligned with
137 …<p>When your <code>.apk</code> has been signed and aligned, it's ready to be distributed to end-us…
141 <h3 id="AutoReleaseMode">Build signed and aligned</h3>
184 been signed with the private key specified in {@code ant.properties} and aligned with {@code
/frameworks/base/docs/html/training/keyboard-input/
Dnavigation.jd95 <p>For example, in the following layout, two buttons are aligned to the right side and a text field
96 is aligned to the left of the second button. In order to pass focus from the first button to the
/frameworks/base/docs/html/guide/topics/ui/layout/
Drelative.jd23 android.widget.RelativeLayout} area (such as aligned to the bottom, left of center).</p>
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Dscenegraph_objects.rsh70 typedef struct __attribute__((packed, aligned(4))) SgTransform {
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
Dui_test.rs51 typedef struct __attribute__((packed, aligned(4))) Particle {

12