Home
last modified time | relevance | path

Searched refs:SetSrcAddr (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/hardware/google/graphics/common/libscaler/
Dlibscaler.cpp229 if (!sc.SetSrcAddr(addr, V4L2_MEMORY_USERPTR)) in exynos_sc_copy_pixels()
407 return sc->SetSrcAddr(addr, mem_type) ? 0 : -1; in exynos_sc_set_src_addr()
611 sc->SetSrcAddr(addr, src_img->mem_type, src_img->acquireFenceFd); in exynos_sc_run_exclusive()
Dlibscaler-m2m1shot.h68 inline bool SetSrcAddr(void *addr[SC_NUM_OF_PLANES], int mem_type) { in SetSrcAddr() function
Dlibscaler-v4l2.h309 inline bool SetSrcAddr(void *addr[SC_NUM_OF_PLANES], int mem_type, int fence = -1) {
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.cpp622 void Frame::SetSrcAddr(ShortAddress aShortAddress) in SetSrcAddr() function in ot::Mac::Frame
632 void Frame::SetSrcAddr(const ExtAddress &aExtAddress) in SetSrcAddr() function in ot::Mac::Frame
642 void Frame::SetSrcAddr(const Address &aAddress) in SetSrcAddr() function in ot::Mac::Frame
647 SetSrcAddr(aAddress.GetShort()); in SetSrcAddr()
651 SetSrcAddr(aAddress.GetExtended()); in SetSrcAddr()
H A Dmac_frame.hpp729 void SetSrcAddr(ShortAddress aShortAddress);
737 void SetSrcAddr(const ExtAddress &aExtAddress);
745 void SetSrcAddr(const Address &aAddress);