Home
last modified time | relevance | path

Searched refs:MEMORY_RATIO_UV (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/scale_conversion/
H A Dscale_convert_process.cpp274 int srcSizeUV = (static_cast<uint32_t>(srcImgInfo.width) >> MEMORY_RATIO_UV) * in ConvertResolution()
275 (static_cast<uint32_t>(srcImgInfo.height) >> MEMORY_RATIO_UV); in ConvertResolution()
281 int dstSizeUV = (static_cast<uint32_t>(dstImgInfo.width) >> MEMORY_RATIO_UV) * in ConvertResolution()
291 srcDataU, static_cast<uint32_t>(srcImgInfo.width) >> MEMORY_RATIO_UV, in ConvertResolution()
292 srcDataV, static_cast<uint32_t>(srcImgInfo.width) >> MEMORY_RATIO_UV, in ConvertResolution()
295 dstDataU, static_cast<uint32_t>(dstImgInfo.width) >> MEMORY_RATIO_UV, in ConvertResolution()
296 dstDataV, static_cast<uint32_t>(dstImgInfo.width) >> MEMORY_RATIO_UV, in ConvertResolution()
343 srcDataU, static_cast<uint32_t>(srcImgInfo.width) >> MEMORY_RATIO_UV, in ConvertFormatToNV21()
344 srcDataV, static_cast<uint32_t>(srcImgInfo.width) >> MEMORY_RATIO_UV, in ConvertFormatToNV21()
381 srcDataU, static_cast<uint32_t>(srcImgInfo.width) >> MEMORY_RATIO_UV, in ConvertFormatToRGBA()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp550 int dstSizeUV = (static_cast<uint32_t>(sourceConfig_.GetWidth()) >> MEMORY_RATIO_UV) * in CopyDecodedImage()
551 (static_cast<uint32_t>(sourceConfig_.GetHeight()) >> MEMORY_RATIO_UV); in CopyDecodedImage()
561 dstDataU, static_cast<uint32_t>(sourceConfig_.GetWidth()) >> MEMORY_RATIO_UV, in CopyDecodedImage()
562 dstDataV, static_cast<uint32_t>(sourceConfig_.GetWidth()) >> MEMORY_RATIO_UV, in CopyDecodedImage()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/scale_conversion/
H A Dscale_convert_process.h88 constexpr static uint32_t MEMORY_RATIO_UV = 1; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.h116 constexpr static uint32_t MEMORY_RATIO_UV = 1; variable