Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/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()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp489 if (!IsYUV420(*rView)) { in process()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp511 if (!IsYUV420(*rView)) { in process()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp616 if (!IsYUV420(*input)) { in setEncodeArgs()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp1280 if (!IsYUV420(*input)) { in setEncodeArgs()