/hardware/interfaces/automotive/evs/1.0/default/ |
D | EvsDisplay.cpp | 258 uint32_t* pixels = nullptr; in returnTargetBufferForDisplay() local 263 (void **)&pixels); in returnTargetBufferForDisplay() 266 if (!pixels) { in returnTargetBufferForDisplay() 288 uint32_t receivedPixel = pixels[col]; in returnTargetBufferForDisplay() 301 pixels = pixels + mBuffer.stride; in returnTargetBufferForDisplay() 306 uint32_t signature = pixels[0] & 0xFF; in returnTargetBufferForDisplay()
|
D | EvsCamera.cpp | 479 uint32_t *pixels = nullptr; in fillTestFrame() local 484 (void **) &pixels); in fillTestFrame() 487 if (!pixels) { in fillTestFrame() 508 pixels[col] = expectedPixel; in fillTestFrame() 512 pixels = pixels + buff.stride; in fillTestFrame()
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | EvsDisplay.cpp | 267 uint32_t* pixels = nullptr; in returnTargetBufferForDisplayImpl() local 272 (void **)&pixels); in returnTargetBufferForDisplayImpl() 275 if (!pixels) { in returnTargetBufferForDisplayImpl() 297 uint32_t receivedPixel = pixels[col]; in returnTargetBufferForDisplayImpl() 310 pixels = pixels + mBuffer.stride; in returnTargetBufferForDisplayImpl() 315 uint32_t signature = pixels[0] & 0xFF; in returnTargetBufferForDisplayImpl()
|
D | EvsCamera.cpp | 591 uint32_t *pixels = nullptr; in fillTestFrame() local 598 (void **) &pixels); in fillTestFrame() 601 if (!pixels) { in fillTestFrame() 622 pixels[col] = expectedPixel; in fillTestFrame() 626 pixels = pixels + pDesc->stride; in fillTestFrame()
|
/hardware/interfaces/automotive/evs/1.0/ |
D | types.hal | 69 /* A frame width in the units of pixels */ 72 /* A frame height in the units of pixels */ 75 /* A frame stride in the units of pixels, to match gralloc */
|
/hardware/interfaces/automotive/sv/1.0/ |
D | types.hal | 39 /** Structure representing a 2D point with integers. Units are pixels. */ 50 /** (x, y) data is only valid if isValid is true. Units are pixels or milli-meters. */ 248 * Desired output width in pixels. Must be in range (0, 4096]. 268 /** Desired output width in pixels. Must be in range (0, 4096]. */ 271 /** Desired output height in pixels. Must be in range (0, 4096]. */
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 106 * - a horizontal stride multiple of 16 pixels 108 * - strides are specified in pixels, not in bytes 217 * row, each 4 consecutive pixels are packed into 5 bytes (40 bits). Each one 219 * contains the 2 least significant bits of the 4 pixels, the exact layout data 220 * for each 4 consecutive pixels is illustrated below (Pi[j] stands for the jth 237 * - a width multiple of 4 pixels 240 * - strides are specified in bytes, not in pixels 272 * row, each two consecutive pixels are packed into 3 bytes (24 bits). The first 274 * byte contains the 4 least significant bits of the two pixels, the exact layout 275 * data for each two consecutive pixels is illustrated below (Pi[j] stands for [all …]
|
/hardware/interfaces/graphics/mapper/2.1/ |
D | IMapper.hal | 32 * The width specifies how many columns of pixels must be in the 40 * The height specifies how many rows of pixels must be in the
|
/hardware/interfaces/graphics/allocator/2.0/ |
D | IAllocator.hal | 44 * @return stride is the number of pixels between two consecutive rows of
|
/hardware/interfaces/graphics/allocator/3.0/ |
D | IAllocator.hal | 45 * @return stride The number of pixels between two consecutive rows of
|
/hardware/interfaces/graphics/composer/2.3/ |
D | IComposerClient.hal | 245 * @param width is the client target width in pixels. 246 * @param height is the client target height in pixels. 280 * @return format The format of the sampled pixels. 281 * @return dataspace The dataspace of the sampled pixels. 355 * 10 red pixels were displayed onscreen in range 0x00->0x3F, 6 red pixels
|
/hardware/interfaces/graphics/composer/2.2/ |
D | IComposerClient.hal | 271 * @param width is the width in pixels. 272 * @param height is the height in pixels. 305 * @param width is the client target width in pixels. 306 * @param height is the client target height in pixels.
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 28 * the touch contact area. The units are display pixels. 32 * The units are display pixels. 43 * the touch contact area. The units are display pixels. 47 * The units are display pixels. 83 * The units are display pixels. 94 * The units are display pixels.
|
/hardware/interfaces/graphics/mapper/2.0/ |
D | IMapper.hal | 24 * The width specifies how many columns of pixels must be in the 32 * The height specifies how many rows of pixels must be in the
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 27 /** Dimensions in pixels */ 64 * The client must clear its target with transparent pixels where 266 * @param width is the width in pixels. 267 * @param height is the height in pixels. 359 * @param width is the client target width in pixels. 360 * @param height is the client target height in pixels. 897 * @param x is the new x coordinate (in pixels from the left of the 899 * @param y is the new y coordinate (in pixels from the top of the
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDevicePreviewCallback.hal | 36 * @return stride The stride between two rows of pixels in this buffer.
|
/hardware/interfaces/graphics/mapper/3.0/ |
D | IMapper.hal | 26 * The width specifies how many columns of pixels must be in the 34 * The height specifies how many rows of pixels must be in the
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 1381 * <p>The area of the image sensor which corresponds to active pixels after any geometric 1432 * including black calibration pixels.</p> 1457 * <p>The area of the image sensor which corresponds to active pixels prior to the 1596 * <p>List of <code>(x, y)</code> coordinates of hot/defective pixels on the sensor.</p>
|
/hardware/interfaces/graphics/mapper/4.0/ |
D | IMapper.hal | 31 * The width specifies how many columns of pixels must be in the 39 * The height specifies how many rows of pixels must be in the
|
/hardware/qcom/msm8998/json-c/ |
D | Doxyfile | 675 # used to set the initial width (in pixels) of the frame in which the tree 1108 # (in pixels) of the graphs generated by dot. If a graph becomes larger than 1116 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 218 * The width in pixels of the buffers in this stream 223 * The height in pixels of the buffers in this stream
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 1562 * same as input aspect ratio. The corner pixels of output may not be the 1563 * same as corner pixels of input. 1592 * pixels of the input and output tensors are aligned, preserving the 1593 * values at the corner pixels. 1621 * pixels of the input and output tensors are aligned, preserving the 1622 * values at the corner pixels. 4894 * same as input aspect ratio. The corner pixels of output may not be the 4895 * same as corner pixels of input. 4921 * pixels of the input and output tensors are aligned, preserving the 4922 * values at the corner pixels. [all …]
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 1214 * same as input aspect ratio. The corner pixels of output may not be the 1215 * same as corner pixels of input.
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 1550 * same as input aspect ratio. The corner pixels of output may not be the 1551 * same as corner pixels of input. 4623 * same as input aspect ratio. The corner pixels of output may not be the 4624 * same as corner pixels of input.
|