Home
last modified time | relevance | path

Searched refs:currentHeight (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dformat_test.cpp168 int32_t currentHeight = 0; in CheckVideoKey() local
183 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_HEIGHT, &currentHeight)); in CheckVideoKey()
185 ASSERT_EQ(currentHeightResult, currentHeight); in CheckVideoKey()
248 int32_t currentHeight = 0; in CheckAudioKeyVvc() local
266 ASSERT_EQ(currentHeightResult, currentHeight); in CheckAudioKeyVvc()
347 int32_t currentHeight = 0; in AvcVideoParam() local
376 ASSERT_EQ(ACTUAL_CURRENTHEIGHT, currentHeight); in AvcVideoParam()
385 int32_t currentHeight = 0; in HevcVideoParam() local
419 ASSERT_EQ(ACTUAL_CURRENTHEIGHT, currentHeight); in HevcVideoParam()
487 int32_t currentHeight = 0; in OtherVideoParam() local
[all …]
H A Dnet2_test.cpp124 int32_t currentHeight = 0; in CheckVideoKey() local
139 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_HEIGHT, &currentHeight)); 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, &currentHeight)); in CheckAudioKeyVVC()
220 ASSERT_EQ(currentHeightResult, currentHeight); in CheckAudioKeyVVC()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.h172 void OnHeightDidChange(float currentHeight) const in OnHeightDidChange() argument
175 onHeightDidChange_(currentHeight); in OnHeightDidChange()
194 void OnDetentsDidChange(float currentHeight) const in OnDetentsDidChange() argument
197 onDetentsDidChange_(currentHeight); in OnDetentsDidChange()
326 void SetCurrentHeight(float currentHeight) in SetCurrentHeight() argument
328 if (height_ != currentHeight) { in SetCurrentHeight()
329 height_ = currentHeight; in SetCurrentHeight()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_util.cpp47 uint32_t currentHeight = static_cast<uint32_t>(srcRect.GetHeight()); in SrcRectScaleDown() local
57 uint32_t dh = currentHeight - newHeight; in SrcRectScaleDown()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp113 int32_t currentHeight = 0; in VdecAPI11FormatChanged() local
119 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, &currentHeight); 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, &currentHeight); in GetStride()
853 dec_sample->DEFAULT_HEIGHT = currentHeight; in GetStride()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp119 int32_t currentHeight = 0; in VdecAPI11FormatChanged() local
125 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, &currentHeight); 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, &currentHeight); in GetStride()
840 dec_sample->DEFAULT_HEIGHT = currentHeight; in GetStride()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnav_bar_layout_algorithm.cpp248 auto currentHeight = static_cast<float>(constraint.selfIdealSize.Height().value()); in MeasureContentChild() local
249 constraint.selfIdealSize.SetHeight(currentHeight + safeArea.top + safeArea.bottom); in MeasureContentChild()
251 return currentHeight; in MeasureContentChild()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dvideodec_sample.cpp94 int32_t currentHeight = 0; in VdecFormatChanged() local
96 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, &currentHeight); in VdecFormatChanged()
98 g_decSample->defaultHeight = currentHeight; in VdecFormatChanged()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp85 int32_t currentHeight = 0; in VdecFormatChanged() local
87 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, &currentHeight); in VdecFormatChanged()
89 g_decSample->defaultHeight = currentHeight; in VdecFormatChanged()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp98 int32_t currentHeight = 0; in VdecFormatChanged() local
100 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, &currentHeight); in VdecFormatChanged()
102 g_decSample->defaultHeight = currentHeight; in VdecFormatChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_layout_algorithm.cpp202 auto currentHeight = constraint.selfIdealSize.Height().value() ; in MeasureContentChild() local
204 constraint.selfIdealSize.SetHeight(currentHeight + safeArea.top + safeArea.bottom); in MeasureContentChild()
206 return currentHeight; in MeasureContentChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Drender_sliding_panel.cpp244 …int32_t currentHeight = static_cast<int32_t>(GetLayoutParam().GetMaxSize().Height() - blankHeight_… in FireHeightChangeEvent() local
246 currentHeight = 0; in FireHeightChangeEvent()
248 onHeightChange_(currentHeight); in FireHeightChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_pattern.cpp808 auto currentHeight = 0.0f; in FireHeightChangeEvent() local
813 currentHeight = in FireHeightChangeEvent()
816 currentHeight = static_cast<float>(geometryNode->GetFrameSize().Height() - currentOffset_); in FireHeightChangeEvent()
819 slidingPanelEventHub->FireHeightChangeEvent(currentHeight); in FireHeightChangeEvent()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp101 int32_t currentHeight = 0; in VdecAPI11FormatChanged() local
103 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, &currentHeight); in VdecAPI11FormatChanged()
105 dec_sample->DEFAULT_HEIGHT = currentHeight; in VdecAPI11FormatChanged()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp921 uint32_t currentHeight = static_cast<uint32_t>(srcRect.h); in LayerScaleDown() local
930 uint32_t dh = currentHeight - newHeight; in LayerScaleDown()
985 uint32_t currentHeight = static_cast<uint32_t>(srcRect.h); in LayerScaleDown() local
995 uint32_t dh = currentHeight - newHeight; in LayerScaleDown()
H A Drs_composer_adapter.cpp738 int32_t currentHeight = srcRect.h; in LayerScaleDown() local
748 int32_t dh = currentHeight - newHeight; in LayerScaleDown()
H A Drs_uni_render_util.cpp363 uint32_t currentHeight = static_cast<uint32_t>(params.srcRect.GetHeight()); in SrcRectScaleDown() local
374 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()