Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp43 static constexpr uint32_t NV21_PLANE_UV_INDEX = 2; variable
159 …const OH_NativeBuffer_Plane &planeUV = planes->planes[isNV21 ? NV21_PLANE_UV_INDEX : NV12_PLANE_UV… in SetDmaYuvInfo()