Home
last modified time | relevance | path

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

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