Searched defs:uint32_t (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/vulkan/include/vulkan/
H A Dvk_platform.h80 typedef unsigned __int32 uint32_t; typedef
/frameworks/rs/rsov/compiler/spirit/
H A Dcore_defs.h35 typedef uint32_t LiteralExtInstInteger;
36 typedef uint32_t LiteralSpecConstantOpInteger;
37 typedef uint32_t IdResult;
43 uint32_t mId;
61 OpCodeAndWordCount(uint32_t codeAndCount)
63 mWordCount((uint32_t)(codeAndCount >> 16)) {}
64 OpCodeAndWordCount(uint32_t opcode, uint32_t wordCount)
67 operator uint32_t() const {
68 return ((uint32_t)mWordCoun
[all...]
/frameworks/native/headers/media_plugin/media/hardware/
H A DVideoAPI.h42 uint32_t mNumPlanes; // number of planes
43 uint32_t mWidth; // width of largest plane (unpadded, as in nFrameWidth)
44 uint32_t mHeight; // height of largest plane (unpadded, as in nFrameHeight)
45 uint32_t mBitDepth; // useable bit depth
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
61 enum Type : uint32_t {
122 enum Primaries : uint32_t { enum
135 enum Transfer : uint32_t { enum
153 enum MatrixCoeffs : uint32_t { enum
165 enum Standard : uint32_t { enum
[all...]
/frameworks/native/include/media/hardware/
H A DVideoAPI.h42 uint32_t mNumPlanes; // number of planes
43 uint32_t mWidth; // width of largest plane (unpadded, as in nFrameWidth)
44 uint32_t mHeight; // height of largest plane (unpadded, as in nFrameHeight)
45 uint32_t mBitDepth; // useable bit depth
47 uint32_t mOffset; // offset of first pixel of the plane in bytes
49 uint32_t mColInc; // column increment in bytes
50 uint32_t mRowInc; // row increment in bytes
51 uint32_t mHorizSubsampling; // subsampling compared to the largest plane
52 uint32_t mVertSubsampling; // subsampling compared to the largest plane
61 enum Type : uint32_t {
122 enum Primaries : uint32_t { enum
135 enum Transfer : uint32_t { enum
153 enum MatrixCoeffs : uint32_t { enum
165 enum Standard : uint32_t { enum
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp121 virtual void setSpots(const PointerCoords*, const uint32_t*, BitSet32) { argument
360 uint32_t flags;
365 uint32_t classes;
389 explicit Device(uint32_t classes) :
408 void addDevice(int32_t deviceId, const String8& name, uint32_t classes) {
514 int32_t keyCode, uint32_t flags) {
572 virtual uint32_t getDeviceClasses(int32_t deviceId) const {
621 int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const {
845 uint32_t getGeneration() {
900 uint32_t mSource
[all...]

Completed in 209 milliseconds