Home
last modified time | relevance | path

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

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