Searched full:coordinate (Results 1 – 25 of 196) sorted by relevance
12345678
31 * struct cordic_iq - i/q coordinate.33 * @i: real part of coordinate (in phase).34 * @q: imaginary part of coordinate (quadrature).42 * cordic_calc_iq() - calculates the i/q coordinate for given angle.44 * @theta: angle in degrees for which i/q coordinate is to be calculated.45 * @coord: function output parameter holding the i/q coordinate.47 * The function calculates the i/q coordinate for a given angle using the48 * CORDIC algorithm. The coordinate consists of a real (i) and an
117 Byte 2: X coordinate (xpos[9:2])118 Byte 3: Y coordinate (ypos[9:2])119 Byte 4: Bit1~Bit0 => Y coordinate (xpos[1:0])120 Bit3~Bit2 => X coordinate (ypos[1:0])164 Bit5 => Valid bit, 0 means that the coordinate is invalid or finger up.172 Byte 2: X coordinate (xpos[9:2])173 Byte 3: Y coordinate (ypos[9:2])174 Byte 4: Bit1~Bit0 => Y coordinate (xpos[1:0])175 Bit3~Bit2 => X coordinate (ypos[1:0])189 Bit5 => Valid bit, 0 means that the coordinate is invalid or finger up.[all …]
60 report relative motion, absolute motion in a coordinate system maintained289 coordinate system. Motion beyond that value is also ignored.332 occur before the internally maintained coordinate is changed by one351 XMSB ; X coordinate353 YMSB ; Y coordinate366 XMSB ; X coordinate367 XLSB ; (in scaled coordinate system)368 YMSB ; Y coordinate382 logical coordinate system internal to the ikbd for all relative or absolute393 Makes the origin of the Y axis to be at the top of the logical coordinate
32 #define SRC_LEFT_TOP_REG 0x0310 /* Src Left Top Coordinate reg */33 #define SRC_RIGHT_BOTTOM_REG 0x0314 /* Src Right Bottom Coordinate reg */43 #define DST_LEFT_TOP_REG 0x0410 /* Dest Left Top Coordinate reg */44 #define DST_RIGHT_BOTTOM_REG 0x0414 /* Dest Right Bottom Coordinate reg */50 #define PAT_OFFSET_REG 0x050C /* Pattern Left Top Coordinate reg */
14 description: minimum x coordinate reported19 description: minimum y coordinate reported24 description: horizontal resolution of touchscreen (maximum x coordinate reported + 1)28 description: vertical resolution of touchscreen (maximum y coordinate reported + 1)
64 - Specifies the normalized x chromaticity coordinate of the color72 - Specifies the normalized y chromaticity coordinate of the color80 - Specifies the normalized x chromaticity coordinate of the white84 - Specifies the normalized y chromaticity coordinate of the white
38 It uses the same coordinate system as ``V4L2_SEL_TGT_CROP_BOUNDS``. The57 coordinates are also expressed in the same coordinate system as the98 same coordinate system as the bounds rectangle. The active cropping area
201 * @sx: Starting x coordinate of source surface202 * @sy: Starting y coordinate of source surface206 * @dx: Starting x coordinate of destination surface207 * @dy: Starting y coordinate of destination surface230 * @dx: Starting x coordinate of destination surface231 * @dy: Starting y coordinate of destination surface
138 * @sx: Starting x coordinate of source surface139 * @sy: Starting y coordinate of source surface143 * @dx: Starting x coordinate of destination surface144 * @dy: Starting y coordinate of destination surface311 * @dx: Starting x coordinate of destination surface312 * @dy: Starting y coordinate of destination surface
38 * @x1: horizontal starting coordinate (inclusive)39 * @x2: horizontal ending coordinate (exclusive)40 * @y1: vertical starting coordinate (inclusive)41 * @y2: vertical ending coordinate (exclusive)80 * @x: x coordinate81 * @y: y coordinate
41 * cordic_calc_iq() - calculates the i/q coordinate for given angle43 * theta: angle in degrees for which i/q coordinate is to be calculated44 * coord: function output parameter holding the i/q coordinate
137 * @small_offset_x: offset X coordinate138 * @small_offset_y: offset Y coordinate159 * @main_offset_x: Start X coordinate of PDAF pixel blocks160 * @main_offset_y: Start Y coordinate of PDAF pixel blocks
165 * @xvalue0: the x(0) coordinate for subregion decoding166 * @xvalue1: the x(1) coordinate for subregion decoding167 * @yvalue0: the y(0) coordinate for subregion decoding168 * @yvalue1: the y(1) coordinate for subregion decoding
94 /* Generic coordinate structure.97 s32 x; /** Value of a coordinate on the horizontal axis */98 s32 y; /** Value of a coordinate on the vertical axis */164 * - Origin coordinate of bayer (real sensor data)317 /** X coordinate (in bqs) of bayer origin on shading table.324 /** Y coordinate (in bqs) of bayer origin on shading table.352 The coordinate x,y should be positive values. */433 s32 x; /** x coordinate */434 s32 y; /** y coordinate */455 * origin : This is the coordinate (x,y) within the effective input resolution[all …]
166 * @x: X coordinate to store in pos167 * @y: Y coordinate to store in pos187 * @x: X coordinate to report188 * @y: Y coordinate to report
240 * @width: Width of the coordinate space241 * @height: Height of the coordinate space250 * to the vertical axis of the untransformed coordinate306 * @width: Width of the coordinate space307 * @height: Height of the coordinate space318 * coordinate space, so that you never have to flip
55 /* Coordinate with glibc net/if.h header. */89 /* Coordinate with glibc netinet/in.h header. */132 * coordinate. */143 /* Coordinate with glibc netipx/ipx.h header. */
12 * @x: X coordinate in vli form.13 * @y: Y coordinate in vli form.
37 s32 x; /**< x coordinate (from left) */38 s32 y; /**< y coordinate (from top) */
31 * @max_x - The maximum X coordinate that will be reported by this sensor.32 * @max_y - The maximum Y coordinate that will be reported by this sensor.
52 * X coordinate (in bqs) of the origin of the internal frame on the shading table.54 * Y coordinate (in bqs) of the origin of the internal frame on the shading table.
49 /* parameter1: coordinate count */50 /* parameter2: coordinate buffer address */
38 /* End x coordinate of image size */42 /* End y coordinate of image size */116 /* Y-coordinate of top left corner of region of interest (y-offset) */
116 * @x: horizontal coordinate117 * @y: vertical coordinate
35 s32 rad_x_origin; /** Initial x coordinate for a radius calculation */36 s32 rad_y_origin; /** Initial x coordinate for a radius calculation */