Searched refs:pixel (Results 1 - 7 of 7) sorted by relevance
/drivers/peripheral/display/composer/test/common/ |
H A D | hdi_test_render_utils.cpp | 44 DISPLAY_TEST_LOGE("the pixel position outside\n"); in SetPixel() 46 uint32_t* pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local 47 DISPLAY_TEST_CHK_RETURN_NOT_VALUE((pixel == nullptr), DISPLAY_TEST_LOGE("get pixel failed")); in SetPixel() 48 SetUint32(*pixel, color); in SetPixel()
|
H A D | display_test_utils.cpp | 110 DISPLAY_TEST_LOGE("the pixel position outside\n"); in GetPixelValue() 112 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in GetPixelValue() local 113 DISPLAY_TEST_CHK_RETURN((pixel == nullptr), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("get pixel failed")); in GetPixelValue() 115 return *pixel; in GetPixelValue() 143 DISPLAY_TEST_LOGE("the pixel position outside\n"); in CheckPixel() 145 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in CheckPixel() local 146 DISPLAY_TEST_CHK_RETURN((pixel == nullptr), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("get pixel failed")); in CheckPixel() 148 uint32_t checkColor = ConverToRGBA(static_cast<Composer::V1_0::PixelFormat>(handle.format), GetUint32(*pixel)); in CheckPixel() 186 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; SetPixel() local [all...] |
/drivers/hdf_core/framework/model/camera/device_impl/src/ |
H A D | camera_stream.c | 109 isFailed |= !HdfSbufWriteUint32(rspData, ctrlConfig.pixelFormat.pixel.format); in CameraSendFmtData() 110 isFailed |= !HdfSbufWriteUint32(rspData, ctrlConfig.pixelFormat.pixel.width); in CameraSendFmtData() 111 isFailed |= !HdfSbufWriteUint32(rspData, ctrlConfig.pixelFormat.pixel.height); in CameraSendFmtData() 112 isFailed |= !HdfSbufWriteUint32(rspData, ctrlConfig.pixelFormat.pixel.sizeImage); in CameraSendFmtData() 137 isFailed |= !HdfSbufReadUint32(reqData, &ctrlConfig->pixelFormat.pixel.format); in CameraReceiveFmtData() 138 isFailed |= !HdfSbufReadUint32(reqData, &ctrlConfig->pixelFormat.pixel.width); in CameraReceiveFmtData() 139 isFailed |= !HdfSbufReadUint32(reqData, &ctrlConfig->pixelFormat.pixel.height); in CameraReceiveFmtData() 303 if (!HdfSbufWriteString(rspData, enumFmt.pixelFormat.pixel.description)) { in CameraEnumFmtData() 307 if (!HdfSbufWriteUint32(rspData, enumFmt.pixelFormat.pixel.format)) { in CameraEnumFmtData() 324 if (!HdfSbufWriteUint32(rspData, enumFmt.pixelFormat.pixel in CameraEnumFramesizesData() [all...] |
/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_layer.cpp | 196 DISPLAY_LOGE("the pixel position outside\n");
in SetPixel() 198 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position;
in SetPixel() local 199 *pixel = color;
in SetPixel()
|
/drivers/peripheral/display/test/unittest/lite/ |
H A D | loadbmp_test.c | 46 uint16_t pixel = 0; in OsdMakeColorU16() local 54 pixel |= (1 << tmp); in OsdMakeColorU16() 59 pixel |= (r1 | (g1 << compinfo.bLen) | (b1 << (compinfo.bLen + compinfo.gLen))); in OsdMakeColorU16() 60 return pixel; in OsdMakeColorU16()
|
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_layer.cpp | 250 DISPLAY_LOGE("the pixel postion outside\n"); in SetPixel() 252 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local 253 *pixel = color; in SetPixel()
|
/drivers/hdf_core/framework/model/camera/device_manager/include/ |
H A D | camera_device_manager.h | 82 struct Pixel pixel; member
|
Completed in 4 milliseconds