Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp791 bool NeedConvertToYuv(PixelFormat optsPixelFormat, PixelFormat curPixelFormat) in NeedConvertToYuv() argument
793 return (optsPixelFormat == PixelFormat::NV12 || optsPixelFormat == PixelFormat::NV21) && ( in NeedConvertToYuv()