Home
last modified time | relevance | path

Searched refs:PIXEL_BYTES (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/display/composer/test/common/
Ddisplay_test_utils.cpp98 const int32_t PIXEL_BYTES = 4; in GetPixelValue() local
110 if ((position * PIXEL_BYTES) > handle.size) { in GetPixelValue()
131 const int32_t PIXEL_BYTES = 4; in CheckPixel() local
143 if ((position * PIXEL_BYTES) > handle.size) { in CheckPixel()
172 const int32_t PIXEL_BYTES = 4; in SetPixel() local
184 if ((position * PIXEL_BYTES) > handle.size) { in SetPixel()
Dhdi_test_render_utils.cpp32 const int32_t PIXEL_BYTES = 4; in SetPixel() local
43 if ((position * PIXEL_BYTES) > handle.size) { in SetPixel()