Searched refs:uint32_t (Results 1 - 25 of 1053) sorted by relevance

1234567891011>>

/frameworks/native/include/utils/
H A DJenkinsHash.h32 inline uint32_t JenkinsHashMix(uint32_t hash, uint32_t data) {
39 hash_t JenkinsHashWhiten(uint32_t hash);
42 uint32_t JenkinsHashMixBytes(uint32_t hash, const uint8_t* bytes, size_t size);
44 uint32_t JenkinsHashMixShorts(uint32_t hash, const uint16_t* shorts, size_t size);
H A DBitSet.h31 uint32_t value;
34 explicit inline BitSet32(uint32_t value) : value(value) { }
37 static inline uint32_t valueForBit(uint32_t n) { return 0x80000000 >> n; }
43 inline uint32_t count() const { return __builtin_popcount(value); }
52 inline bool hasBit(uint32_t n) const { return value & valueForBit(n); }
55 inline void markBit(uint32_t n) { value |= valueForBit(n); }
58 inline void clearBit(uint32_t n) { value &= ~ valueForBit(n); }
62 inline uint32_t firstMarkedBit() const { return __builtin_clz(value); }
66 inline uint32_t firstUnmarkedBi
[all...]
/frameworks/av/media/libstagefright/include/
H A DSampleIterator.h26 status_t seekTo(uint32_t sampleIndex);
28 uint32_t getChunkIndex() const { return mCurrentChunkIndex; }
29 uint32_t getDescIndex() const { return mChunkDesc; }
32 uint32_t getSampleTime() const { return mCurrentSampleTime; }
35 uint32_t sampleIndex, size_t *size);
42 uint32_t mSampleToChunkIndex;
43 uint32_t mFirstChunk;
44 uint32_t mFirstChunkSampleIndex;
45 uint32_t mStopChunk;
46 uint32_t mStopChunkSampleInde
[all...]
H A DSampleTable.h41 uint32_t type, off64_t data_offset, size_t data_size);
47 uint32_t type, off64_t data_offset, size_t data_size);
58 uint32_t countChunkOffsets() const;
60 uint32_t countSamples() const;
65 uint32_t sampleIndex,
68 uint32_t *compositionTime,
77 uint32_t req_time, uint32_t *sample_index, uint32_t flags);
80 uint32_t start_sample_inde
[all...]
/frameworks/base/libs/hwui/font/
H A DCachedGlyphInfo.h33 uint32_t mStartX;
34 uint32_t mStartY;
35 uint32_t mBitmapWidth;
36 uint32_t mBitmapHeight;
43 uint32_t mGlyphIndex;
44 uint32_t mAdvanceX;
45 uint32_t mAdvanceY;
/frameworks/compile/libbcc/include/bcinfo/
H A DBitcodeWrapper.h28 uint32_t Magic;
29 uint32_t Version;
30 uint32_t BitcodeOffset;
31 uint32_t BitcodeSize;
32 uint32_t HeaderVersion;
33 uint32_t TargetAPI;
34 uint32_t PNaClVersion;
37 uint32_t CompilerVersion;
40 uint32_t OptimizationLevel;
55 uint32_t mHeaderVersio
[all...]
/frameworks/rs/
H A DrsType.h44 uint32_t dimX;
45 uint32_t dimY;
46 uint32_t dimZ;
47 uint32_t *lodDimX;
48 uint32_t *lodDimY;
49 uint32_t *lodDimZ;
50 uint32_t *lodOffset;
51 uint32_t lodCount;
52 uint32_t dimYuv;
61 size_t getOffsetForFace(uint32_t fac
[all...]
/frameworks/av/include/media/
H A DVisualizer.h78 static uint32_t getMaxCaptureSize() { return VISUALIZER_CAPTURE_SIZE_MAX; }
80 static uint32_t getMinCaptureSize() { return VISUALIZER_CAPTURE_SIZE_MIN; }
82 static uint32_t getMaxCaptureRate() { return CAPTURE_RATE_MAX; }
89 uint32_t waveformSize,
91 uint32_t fftSize,
93 uint32_t samplingrate);
97 status_t setCaptureCallBack(capture_cbk_t cbk, void* user, uint32_t flags, uint32_t rate);
102 status_t setCaptureSize(uint32_t size);
103 uint32_t getCaptureSiz
[all...]
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_structs.h33 uint32_t usageFlags;
35 uint32_t yuv;
36 uint32_t elementSizeBytes;
50 uint32_t dimX;
51 uint32_t dimY;
52 uint32_t dimZ;
55 uint32_t lodCount;
56 uint32_t faceCount;
179 uint32_t vectorSize;
180 uint32_t elementSizeByte
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h114 void setType(uint32_t pType);
116 void setDesc(uint32_t pDesc);
118 void setBinding(uint32_t pBinding);
120 void setOther(uint32_t pOther);
126 void setReserved(uint32_t pReserved);
171 uint32_t type() const;
173 uint32_t desc() const;
175 uint32_t binding() const;
177 uint32_t reserved() const;
205 uint32_t inf
[all...]
H A DELFSegmentFactory.h34 ELFSegment* produce(uint32_t pType, uint32_t pFlag = llvm::ELF::PF_R);
37 find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear);
40 find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear) const;
/frameworks/opt/net/voip/src/jni/rtp/
H A DEchoSuppressor.h40 uint32_t *mXSums;
41 uint32_t *mX2Sums;
44 uint32_t mYSum;
45 uint32_t mY2Sum;
46 uint32_t *mYRecords;
47 uint32_t *mY2Records;
49 uint32_t *mXYSums;
50 uint32_t *mXYRecords;
/frameworks/rs/driver/
H A DrsdVertexArray.h35 uint32_t buffer;
37 uint32_t offset;
38 uint32_t type;
39 uint32_t size;
40 uint32_t stride;
46 void set(uint32_t type, uint32_t size, uint32_t stride, bool normalized, uint32_t offset, const char *name);
49 RsdVertexArray(const Attrib *attribs, uint32_t numAttrib
[all...]
H A DrsdAllocation.h43 uint32_t textureID;
48 uint32_t bufferID;
51 uint32_t renderTargetID;
120 uint32_t xoff, uint32_t lod, size_t count,
124 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
125 uint32_t w, uint32_t
[all...]
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Dbitcode_wrapperer.h78 uint32_t getAndroidHeaderVersion() {
82 uint32_t getAndroidTargetAPI() {
86 uint32_t getAndroidCompilerVersion() {
90 uint32_t getAndroidOptimizationLevel() {
124 bool ReadWord(uint32_t& word);
127 bool WriteWord(uint32_t word);
154 bool BufferCopyInToOut(uint32_t size);
164 bool Seek(uint32_t pos);
193 uint32_t infile_bc_offset_;
197 uint32_t wrapper_bc_offset
[all...]
/frameworks/rs/tests/cppallocation/
H A Dmultiply.rs21 uint32_t __attribute__((kernel)) multiply(uint32_t in) {
/frameworks/rs/tests/cppstrided/
H A Dmultiply.rs21 uint32_t __attribute__((kernel)) multiply(uint32_t in) {
/frameworks/native/opengl/libagl/
H A DTokenizer.h36 uint32_t acquire();
37 status_t reserve(uint32_t token);
38 status_t release(uint32_t token);
39 bool isAcquired(uint32_t token) const;
45 run_t(uint32_t f, uint32_t l) : first(f), length(l) {}
46 uint32_t first;
47 uint32_t length;
50 ssize_t _indexOrderOf(uint32_t token, size_t* order=0) const;
51 ssize_t _insertTokenAt(uint32_t toke
[all...]
/frameworks/native/cmds/servicemanager/
H A Dbinder.h14 uint32_t type;
15 uint32_t flags;
24 uint32_t code;
25 uint32_t flags;
27 uint32_t sender_pid;
28 uint32_t sender_euid;
30 uint32_t data_size;
31 uint32_t offs_size;
39 uint32_t *offs; /* array of offsets */
40 uint32_t data_avai
[all...]
/frameworks/rs/scriptc/
H A Drs_element.rsh38 extern uint32_t __attribute__((overloadable))
50 rsElementGetSubElement(rs_element, uint32_t index);
61 extern uint32_t __attribute__((overloadable))
62 rsElementGetSubElementNameLength(rs_element e, uint32_t index);
75 extern uint32_t __attribute__((overloadable))
76 rsElementGetSubElementName(rs_element e, uint32_t index, char *name, uint32_t nameLength);
88 extern uint32_t __attribute__((overloadable))
89 rsElementGetSubElementArraySize(rs_element e, uint32_t index);
100 extern uint32_t __attribute_
[all...]
H A Drs_atomic.rsh46 extern uint32_t __attribute__((overloadable))
47 rsAtomicInc(volatile uint32_t* addr);
65 extern uint32_t __attribute__((overloadable))
66 rsAtomicDec(volatile uint32_t* addr);
86 extern uint32_t __attribute__((overloadable))
87 rsAtomicAdd(volatile uint32_t* addr, uint32_t value);
107 extern uint32_t __attribute__((overloadable))
108 rsAtomicSub(volatile uint32_t* addr, uint32_t valu
[all...]
/frameworks/av/services/audioflinger/
H A DFastMixer.h57 COMPILE_TIME_ASSERT_FUNCTION_SCOPE(sizeof(FastTrackUnderruns) == sizeof(uint32_t)); }
64 uint32_t mFull : UNDERRUN_BITS; // framesReady() is full frame count
65 uint32_t mPartial : UNDERRUN_BITS; // framesReady() is non-zero but < full frame count
66 uint32_t mEmpty : UNDERRUN_BITS; // framesReady() is zero
70 uint32_t mAtomic;
94 uint32_t mWriteSequence; // incremented before and after each write()
95 uint32_t mFramesWritten; // total number of frames written successfully
96 uint32_t mNumTracks; // total number of active fast tracks
97 uint32_t mWriteErrors; // total number of write() errors
98 uint32_t mUnderrun
[all...]
/frameworks/base/libs/hwui/
H A DPatchCache.h46 PatchCache(uint32_t maxCapacity);
49 Patch* get(const uint32_t bitmapWidth, const uint32_t bitmapHeight,
51 const int32_t* xDivs, const int32_t* yDivs, const uint32_t* colors,
52 const uint32_t width, const uint32_t height, const int8_t numColors);
55 uint32_t getSize() const {
59 uint32_t getMaxSize() const {
72 PatchDescription(const uint32_t bitmapWidth, const uint32_t bitmapHeigh
[all...]
H A DPixelBuffer.h66 static PixelBuffer* create(GLenum format, uint32_t width, uint32_t height,
119 virtual void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) = 0;
124 uint32_t getWidth() const {
131 uint32_t getHeight() const {
138 uint32_t getSize() const {
149 static uint32_t formatSiz
[all...]
/frameworks/av/media/mtp/
H A DMtpObjectInfo.h32 uint32_t mCompressedSize;
34 uint32_t mThumbCompressedSize;
35 uint32_t mThumbPixWidth;
36 uint32_t mThumbPixHeight;
37 uint32_t mImagePixWidth;
38 uint32_t mImagePixHeight;
39 uint32_t mImagePixDepth;
42 uint32_t mAssociationDesc;
43 uint32_t mSequenceNumber;

Completed in 717 milliseconds

1234567891011>>