Searched refs:widthInBytes (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/ |
D | EmbeddedData.aidl | 37 int widthInBytes;
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/ |
D | EmbeddedData.aidl | 37 int widthInBytes;
|
/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/ |
D | EmbeddedData.aidl | 29 int widthInBytes;
|
/hardware/interfaces/graphics/mapper/stable-c/vts/ |
D | VtsHalGraphicsMapperStableC_TargetTest.cpp | 316 void fillRGBA8888(uint8_t* data, uint32_t height, size_t strideInBytes, size_t widthInBytes) { in fillRGBA8888() argument 318 memset(data, y, widthInBytes); in fillRGBA8888() 324 size_t strideInBytes, size_t widthInBytes) { in verifyRGBA8888() argument 333 for (size_t i = 0; i < widthInBytes; i++) { in verifyRGBA8888()
|
/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 383 void fillRGBA8888(uint8_t* data, uint32_t height, size_t strideInBytes, size_t widthInBytes, in fillRGBA8888() argument 386 memset(data, y + seed, widthInBytes); in fillRGBA8888() 392 size_t strideInBytes, size_t widthInBytes, uint32_t seed = 0) { in verifyRGBA8888() argument 402 for (size_t i = 0; i < widthInBytes; i++) { in verifyRGBA8888()
|