Home
last modified time | relevance | path

Searched refs:PIXEL_BYTES (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/display/composer/test/common/
H A 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()
H A Dhdi_test_render_utils.cpp32 const int32_t PIXEL_BYTES = 4; in SetPixel() local
43 if ((position * PIXEL_BYTES) > handle.size) { in SetPixel()
/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_responser.h1032 const int32_t PIXEL_BYTES = 4; in GetFileName() local
1033 strStream << "hdi_layer_" << devId << "_" << layerId << "_" << buffer.stride / PIXEL_BYTES << "x" << in GetFileName()

Completed in 4 milliseconds