Home
last modified time | relevance | path

Searched refs:IsNV21 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.h103 bool IsNV21(const C2GraphicView &view);
123 bool IsNV21(const MediaImage2 *img);
DCodec2BufferUtils.cpp151 } else if (IsNV21(img)) { in ImageCopy()
164 } else if (IsNV21(view)) { in ImageCopy()
171 } else if (IsNV21(img)) { in ImageCopy()
190 } else if (IsNV21(img)) { in ImageCopy()
235 } else if (IsNV21(view)) { in ImageCopy()
248 } else if (IsNV21(img)) { in ImageCopy()
255 } else if (IsNV21(view)) { in ImageCopy()
274 } else if (IsNV21(view)) { in ImageCopy()
330 bool IsNV21(const C2GraphicView &view) { in IsNV21() function
380 bool IsNV21(const MediaImage2 *img) { in IsNV21() function