Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.h93 bool IsYUV420(const C2GraphicView &view);
113 bool IsYUV420(const MediaImage2 *img);
DCodec2BufferUtils.cpp292 bool IsYUV420(const C2GraphicView &view) { in IsYUV420() function
317 if (!IsYUV420(view)) { in IsNV12()
331 if (!IsYUV420(view)) { in IsNV21()
345 if (!IsYUV420(view)) { in IsI420()
358 bool IsYUV420(const MediaImage2 *img) { in IsYUV420() function
372 if (!IsYUV420(img)) { in IsNV12()
381 if (!IsYUV420(img)) { in IsNV21()
390 if (!IsYUV420(img)) { in IsI420()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp527 if (!IsYUV420(*rView)) { in process()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp749 if (!IsYUV420(*rView)) { in process()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp909 if (!IsYUV420(*input)) { in setEncodeArgs()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp1522 if (!IsYUV420(*input)) { in setEncodeArgs()