Home
last modified time | relevance | path

Searched refs:SetDstAddr (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libscaler/
Dlibscaler-m2m1shot.h72 inline bool SetDstAddr(void *addr[SC_NUM_OF_PLANES], int mem_type) { in SetDstAddr() function
Dlibscaler.cpp233 if (!sc.SetDstAddr(addr, V4L2_MEMORY_USERPTR)) in exynos_sc_copy_pixels()
421 return sc->SetDstAddr(addr, mem_type) ? 0 : -1; in exynos_sc_set_dst_addr()
616 sc->SetDstAddr(addr, dst_img->mem_type, dst_img->acquireFenceFd); in exynos_sc_run_exclusive()
Dlibscaler-v4l2.h314 inline bool SetDstAddr(void *addr[SC_NUM_OF_PLANES], int mem_type, int fence = -1) {