Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.h103 bool IsNV12(const C2GraphicView &view);
128 bool IsNV12(const MediaImage2 *img);
DCodec2BufferUtils.cpp145 if (IsNV12(view)) { in ImageCopy()
146 if (IsNV12(img)) { in ImageCopy()
165 if (IsNV12(img)) { in ImageCopy()
184 if (IsNV12(img)) { in ImageCopy()
229 if (IsNV12(img)) { in ImageCopy()
230 if (IsNV12(view)) { in ImageCopy()
249 if (IsNV12(view)) { in ImageCopy()
268 if (IsNV12(view)) { in ImageCopy()
338 bool IsNV12(const C2GraphicView &view) { in IsNV12() function
411 bool IsNV12(const MediaImage2 *img) { in IsNV12() function