Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.h98 bool IsNV12(const C2GraphicView &view);
118 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()
316 bool IsNV12(const C2GraphicView &view) { in IsNV12() function
371 bool IsNV12(const MediaImage2 *img) { in IsNV12() function