/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | api_test.cpp | 340 string widthStr = "width"; variable 341 (void)OH_AVFormat_SetIntValue(format, widthStr.c_str(), DEFAULT_WIDTH); 521 string widthStr = "width"; variable 524 (void)OH_AVFormat_SetIntValue(format, widthStr.c_str(), DEFAULT_WIDTH); 545 string widthStr = "width"; variable 569 string widthStr = "width"; variable 595 string widthStr = "width"; variable 620 string widthStr = "width"; variable 662 string widthStr = "width"; variable 687 string widthStr = "width"; variable [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | api_test.cpp | 209 string widthStr = "width"; variable 224 string widthStr = "width"; variable 316 string widthStr = "width"; variable 506 string widthStr = "width"; variable 530 string widthStr = "width"; variable 555 string widthStr = "width"; variable 581 string widthStr = "width"; variable 608 string widthStr = "width"; variable 641 string widthStr = "width"; variable 667 string widthStr = "width"; variable [all …]
|
H A D | reli_test.cpp | 85 string widthStr = "width"; variable 88 (void)OH_AVFormat_SetIntValue(format, widthStr.c_str(), 1920); 113 string widthStr = "width"; variable 117 (void)OH_AVFormat_SetIntValue(format, widthStr.c_str(), widht); 124 (void)OH_AVFormat_SetIntValue(format, widthStr.c_str(), widht);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/ |
H A D | layout_constraint_test_ng.cpp | 66 std::string widthStr = "768px"; variable 67 CalcLength width = CalcLength::FromString(widthStr); 93 widthStr = "768px"; 94 width = CalcLength::FromString(widthStr); 356 std::string widthStr = "768px"; variable 357 CalcLength width = CalcLength::FromString(widthStr);
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/ |
H A D | astc_codec.cpp | 200 std::string widthStr = dimensions.substr(0, starPos); in extractDimensions() local 203 … auto ret_x = std::from_chars(widthStr.data(), widthStr.data() + widthStr.size(), param.blockX_); in extractDimensions()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | measure_property.h | 341 auto widthStr = selfIdealSize.value().Width().value().ToString(); in ToJsonValue_GetJsonSize() local 342 json->PutExtAttr("width", widthStr.c_str(), filter); in ToJsonValue_GetJsonSize() 343 jsonSize->Put("width", widthStr.c_str()); in ToJsonValue_GetJsonSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_button_bridge.cpp | 639 std::string widthStr; in SetButtonSize() local 641 widthStr = "undefined"; in SetButtonSize() 644 widthStr = std::to_string(width.Value()); in SetButtonSize() 653 GetArkUINodeModifiers()->getButtonModifier()->setButtonSize(nativeNode, widthStr.c_str(), in SetButtonSize()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_medialibrary_manager.cpp | 660 std::string widthStr = thumbSizeValue.substr(0, colonPos); in GetThumbUri() local 664 widthStr + "&height=" + heightStr + "&path=" + dataPath; in GetThumbUri()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | api_test.cpp | 222 string widthStr = "width"; variable 223 (void)OH_AVFormat_SetIntValue(format, widthStr.c_str(), DEFAULT_WIDTH);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.cpp | 2331 std::string widthStr; in SetBorderImageUrl() local 2333 widthStr += widthItem->GetArrayItem(i)->GetString() + " "; in SetBorderImageUrl() 2335 SetBorderImageWidthForFourEdges(widthStr, declaration); in SetBorderImageUrl()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 1166 …auto widthStr = (idealWidthVpStr.substr(0, idealWidthVpStr.find(".") + SUBSTR_LENGTH) + DIMENSION_… in GeometryNodeToJsonValue() local 1167 json->PutExtAttr("width", widthStr.c_str(), filter); in GeometryNodeToJsonValue() 1169 jsonSize->Put("width", widthStr.c_str()); in GeometryNodeToJsonValue()
|