/frameworks/av/services/audioflinger/audio-resampler/ |
D | filter_coefficients.h | 21 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/ |
D | InputTransport.h | 65 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;
|
D | Input.h | 223 uint64_t bits __attribute__((aligned(8)));
|
/frameworks/rs/ |
D | rs_hal.h | 110 #define RS_BASE_OBJ(_t_) typedef struct { const _t_* p; } __attribute__((packed, aligned(4))) 124 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_mesh; 125 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_fragment; 126 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_vertex; 127 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_raster; 128 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_store; 129 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_font;
|
D | rsThreadIO.h | 88 uint8_t mSendBuffer[2 * 1024] __attribute__((aligned(sizeof(double))));
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
D | omxVCM4P2_PredictReconCoefIntra_s.s | 42 ; * 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/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
D | omxVCM4P2_PredictReconCoefIntra_s.s | 42 ; * 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/scriptc/ |
D | rs_object_types.rsh | 36 } __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/rs/java/tests/Balls/src/com/example/android/rs/balls/ |
D | balls.rsh | 2 typedef struct __attribute__((packed, aligned(4))) Ball {
|
D | balls.rs | 14 typedef struct __attribute__((packed, aligned(4))) Point {
|
/frameworks/compile/libbcc/ |
D | README.rst | 138 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/ |
D | context.h | 500 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)));
|
D | primitives.cpp | 719 int32_t itt[8] __attribute__((aligned(16))); in lerp_texcoords() 763 int32_t itt[8] __attribute__((aligned(16))); in lerp_texcoords_w()
|
/frameworks/native/include/gui/ |
D | DisplayEventReceiver.h | 52 nsecs_t timestamp __attribute__((aligned(8)));
|
/frameworks/av/services/audioflinger/ |
D | AudioMixer.h | 294 track_t tracks[MAX_NUM_TRACKS] __attribute__((aligned(32))); 310 state_t mState __attribute__((aligned(32)));
|
D | AudioResamplerDyn.h | 123 TO __attribute__ ((aligned (8))) mVolumeSimd[2]; // must be aligned or NEON may crash
|
D | AudioResamplerSinc.cpp | 67 const uint32_t AudioResamplerSinc::mFirCoefsUp[] __attribute__ ((aligned (32))) = { 75 const uint32_t AudioResamplerSinc::mFirCoefsDown[] __attribute__ ((aligned (32))) = {
|
/frameworks/base/libs/androidfw/ |
D | CursorWindow.cpp | 201 uint32_t CursorWindow::alloc(size_t size, bool aligned) { in alloc() argument 203 if (aligned) { in alloc()
|
/frameworks/base/include/androidfw/ |
D | CursorWindow.h | 182 uint32_t alloc(size_t size, bool aligned = false);
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | navigation.jd | 95 <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/core/java/android/widget/ |
D | ImageView.java | 1334 public void setBaselineAlignBottom(boolean aligned) { in setBaselineAlignBottom() argument 1335 if (mBaselineAlignBottom != aligned) { in setBaselineAlignBottom() 1336 mBaselineAlignBottom = aligned; in setBaselineAlignBottom()
|
/frameworks/base/docs/html/distribute/stories/games/ |
D | hotheadgames-firefight.jd | 38 achievements. Both were aligned and displayed with related in-game missions
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_object_types.jd | 223 …<tr><th>RS_TYPE_MATRIX_4X4 = 16</th><td>A 4x4 matrix of 32 bit floats, aligned on a 32 bit boundar… 224 …<tr><th>RS_TYPE_MATRIX_3X3 = 17</th><td>A 3x3 matrix of 32 bit floats, aligned on a 32 bit boundar… 225 …<tr><th>RS_TYPE_MATRIX_2X2 = 18</th><td>A 2x2 matrix of 32 bit floats, aligned on a 32 bit boundar…
|
/frameworks/rs/api/ |
D | rs_object_types.spec | 30 } __attribute__((packed, aligned(4)))
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | relative.jd | 23 android.widget.RelativeLayout} area (such as aligned to the bottom, left or center).</p>
|