Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.h118 bool IsI420(const C2GraphicView &view);
138 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()
384 bool IsI420(const C2GraphicView &view) { in IsI420() function
429 bool IsI420(const MediaImage2 *img) { in IsI420() function
/frameworks/av/media/codec2/components/aom/
DC2SoftAomEnc.cpp929 if (IsI420(*rView)) { in process()