Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/3.0/
Dtypes.hal73 * chromaStep is the distance in bytes from one chroma pixel value to the
83 uint32_t chromaStep;
/hardware/interfaces/graphics/mapper/2.0/
Dtypes.hal54 * chromaStep is the distance in bytes from one chroma pixel value to the
64 uint32_t chromaStep;
/hardware/interfaces/camera/device/default/
DExternalCameraUtils.cpp357 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()
DExternalCameraOfflineSession.cpp508 .chromaStep = static_cast<uint32_t>(result.chroma_step)}; in threadLoop()
DExternalCameraDeviceSession.cpp2905 .chromaStep = static_cast<uint32_t>(result.chroma_step)}; in threadLoop()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp153 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()
DExternalCameraDeviceSession.cpp1593 .chromaStep = static_cast<uint32_t>(result.chroma_step)}; in threadLoop()
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc0Hal.h159 outLayout->chromaStep = ycbcr.chroma_step; in lockYCbCr()
DGralloc1Hal.h308 outLayout->chromaStep = cb.h_increment; in toYCbCrLayout()
/hardware/qcom/sm7250/display/gralloc/
DQtiMapper.cpp213 layout.chromaStep = static_cast<uint32_t>(yuv_plane_info[0].chroma_step); in lockYCbCr()
DQtiMapperExtensions.cpp160 layout[i].chromaStep = static_cast<uint32_t>(yuv_plane_info[i].chroma_step); in getYuvPlaneInfo()
/hardware/qcom/sm8150/display/gralloc/
DQtiMapper.cpp213 layout.chromaStep = static_cast<uint32_t>(yuv_plane_info[0].chroma_step); in lockYCbCr()
DQtiMapperExtensions.cpp160 layout[i].chromaStep = static_cast<uint32_t>(yuv_plane_info[i].chroma_step); in getYuvPlaneInfo()
/hardware/interfaces/graphics/mapper/3.0/vts/functional/
DVtsHalGraphicsMapperV3_0TargetTest.cpp362 EXPECT_EQ(4, y_cb_cr_layout.chromaStep); in TEST_P()
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp241 .chromaStep = static_cast<uint32_t>(result.chroma_step)}; in threadLoop()
/hardware/interfaces/graphics/mapper/stable-c/vts/
DVtsHalGraphicsMapperStableC_TargetTest.cpp348 auto chromaStep = yCbCr.chroma_step; in traverseYCbCrData() local
359 const auto subSampleOffset = cStride * subSampleY + chromaStep * subSampleX; in traverseYCbCrData()
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp417 auto chromaStep = yCbCr.chroma_step; in traverseYCbCrData() local
428 const auto subSampleOffset = cStride * subSampleY + chromaStep * subSampleX; in traverseYCbCrData()