Home
last modified time | relevance | path

Searched refs:GetAlignedHeight (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H A Ddcamera_utils_tools_test.cpp129 int32_t ret = GetAlignedHeight(width);
146 int32_t ret = GetAlignedHeight(value);
164 int32_t ret = GetAlignedHeight(value);
178 int32_t ret = GetAlignedHeight(value);
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddcamera_utils_tools.h37 int32_t GetAlignedHeight(int32_t width);
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_utils_tools.cpp82 int32_t GetAlignedHeight(int32_t width) in GetAlignedHeight() function
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp76 alignedHeight_ = GetAlignedHeight(sourceConfig_.GetHeight()); in InitNode()
H A Ddecode_data_process_common.cpp76 alignedHeight_ = GetAlignedHeight(sourceConfig_.GetHeight()); in InitNode()