Home
last modified time | relevance | path

Searched refs:m_resize_uint8_t (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libultrahdr/lib/src/
H A Deditorhelper.cpp210 m_resize_uint8_t = resize_buffer<uint8_t>;
451 desc->m_resize_uint8_t(src_buffer, dst_buffer, src->w, src->h, dst->w, dst->h, in apply_resize()
457 desc->m_resize_uint8_t(src_buffer, dst_buffer, src->w / 2, src->h / 2, dst->w / 2, in apply_resize()
475 desc->m_resize_uint8_t(src_buffer, dst_buffer, src->w, src->h, dst->w, dst->h, src->stride[i], in apply_resize()
/aosp_15_r20/external/libultrahdr/lib/include/ultrahdr/
H A Deditorhelper.h98 void (*m_resize_uint8_t)(uint8_t*, uint8_t*, int, int, int, int, int, int); member