Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp158 bool isNV21 = (format == PixelFormat::NV21 || format == PixelFormat::YCRCB_P010); in SetDmaYuvInfo() local
159 …const OH_NativeBuffer_Plane &planeUV = planes->planes[isNV21 ? NV21_PLANE_UV_INDEX : NV12_PLANE_UV… in SetDmaYuvInfo()