Searched defs:uint32_t (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/vulkan/include/vulkan/ |
H A D | vk_platform.h | 80 typedef unsigned __int32 uint32_t; typedef
|
/frameworks/native/include/media/hardware/ |
H A D | VideoAPI.h | 42 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 D | InputReader_test.cpp | 116 virtual void setSpots(const PointerCoords*, const uint32_t*, BitSet32) { argument 310 uint32_t flags; 315 uint32_t classes; 328 Device(uint32_t classes) : 347 void addDevice(int32_t deviceId, const String8& name, uint32_t classes) { 416 int32_t keyCode, uint32_t flags) { 474 virtual uint32_t getDeviceClasses(int32_t deviceId) const { 523 int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const { 798 uint32_t mSources; 812 FakeInputMapper(InputDevice* device, uint32_t source [all...] |
Completed in 292 milliseconds