Searched refs:PLANE_U (Results 1 – 6 of 6) sorted by relevance
25 PLANE_U, enumerator
83 static constexpr int PLANE_U = 1; in CopyYuvData() local87 layout.planes[PLANE_U].offset : in CopyYuvData()
56 static const int32_t PLANE_U = 1; variable240 auto uvStride = planes->planes[PLANE_U].columnStride; in GetYUVStrideInfo()242 auto uvOffset = planes->planes[PLANE_U].offset; in GetYUVStrideInfo()252 auto uvStride = planes->planes[PLANE_U].columnStride / 2; in GetYUVStrideInfo()254 auto uvOffset = planes->planes[PLANE_U].offset / 2; in GetYUVStrideInfo()
44 static constexpr int32_t PLANE_U = 1; variable301 yuvDataInfo.uvStride = planes->planes[PLANE_U].columnStride / NUM_2; in SetPixelMapYuvInfo()303 yuvDataInfo.uvOffset = planes->planes[PLANE_U].offset / NUM_2; in SetPixelMapYuvInfo()
46 constexpr uint8_t PLANE_U = 1; variable464 auto uvStride = planes->planes[PLANE_U].columnStride; in GetYUVStrideInfo()466 auto uvOffset = planes->planes[PLANE_U].offset; in GetYUVStrideInfo()476 auto uvStride = planes->planes[PLANE_U].columnStride / 2; in GetYUVStrideInfo()478 auto uvOffset = planes->planes[PLANE_U].offset / 2; in GetYUVStrideInfo()
236 offset = outputPlanes->planes[PLANE_U].offset; in GetUvPlaneOffsetFromSurfaceBuffer()