/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_presentation_pattern.h | 172 void OnHeightDidChange(float currentHeight) const in OnHeightDidChange() 175 onHeightDidChange_(currentHeight); in OnHeightDidChange() 194 void OnDetentsDidChange(float currentHeight) const in OnDetentsDidChange() 197 onDetentsDidChange_(currentHeight); in OnDetentsDidChange() 326 void SetCurrentHeight(float currentHeight) in SetCurrentHeight() argument 328 if (height_ != currentHeight) { in SetCurrentHeight() 329 height_ = currentHeight; in SetCurrentHeight()
|
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | format_test.cpp | 168 int32_t currentHeight = 0; in CheckVideoKey() local 183 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_HEIGHT, ¤tHeight)); in CheckVideoKey() 185 ASSERT_EQ(currentHeightResult, currentHeight); in CheckVideoKey() 248 int32_t currentHeight = 0; in CheckAudioKeyVvc() local 264 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_HEIGHT, ¤tHeight)); in CheckAudioKeyVvc() 266 ASSERT_EQ(currentHeightResult, currentHeight); in CheckAudioKeyVvc() 347 int32_t currentHeight = 0; in AvcVideoParam() local 361 ASSERT_TRUE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_HEIGHT, ¤tHeight)); in AvcVideoParam() 376 ASSERT_EQ(ACTUAL_CURRENTHEIGHT, currentHeight); in AvcVideoParam() 385 int32_t currentHeight in HevcVideoParam() local 487 int32_t currentHeight = 0; OtherVideoParam() local [all...] |
H A D | net2_test.cpp | 124 int32_t currentHeight = 0; in CheckVideoKey() local 139 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_HEIGHT, ¤tHeight)); in CheckVideoKey() 141 ASSERT_EQ(currentHeightResult, currentHeight); in CheckVideoKey() 202 int32_t currentHeight = 0; in CheckAudioKeyVVC() local 218 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_HEIGHT, ¤tHeight)); in CheckAudioKeyVVC() 220 ASSERT_EQ(currentHeightResult, currentHeight); in CheckAudioKeyVVC()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_layout_algorithm.cpp | 190 auto currentHeight = constraint.selfIdealSize.Height().value() ; in MeasureContentChild() local 192 constraint.selfIdealSize.SetHeight(currentHeight + safeArea.top + safeArea.bottom); in MeasureContentChild() 194 return currentHeight; in MeasureContentChild()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | nav_bar_layout_algorithm.cpp | 238 auto currentHeight = static_cast<float>(constraint.selfIdealSize.Height().value()); in MeasureContentChild() local 239 constraint.selfIdealSize.SetHeight(currentHeight + safeArea.top + safeArea.bottom); in MeasureContentChild() 241 return currentHeight; in MeasureContentChild()
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 98 int32_t currentHeight = 0; in VdecFormatChanged() local 100 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, ¤tHeight); in VdecFormatChanged() 102 g_decSample->defaultHeight = currentHeight; in VdecFormatChanged()
|
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.cpp | 85 int32_t currentHeight = 0; in VdecFormatChanged() local 87 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, ¤tHeight); in VdecFormatChanged() 89 g_decSample->defaultHeight = currentHeight; in VdecFormatChanged()
|
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 98 int32_t currentHeight = 0; in VdecFormatChanged() local 100 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, ¤tHeight); in VdecFormatChanged() 102 g_decSample->defaultHeight = currentHeight; in VdecFormatChanged()
|
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/ |
H A D | videodec_sample.cpp | 94 int32_t currentHeight = 0; in VdecFormatChanged() local 96 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, ¤tHeight); in VdecFormatChanged() 98 g_decSample->defaultHeight = currentHeight; in VdecFormatChanged()
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.cpp | 85 int32_t currentHeight = 0; in VdecFormatChanged() local 87 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, ¤tHeight); in VdecFormatChanged() 89 g_decSample->defaultHeight = currentHeight; in VdecFormatChanged()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | videodec_api11_sample.cpp | 113 int32_t currentHeight = 0; in VdecAPI11FormatChanged() local 119 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, ¤tHeight); in VdecAPI11FormatChanged() 125 dec_sample->DEFAULT_HEIGHT = currentHeight; in VdecAPI11FormatChanged() 841 int32_t currentHeight = 0; in GetStride() local 847 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, ¤tHeight); in GetStride() 853 dec_sample->DEFAULT_HEIGHT = currentHeight; in GetStride()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | videodec_api11_sample.cpp | 119 int32_t currentHeight = 0; in VdecAPI11FormatChanged() local 125 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, ¤tHeight); in VdecAPI11FormatChanged() 131 dec_sample->DEFAULT_HEIGHT = currentHeight; in VdecAPI11FormatChanged() 828 int32_t currentHeight = 0; in GetStride() local 834 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, ¤tHeight); in GetStride() 840 dec_sample->DEFAULT_HEIGHT = currentHeight; in GetStride()
|
/foundation/arkui/ace_engine/frameworks/core/components/panel/ |
H A D | render_sliding_panel.cpp | 244 int32_t currentHeight = static_cast<int32_t>(GetLayoutParam().GetMaxSize().Height() - blankHeight_); in FireHeightChangeEvent() local 246 currentHeight = 0; in FireHeightChangeEvent() 248 onHeightChange_(currentHeight); in FireHeightChangeEvent()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | videodec_api11_sample.cpp | 101 int32_t currentHeight = 0; in VdecAPI11FormatChanged() local 103 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, ¤tHeight); in VdecAPI11FormatChanged() 105 dec_sample->DEFAULT_HEIGHT = currentHeight; in VdecAPI11FormatChanged()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_pattern.cpp | 789 auto currentHeight = 0.0f; in FireHeightChangeEvent() local 794 currentHeight = in FireHeightChangeEvent() 797 currentHeight = static_cast<float>(geometryNode->GetFrameSize().Height() - currentOffset_); in FireHeightChangeEvent() 800 slidingPanelEventHub->FireHeightChangeEvent(currentHeight); in FireHeightChangeEvent()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_composer_adapter.cpp | 1051 uint32_t currentHeight = static_cast<uint32_t>(srcRect.h); in LayerScaleDown() local 1061 uint32_t dh = currentHeight - newHeight; in LayerScaleDown() 1120 uint32_t currentHeight = static_cast<uint32_t>(srcRect.h); in LayerScaleDown() local 1130 uint32_t dh = currentHeight - newHeight; in LayerScaleDown()
|
H A D | rs_uni_render_util.cpp | 379 uint32_t currentHeight = static_cast<uint32_t>(params.srcRect.GetHeight()); in SrcRectScaleDown() local 390 uint32_t dh = currentHeight - newHeight; in SrcRectScaleDown() 1655 uint32_t currentHeight = static_cast<uint32_t>(srcRect.height_); in LayerScaleDown() local 1665 uint32_t dh = currentHeight - newHeight; in LayerScaleDown()
|
H A D | rs_composer_adapter.cpp | 807 int32_t currentHeight = srcRect.h; in LayerScaleDown() local 817 int32_t dh = currentHeight - newHeight; in LayerScaleDown()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 674 int32_t currentHeight = screenProperty.GetBounds().rect_.GetHeight(); in IsScreenRestored() local 676 ", currentWidth: %{public}d, currentHeight: %{public}d", currentScreenId, currentWidth, currentHeight); in IsScreenRestored() 684 if (screenInfo.first == currentWidth && screenInfo.second == currentHeight) { in IsScreenRestored()
|