Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.h108 bool IsI420(const C2GraphicView &view);
128 bool IsI420(const MediaImage2 *img);
DCodec2BufferUtils.cpp157 } else if (IsI420(img)) { in ImageCopy()
176 } else if (IsI420(img)) { in ImageCopy()
183 } else if (IsI420(view)) { in ImageCopy()
196 } else if (IsI420(img)) { in ImageCopy()
241 } else if (IsI420(view)) { in ImageCopy()
260 } else if (IsI420(view)) { in ImageCopy()
267 } else if (IsI420(img)) { in ImageCopy()
280 } else if (IsI420(view)) { in ImageCopy()
344 bool IsI420(const C2GraphicView &view) { in IsI420() function
389 bool IsI420(const MediaImage2 *img) { in IsI420() function