Home
last modified time | relevance | path

Searched defs:isNV12 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_utils.cpp835 const uint32_t &color, bool isNV12, ImageInfo &info) in Yuv420SPWritePixels()
898 bool isNV12 = (info.pixelFormat == PixelFormat::NV12 ? true : false); in Yuv420WritePixels() local
914 const uint32_t &color, bool isNV12) in Yuv420SPWritePixel()
959 bool isNV12 = (format == PixelFormat::NV12) ? true : false; in YuvWritePixel() local