Home
last modified time | relevance | path

Searched refs:IsYUV420 (Results 1 – 5 of 5) sorted by relevance

/hardware/google/av/media/sfplugin/utils/
DCodec2BufferUtils.h91 bool IsYUV420(const C2GraphicView &view);
106 bool IsYUV420(const MediaImage2 *img);
DCodec2BufferUtils.cpp190 bool IsYUV420(const C2GraphicView &view) { in IsYUV420() function
215 if (!IsYUV420(view)) { in IsNV12()
229 if (!IsYUV420(view)) { in IsI420()
242 bool IsYUV420(const MediaImage2 *img) { in IsYUV420() function
256 if (!IsYUV420(img)) { in IsNV12()
265 if (!IsYUV420(img)) { in IsI420()
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.cpp489 if (!IsYUV420(*rView)) { in process()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.cpp521 if (!IsYUV420(*rView)) { in process()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.cpp1183 if (!IsYUV420(*input)) { in setEncodeArgs()