Searched refs:UINT8 (Results 1 – 15 of 15) sorted by relevance
389 *(*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 …]
382 *(*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 …]
168 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()
166 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()
166 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()
37 #define UINT8(exp) static_cast<uint8_t>(exp) macro
181 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()
922 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()
885 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()