Home
last modified time | relevance | path

Searched defs:MemCopier (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/codec2/sfplugin/utils/
H A DCodec2BufferUtils.cpp43 struct MemCopier { struct
45 inline static void copy(A *a, const B *b, size_t size) { in copy()
51 struct MemCopier<false, S> { struct
53 inline static void copy(const A *a, B *b, size_t size) { in copy()