Searched refs:y0 (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | test_camera_base.cpp | 299 int y0, u, v, r, g, b; in ProcessImage() local 318 y0 = in[yPos]; in ProcessImage() 322 r = RANGE_LIMIT(y0 + v + ((v * 103) >> 8)); // 103,8:display range in ProcessImage() 323 g = RANGE_LIMIT(y0 - ((u * 88) >> 8) - ((v * 183) >> 8)); // 88,8,183:display range in ProcessImage() 324 b = RANGE_LIMIT(y0 + u + ((u * 198) >> 8)); // 198,8:display range in ProcessImage()
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/ |
H A D | v4l2_main.cpp | 231 int y0, u, v, r, g, b; in ProcessImage() local 247 y0 = in[yPos]; in ProcessImage() 251 r = RANGE_LIMIT(y0 + v + ((v * 103) >> 8)); in ProcessImage() 252 g = RANGE_LIMIT(y0 - ((u * 88) >> 8) - ((v * 183) >> 8)); in ProcessImage() 253 b = RANGE_LIMIT(y0 + u + ((u * 198) >> 8)); in ProcessImage()
|
/drivers/peripheral/camera/test/ut/usb_camera/ |
H A D | test_camera_base.cpp | 310 int y0, u, v, r, g, b; in ProcessImage() local 329 y0 = in[yPos]; in ProcessImage() 333 r = RANGE_LIMIT(y0 + v + ((v * 103) >> 8)); // 103,8:display range in ProcessImage() 334 g = RANGE_LIMIT(y0 - ((u * 88) >> 8) - ((v * 183) >> 8)); // 88,8,183:display range in ProcessImage() 335 b = RANGE_LIMIT(y0 + u + ((u * 198) >> 8)); // 198,8:display range in ProcessImage()
|
/drivers/peripheral/display/interfaces/include/ |
H A D | display_vgu.h | 181 VGU_PATH_CMD_MOVE, /* < Move to the specified point (coordinates: x0, y0). */ 182 VGU_PATH_CMD_LINE, /* < Draw a line (coordinates: x0, y0). */ 184 VGU_PATH_CMD_VLINE, /* < Draw a vertical line (coordinates: y0). */ 185 VGU_PATH_CMD_QUAD, /* < Draw a quadratic Bezier curve (coordinates: x0, y0, x1, y1). */ 186 VGU_PATH_CMD_CUBIC, /* < Draw a cubic Bezier curve (coordinates: x0, y0, x1, y1, x2, y2). */ 301 VGUScalar y0; /* < Vertical coordinate of the center of the inner circle */ member
|
H A D | display_type.h | 368 int32_t y0; /**< Y coordinate of the start point of a line */ member
|
Completed in 13 milliseconds