Searched refs:y0 (Results 1 - 3 of 3) sorted by relevance
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
H A D | test_display.cpp | 320 int y0, u, v, r, g, b; in ProcessImage() local 339 y0 = in[yPos]; in ProcessImage() 343 r = RANGE_LIMIT(y0 + v + ((v * 103) >> 8)); // 103,8:display range in ProcessImage() 344 g = RANGE_LIMIT(y0 - ((u * 88) >> 8) - ((v * 183) >> 8)); // 88,8,183:display range in ProcessImage() 345 b = RANGE_LIMIT(y0 + u + ((u * 198) >> 8)); // 198,8:display range in ProcessImage()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mathndk.cpp | 2285 double resultValue = y0(param);
in Y0() 3050 {"y0", nullptr, Y0, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
H A D | arkoala_api.h | 4634 void (*drawLine)(ArkUICanvasHandle canvas, ArkUI_Float32 x0, ArkUI_Float32 y0, ArkUI_Float32 x1, ArkUI_Float32 y1,
|
Completed in 26 milliseconds