Searched refs:PLANE_V (Results 1 – 5 of 5) sorted by relevance
26 PLANE_V, enumerator
84 static constexpr int PLANE_V = 2; in CopyYuvData() local88 layout.planes[PLANE_V].offset; in CopyYuvData()
57 static const int32_t PLANE_V = 2; variable246 auto uvStride = planes->planes[PLANE_V].columnStride; in GetYUVStrideInfo()248 auto uvOffset = planes->planes[PLANE_V].offset; in GetYUVStrideInfo()258 auto uvStride = planes->planes[PLANE_V].columnStride / 2; in GetYUVStrideInfo()260 auto uvOffset = planes->planes[PLANE_V].offset / 2; in GetYUVStrideInfo()
47 constexpr uint8_t PLANE_V = 2; variable470 auto uvStride = planes->planes[PLANE_V].columnStride; in GetYUVStrideInfo()472 auto uvOffset = planes->planes[PLANE_V].offset; in GetYUVStrideInfo()482 auto uvStride = planes->planes[PLANE_V].columnStride / 2; in GetYUVStrideInfo()484 auto uvOffset = planes->planes[PLANE_V].offset / 2; in GetYUVStrideInfo()
238 offset = outputPlanes->planes[PLANE_V].offset; in GetUvPlaneOffsetFromSurfaceBuffer()