Searched refs:src_uv_buffer (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libultrahdr/lib/src/ |
H A D | editorhelper.cpp | 245 uint32_t* src_uv_buffer = static_cast<uint32_t*>(src->planes[UHDR_PLANE_UV]); in apply_rotate() local 247 desc->m_rotate_uint32_t(src_uv_buffer, dst_uv_buffer, src->w / 2, src->h / 2, in apply_rotate() 311 uint32_t* src_uv_buffer = static_cast<uint32_t*>(src->planes[UHDR_PLANE_UV]); in apply_mirror() local 313 desc->m_mirror_uint32_t(src_uv_buffer, dst_uv_buffer, src->w / 2, src->h / 2, in apply_mirror() 378 uint32_t* src_uv_buffer = static_cast<uint32_t*>(src->planes[UHDR_PLANE_UV]); in apply_crop() local 380 desc->m_crop_uint32_t(src_uv_buffer, dst_uv_buffer, src->stride[UHDR_PLANE_UV] / 2, in apply_crop() 443 uint32_t* src_uv_buffer = static_cast<uint32_t*>(src->planes[UHDR_PLANE_UV]); in apply_resize() local 445 desc->m_resize_uint32_t(src_uv_buffer, dst_uv_buffer, src->w / 2, src->h / 2, dst->w / 2, in apply_resize()
|