Searched refs:PLANE_Y (Results 1 – 4 of 4) sorted by relevance
55 static const int32_t PLANE_Y = 0; variable239 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo()241 auto yOffset = planes->planes[PLANE_Y].offset; in GetYUVStrideInfo()245 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo()247 auto yOffset = planes->planes[PLANE_Y].offset; in GetYUVStrideInfo()251 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo()253 auto yOffset = planes->planes[PLANE_Y].offset / 2; in GetYUVStrideInfo()257 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo()259 auto yOffset = planes->planes[PLANE_Y].offset / 2; in GetYUVStrideInfo()
45 constexpr uint8_t PLANE_Y = 0; variable463 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo()465 auto yOffset = planes->planes[PLANE_Y].offset; in GetYUVStrideInfo()469 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo()471 auto yOffset = planes->planes[PLANE_Y].offset; in GetYUVStrideInfo()475 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo()477 auto yOffset = planes->planes[PLANE_Y].offset / 2; in GetYUVStrideInfo()481 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo()483 auto yOffset = planes->planes[PLANE_Y].offset / 2; in GetYUVStrideInfo()
24 PLANE_Y = 0, enumerator
43 static constexpr int32_t PLANE_Y = 0; variable300 yuvDataInfo.yStride = planes->planes[PLANE_Y].columnStride / NUM_2; in SetPixelMapYuvInfo()302 yuvDataInfo.yOffset = planes->planes[PLANE_Y].offset / NUM_2; in SetPixelMapYuvInfo()