Searched refs:src_buffer (Results 1 – 1 of 1) sorted by relevance
/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | cpu_composer.cpp | 203 uint8_t* src_buffer = src.buffer + src.crop_y * src.stride_bytes + in DoCopy() local 218 auto ret = libyuv::ARGBCopy(src_buffer, src.stride_bytes, in DoCopy() 227 uint8_t* src_buffer = src.buffer + src.crop_y * src.stride_bytes + in DoRotation() local 238 return libyuv::ARGBRotate(src_buffer, src.stride_bytes, in DoRotation() 245 uint8_t* src_buffer = src.buffer + src.crop_y * src.stride_bytes + in DoScaling() local 258 return libyuv::ARGBScale(src_buffer, src.stride_bytes, src_width, src_height, in DoScaling() 265 uint8_t* src_buffer = src.buffer + src.crop_y * src.stride_bytes + in DoAttenuation() local 276 return libyuv::ARGBAttenuate(src_buffer, src.stride_bytes, in DoAttenuation() 283 uint8_t* src_buffer = src.buffer + src.crop_y * src.stride_bytes + in DoBlending() local 297 return libyuv::ARGBBlend(src_buffer, src.stride_bytes, in DoBlending()
|