Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/utils/
DCodec2BufferUtils.cpp42 struct MemCopier { struct
44 inline static void copy(A *a, const B *b, size_t size) { in copy()
50 struct MemCopier<false, S> { struct
52 inline static void copy(const A *a, B *b, size_t size) { in copy()