Searched refs:chromaStep (Results 1 – 17 of 17) sorted by relevance
73 * chromaStep is the distance in bytes from one chroma pixel value to the83 uint32_t chromaStep;
54 * chromaStep is the distance in bytes from one chroma pixel value to the64 uint32_t chromaStep;
357 out->chromaStep = 1; in allocate()389 out->chromaStep = 1; in getCroppedLayout()436 if (std::abs(cb - cr) == 1 && layout.chromaStep == 2) { in getFourCcFromLayout()443 } else if (layout.chromaStep == 1) { in getFourCcFromLayout()561 __FUNCTION__, out.y, out.cb, out.cr, out.yStride, out.cStride, out.chromaStep); in formatConvert()
508 .chromaStep = static_cast<uint32_t>(result.chroma_step)}; in threadLoop()
2905 .chromaStep = static_cast<uint32_t>(result.chroma_step)}; in threadLoop()
153 out->chromaStep = 1; in allocate()198 out->chromaStep = 1; in getCroppedLayout()254 if (std::abs(cb - cr) == 1 && layout.chromaStep == 2) { in getFourCcFromLayout()261 } else if (layout.chromaStep == 1) { in getFourCcFromLayout()405 out.yStride, out.cStride, out.chromaStep); in formatConvert()
1593 .chromaStep = static_cast<uint32_t>(result.chroma_step)}; in threadLoop()
159 outLayout->chromaStep = ycbcr.chroma_step; in lockYCbCr()
308 outLayout->chromaStep = cb.h_increment; in toYCbCrLayout()
213 layout.chromaStep = static_cast<uint32_t>(yuv_plane_info[0].chroma_step); in lockYCbCr()
160 layout[i].chromaStep = static_cast<uint32_t>(yuv_plane_info[i].chroma_step); in getYuvPlaneInfo()
362 EXPECT_EQ(4, y_cb_cr_layout.chromaStep); in TEST_P()
241 .chromaStep = static_cast<uint32_t>(result.chroma_step)}; in threadLoop()
348 auto chromaStep = yCbCr.chroma_step; in traverseYCbCrData() local359 const auto subSampleOffset = cStride * subSampleY + chromaStep * subSampleX; in traverseYCbCrData()
417 auto chromaStep = yCbCr.chroma_step; in traverseYCbCrData() local428 const auto subSampleOffset = cStride * subSampleY + chromaStep * subSampleX; in traverseYCbCrData()