Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.h101 bool IsI420(const C2GraphicView &view);
116 bool IsI420(const MediaImage2 *img);
DCodec2BufferUtils.cpp124 if ((IsNV12(view) && IsI420(img)) || (IsI420(view) && IsNV12(img))) { in ImageCopy()
138 if (IsNV12(view) && IsI420(img)) { in ImageCopy()
159 if ((IsNV12(img) && IsI420(view)) || (IsI420(img) && IsNV12(view))) { in ImageCopy()
173 if (IsNV12(img) && IsI420(view)) { in ImageCopy()
228 bool IsI420(const C2GraphicView &view) { in IsI420() function
264 bool IsI420(const MediaImage2 *img) { in IsI420() function