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

/frameworks/rs/scriptc/
H A 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(
[all...]
/frameworks/rs/
H A DrsThreadIO.h92 uint8_t mSendBuffer[2 * 1024] __attribute__((aligned(sizeof(double))));
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A 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/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A 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/
H A DAudioMixer.h227 track_t tracks[MAX_NUM_TRACKS]; __attribute__((aligned(32)));
256 state_t mState __attribute__((aligned(32)));
H A DAudioResamplerSinc.cpp56 const uint32_t AudioResamplerSinc::mFirCoefsUp[] __attribute__ ((aligned (32))) = {
192 const uint32_t AudioResamplerSinc::mFirCoefsDown[] __attribute__ ((aligned (32))) = {
H A DAudioMixer.cpp1112 int32_t outTemp[BLOCKSIZE * MAX_NUM_CHANNELS] __attribute__((aligned(32)));
/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.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)));
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.java1080 * @param aligned If true, the image view will be baseline aligned with
1085 public void setBaselineAlignBottom(boolean aligned) { argument
1086 if (mBaselineAlignBottom != aligned) {
1087 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;
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs23 typedef struct __attribute__((aligned(4))) Card {
26 rs_allocation detailTexture; // screen-aligned detail texture
55 float3 center; // center of a y-axis-aligned infinite cylinder
99 /** Detail is aligned with the top edge of the carousel view **/
101 /** Detail is aligned with the bottom edge of the carousel view (not yet implemented) **/
116 * Detail is aligned with the left edge of either the top or the bottom of
121 * Detail is aligned with the right edge of either the top or the bottom of
826 * Draws a screen-aligned card with the exact dimensions from the detail texture.

Completed in 664 milliseconds