Searched refs:m_resize_uint32_t (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libultrahdr/lib/src/ |
H A D | editorhelper.cpp | 212 m_resize_uint32_t = resize_buffer<uint32_t>; 445 desc->m_resize_uint32_t(src_uv_buffer, dst_uv_buffer, src->w / 2, src->h / 2, dst->w / 2, in apply_resize() 464 desc->m_resize_uint32_t(src_buffer, dst_buffer, src->w, src->h, dst->w, dst->h, in apply_resize()
|
/aosp_15_r20/external/libultrahdr/lib/include/ultrahdr/ |
H A D | editorhelper.h | 100 void (*m_resize_uint32_t)(uint32_t*, uint32_t*, int, int, int, int, int, int); member
|