Home
last modified time | relevance | path

Searched refs:chromaOffset (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/scale_conversion/
H A Dscale_convert_process_common.cpp199 imgInfo.chromaOffset = static_cast<size_t>(imgInfo.alignedWidth * imgInfo.alignedHeight); in GetImageUnitInfo()
207 "%{public}d, width %{public}d, height %{public}d, chromaOffset %{public}zu, imgSize %{public}zu.", in GetImageUnitInfo()
209 imgInfo.width, imgInfo.height, imgInfo.chromaOffset, imgInfo.imgSize); in GetImageUnitInfo()
230 "%{public}d, chromaOffset %{public}zu, imgSize %{public}zu.", srcImgInfo.width, srcImgInfo.height, in CheckScaleConvertInfo()
231 srcImgInfo.alignedWidth, srcImgInfo.alignedHeight, srcImgInfo.chromaOffset, srcImgInfo.imgSize); in CheckScaleConvertInfo()
237 "%{public}d, chromaOffset %{public}zu, imgSize %{public}zu.", dstImgInfo.width, dstImgInfo.height, in CheckScaleConvertInfo()
238 dstImgInfo.alignedWidth, dstImgInfo.alignedHeight, dstImgInfo.chromaOffset, dstImgInfo.imgSize); in CheckScaleConvertInfo()
259 imgInfo.imgSize >= expectedImgSize && imgInfo.chromaOffset == expectedChromaOffset); in IsCorrectImageUnitInfo()
H A Dscale_convert_process.cpp171 imgInfo.chromaOffset = static_cast<size_t>(imgInfo.alignedWidth * imgInfo.alignedHeight); in GetImageUnitInfo()
176 "%{public}d, width %{public}d, height %{public}d, chromaOffset %{public}zu, imgSize %{public}zu.", in GetImageUnitInfo()
178 imgInfo.width, imgInfo.height, imgInfo.chromaOffset, imgInfo.imgSize); in GetImageUnitInfo()
199 "%{public}d, chromaOffset %{public}zu, imgSize %{public}zu.", srcImgInfo.width, srcImgInfo.height, in CheckScaleConvertInfo()
200 srcImgInfo.alignedWidth, srcImgInfo.alignedHeight, srcImgInfo.chromaOffset, srcImgInfo.imgSize); in CheckScaleConvertInfo()
206 "%{public}d, chromaOffset %{public}zu, imgSize %{public}zu.", dstImgInfo.width, dstImgInfo.height, in CheckScaleConvertInfo()
207 dstImgInfo.alignedWidth, dstImgInfo.alignedHeight, dstImgInfo.chromaOffset, dstImgInfo.imgSize); in CheckScaleConvertInfo()
229 imgInfo.imgSize >= expectedImgSize && imgInfo.chromaOffset == expectedChromaOffset); in IsCorrectImageUnitInfo()
308 srcImgInfo.chromaOffset = static_cast<size_t>(srcImgInfo.alignedWidth * srcImgInfo.alignedHeight); in ConvertResolution()
/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/
H A Dimage_common_type.h79 size_t chromaOffset; member
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp140 uint32_t chromaOffset = alignedWidth * configParam_.GetVideoHeight(); in OffsetProcess() local
142 int32_t ret = memcpy_s(windowSurfaceAddr + dstDataOffset, chromaOffset - dstDataOffset, in OffsetProcess()
152 dstDataOffset = chromaOffset; in OffsetProcess()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp351 uint32_t chromaOffset = videoParam_->GetVideoWidth() * videoParam_->GetVideoHeight(); in GetWSBuffer() local
354 int32_t ret = memcpy_s(wsBufAddr + dstOffset, chromaOffset - dstOffset, in GetWSBuffer()
365 dstOffset = chromaOffset; in GetWSBuffer()
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Dscale_convert_process_test.cpp736 srcImgInfo.chromaOffset = 1; in HWTEST_F()
739 srcImgInfo.chromaOffset = 0; in HWTEST_F()
740 dstImgInfo.chromaOffset = 1; in HWTEST_F()

Completed in 6 milliseconds