Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp42 static constexpr uint32_t NV12_PLANE_UV_INDEX = 1; variable
159 …H_NativeBuffer_Plane &planeUV = planes->planes[isNV21 ? NV21_PLANE_UV_INDEX : NV12_PLANE_UV_INDEX]; in SetDmaYuvInfo()