Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/1.0/default/
DHandleImporter.cpp118 layout.chromaStep = tmpLayout.chromaStep; in lockYCbCrInternal()
183 layout.chromaStep = planeLayout.sampleIncrementInBits / 8; in lockYCbCrInternal()
188 layout.chromaStep = planeLayout.sampleIncrementInBits / 8; in lockYCbCrInternal()
/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/google/camera/devices/EmulatedCamera/hwl/
DEmulatedRequestProcessor.cpp221 sensor_buffer->plane.img_y_crcb.cbcr_step = yuv_layout.chromaStep; in LockSensorBuffer()
222 if ((yuv_layout.chromaStep == 2) && in LockSensorBuffer()
226 __FUNCTION__, yuv_layout.chromaStep, in LockSensorBuffer()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp124 out->chromaStep = 1; in allocate()
169 out->chromaStep = 1; in getCroppedLayout()
225 if (std::abs(cb - cr) == 1 && layout.chromaStep == 2) { in getFourCcFromLayout()
232 } else if (layout.chromaStep == 1) { in getFourCcFromLayout()
376 out.yStride, out.cStride, out.chromaStep); in formatConvert()
DExternalCameraDeviceSession.cpp1548 outLayout.yStride, outLayout.cStride, outLayout.chromaStep); in threadLoop()
/hardware/qcom/sdm845/display/gralloc/
DQtiMapper.cpp210 layout.chromaStep = static_cast<uint32_t>(yuv_plane_info[0].chroma_step); in lockYCbCr()
366 layout[i].chromaStep = static_cast<uint32_t>(yuv_plane_info[i].chroma_step); in getYuvPlaneInfo()
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc0Hal.h159 outLayout->chromaStep = ycbcr.chroma_step; in lockYCbCr()
DGralloc1Hal.h305 outLayout->chromaStep = cb.h_increment; in toYCbCrLayout()
/hardware/qcom/sm8150/display/gralloc/
DQtiMapper.cpp211 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/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp689 EXPECT_EQ(ycbcrLayout.chromaStep, 1U); in colorFormatConversion()
691 EXPECT_EQ(ycbcrLayout.chromaStep, 2U); in colorFormatConversion()
696 ipBuffer[ycbcrLayout.chromaStep * x] = *imgTmp++; in colorFormatConversion()
703 ipBuffer[ycbcrLayout.chromaStep * x] = *imgTmp++; in colorFormatConversion()
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp232 outLayout.yStride, outLayout.cStride, outLayout.chromaStep); in threadLoop()
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp308 auto chromaStep = yCbCr.chroma_step; in traverseYCbCr888Data() local
319 const auto subSampleOffset = cStride * subSampleY + chromaStep * subSampleX; in traverseYCbCr888Data()