Home
last modified time | relevance | path

Searched refs:UINT8 (Results 1 – 23 of 23) sorted by relevance

/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display_external_test.cpp389 *(*buffer)++ = UINT8(red & 0xFF); in PixelCopy()
390 *(*buffer)++ = UINT8(green & 0xFF); in PixelCopy()
391 *(*buffer)++ = UINT8(blue & 0xFF); in PixelCopy()
392 *(*buffer)++ = UINT8(alpha & 0xFF); in PixelCopy()
395 *(*buffer)++ = UINT8(red & 0xFF); in PixelCopy()
396 *(*buffer)++ = UINT8(green & 0xFF); in PixelCopy()
397 *(*buffer)++ = UINT8(blue & 0xFF); in PixelCopy()
401 *(*buffer)++ = UINT8(red & 0xFF); in PixelCopy()
404 *(*buffer)++ = UINT8(((green & 0x3F) << 2) | ((red >> 0x8) & 0x3)); in PixelCopy()
407 *(*buffer)++ = UINT8(((blue & 0xF) << 4) | ((green >> 6) & 0xF)); in PixelCopy()
[all …]
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display_external_test.cpp382 *(*buffer)++ = UINT8(red & 0xFF); in PixelCopy()
383 *(*buffer)++ = UINT8(green & 0xFF); in PixelCopy()
384 *(*buffer)++ = UINT8(blue & 0xFF); in PixelCopy()
385 *(*buffer)++ = UINT8(alpha & 0xFF); in PixelCopy()
388 *(*buffer)++ = UINT8(red & 0xFF); in PixelCopy()
389 *(*buffer)++ = UINT8(green & 0xFF); in PixelCopy()
390 *(*buffer)++ = UINT8(blue & 0xFF); in PixelCopy()
394 *(*buffer)++ = UINT8(red & 0xFF); in PixelCopy()
397 *(*buffer)++ = UINT8(((green & 0x3F) << 2) | ((red >> 0x8) & 0x3)); in PixelCopy()
400 *(*buffer)++ = UINT8(((blue & 0xF) << 4) | ((green >> 6) & 0xF)); in PixelCopy()
[all …]
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_display_external_test.cpp389 *(*buffer)++ = UINT8(red & 0xFF); in PixelCopy()
390 *(*buffer)++ = UINT8(green & 0xFF); in PixelCopy()
391 *(*buffer)++ = UINT8(blue & 0xFF); in PixelCopy()
392 *(*buffer)++ = UINT8(alpha & 0xFF); in PixelCopy()
395 *(*buffer)++ = UINT8(red & 0xFF); in PixelCopy()
396 *(*buffer)++ = UINT8(green & 0xFF); in PixelCopy()
397 *(*buffer)++ = UINT8(blue & 0xFF); in PixelCopy()
401 *(*buffer)++ = UINT8(red & 0xFF); in PixelCopy()
404 *(*buffer)++ = UINT8(((green & 0x3F) << 2) | ((red >> 0x8) & 0x3)); in PixelCopy()
407 *(*buffer)++ = UINT8(((blue & 0xF) << 4) | ((green >> 6) & 0xF)); in PixelCopy()
[all …]
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_external_test.cpp382 *(*buffer)++ = UINT8(red & 0xFF); in PixelCopy()
383 *(*buffer)++ = UINT8(green & 0xFF); in PixelCopy()
384 *(*buffer)++ = UINT8(blue & 0xFF); in PixelCopy()
385 *(*buffer)++ = UINT8(alpha & 0xFF); in PixelCopy()
388 *(*buffer)++ = UINT8(red & 0xFF); in PixelCopy()
389 *(*buffer)++ = UINT8(green & 0xFF); in PixelCopy()
390 *(*buffer)++ = UINT8(blue & 0xFF); in PixelCopy()
394 *(*buffer)++ = UINT8(red & 0xFF); in PixelCopy()
397 *(*buffer)++ = UINT8(((green & 0x3F) << 2) | ((red >> 0x8) & 0x3)); in PixelCopy()
400 *(*buffer)++ = UINT8(((blue & 0xF) << 4) | ((green >> 6) & 0xF)); in PixelCopy()
[all …]
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_pluggable_test.cpp380 *(*buffer)++ = UINT8(red & 0xFF); in PixelCopy()
381 *(*buffer)++ = UINT8(green & 0xFF); in PixelCopy()
382 *(*buffer)++ = UINT8(blue & 0xFF); in PixelCopy()
383 *(*buffer)++ = UINT8(alpha & 0xFF); in PixelCopy()
386 *(*buffer)++ = UINT8(red & 0xFF); in PixelCopy()
387 *(*buffer)++ = UINT8(green & 0xFF); in PixelCopy()
388 *(*buffer)++ = UINT8(blue & 0xFF); in PixelCopy()
392 *(*buffer)++ = UINT8(red & 0xFF); in PixelCopy()
395 *(*buffer)++ = UINT8(((green & 0x3F) << 2) | ((red >> 0x8) & 0x3)); in PixelCopy()
398 *(*buffer)++ = UINT8(((blue & 0xF) << 4) | ((green >> 6) & 0xF)); in PixelCopy()
[all …]
/hardware/qcom/sdm845/display/sdm/libs/core/fb/
Dhw_info.cpp166 hw_resource_->num_blending_stages = UINT8(atoi(tokens[1])); in GetHWResourceInfo()
244 uint32_t pipe_count = UINT8(atoi(tokens[1])); in GetHWResourceInfo()
369 hw_resource->hw_rot_info.num_rotator = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
372 hw_resource->hw_rot_info.has_downscale = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
416 hw_resource->hw_rot_info.downscale_compression = UINT8(atoi(tokens[1])); in GetV4L2RotatorInfo()
500 format_supported[i] = UINT8(atoi(tokens[i])); in ParseFormats()
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_info.cpp166 hw_resource_->num_blending_stages = UINT8(atoi(tokens[1])); in GetHWResourceInfo()
246 uint32_t pipe_count = UINT8(atoi(tokens[1])); in GetHWResourceInfo()
371 hw_resource->hw_rot_info.num_rotator = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
374 hw_resource->hw_rot_info.has_downscale = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
417 hw_resource->hw_rot_info.downscale_compression = UINT8(atoi(tokens[1])); in GetV4L2RotatorInfo()
500 format_supported[i] = UINT8(atoi(tokens[i])); in ParseFormats()
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_info.cpp168 hw_resource_->num_blending_stages = UINT8(atoi(tokens[1])); in GetHWResourceInfo()
250 uint32_t pipe_count = UINT8(atoi(tokens[1])); in GetHWResourceInfo()
376 hw_resource->hw_rot_info.num_rotator = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
379 hw_resource->hw_rot_info.has_downscale = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
422 hw_resource->hw_rot_info.downscale_compression = UINT8(atoi(tokens[1])); in GetV4L2RotatorInfo()
505 format_supported[i] = UINT8(atoi(tokens[i])); in ParseFormats()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_info.cpp166 hw_resource_->num_blending_stages = UINT8(atoi(tokens[1])); in GetHWResourceInfo()
246 uint32_t pipe_count = UINT8(atoi(tokens[1])); in GetHWResourceInfo()
372 hw_resource->hw_rot_info.num_rotator = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
375 hw_resource->hw_rot_info.has_downscale = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
418 hw_resource->hw_rot_info.downscale_compression = UINT8(atoi(tokens[1])); in GetV4L2RotatorInfo()
501 format_supported[i] = UINT8(atoi(tokens[i])); in ParseFormats()
/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_info.cpp166 hw_resource_->num_blending_stages = UINT8(atoi(tokens[1])); in GetHWResourceInfo()
244 uint32_t pipe_count = UINT8(atoi(tokens[1])); in GetHWResourceInfo()
369 hw_resource->hw_rot_info.num_rotator = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
372 hw_resource->hw_rot_info.has_downscale = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
418 hw_resource->hw_rot_info.downscale_compression = UINT8(atoi(tokens[1])); in GetV4L2RotatorInfo()
505 format_supported[i] = UINT8(atoi(tokens[i])); in ParseFormats()
/hardware/qcom/display/msm8996/sdm/include/utils/
Dconstants.h37 #define UINT8(exp) static_cast<uint8_t>(exp) macro
/hardware/qcom/display/msm8998/sdm/include/utils/
Dconstants.h37 #define UINT8(exp) static_cast<uint8_t>(exp) macro
/hardware/qcom/sdm845/display/sdm/include/utils/
Dconstants.h37 #define UINT8(exp) static_cast<uint8_t>(exp) macro
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Dconstants.h37 #define UINT8(exp) static_cast<uint8_t>(exp) macro
/hardware/qcom/display/msm8909/sdm/include/utils/
Dconstants.h37 #define UINT8(exp) static_cast<uint8_t>(exp) macro
/hardware/qcom/sm8150/display/sdm/include/utils/
Dconstants.h41 #define UINT8(exp) static_cast<uint8_t>(exp) macro
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_info.cpp181 hw_resource->num_blending_stages = UINT8(atoi(tokens[1])); in GetHWResourceInfo()
255 uint32_t pipe_count = UINT8(atoi(tokens[1])); in GetHWResourceInfo()
377 hw_resource->hw_rot_info.num_rotator = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
380 hw_resource->hw_rot_info.has_downscale = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
483 format_supported[i] = UINT8(atoi(tokens[i])); in ParseFormats()
/hardware/qcom/sm8150/display/sdm/libs/core/
Dresource_default.cpp929 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Dresource_default.cpp922 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()
/hardware/qcom/display/msm8998/sdm/libs/core/
Dresource_default.cpp922 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()
/hardware/qcom/display/msm8909/sdm/libs/core/
Dresource_default.cpp922 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()
/hardware/qcom/sdm845/display/sdm/libs/core/
Dresource_default.cpp922 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()
/hardware/qcom/display/msm8996/sdm/libs/core/
Dresource_default.cpp885 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()