Home
last modified time | relevance | path

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

/test/xts/hats/hdf/display/composer/common/
Ddisplay_test_utils.cpp97 const int32_t PIXEL_BYTES = 4; in GetPixelValue() local
109 if ((position * PIXEL_BYTES) > handle.size) { in GetPixelValue()
130 const int32_t PIXEL_BYTES = 4; in CheckPixel() local
142 if ((position * PIXEL_BYTES) > handle.size) { in CheckPixel()
171 const int32_t PIXEL_BYTES = 4; in SetPixel() local
182 int32_t position = y * handle.stride / PIXEL_BYTES + x; in SetPixel()
183 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()