/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | format_test.cpp | 167 int32_t currentWidth = 0; in CheckVideoKey() local 186 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_WIDTH, ¤tWidth)); in CheckVideoKey() 188 ASSERT_EQ(currentWidthResult, currentWidth); in CheckVideoKey() 247 int32_t currentWidth = 0; in CheckAudioKeyVvc() local 267 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_WIDTH, ¤tWidth)); in CheckAudioKeyVvc() 269 ASSERT_EQ(currentWidthResult, currentWidth); in CheckAudioKeyVvc() 346 int32_t currentWidth = 0; in AvcVideoParam() local 360 ASSERT_TRUE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_WIDTH, ¤tWidth)); in AvcVideoParam() 375 ASSERT_EQ(ACTUAL_CURRENTWIDTH, currentWidth); in AvcVideoParam() 384 int32_t currentWidth in HevcVideoParam() local 486 int32_t currentWidth = 0; OtherVideoParam() local [all...] |
H A D | net2_test.cpp | 123 int32_t currentWidth = 0; in CheckVideoKey() local 142 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_WIDTH, ¤tWidth)); in CheckVideoKey() 144 ASSERT_EQ(currentWidthResult, currentWidth); in CheckVideoKey() 201 int32_t currentWidth = 0; in CheckAudioKeyVVC() local 221 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_WIDTH, ¤tWidth)); in CheckAudioKeyVVC() 223 ASSERT_EQ(currentWidthResult, currentWidth); in CheckAudioKeyVVC()
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 97 int32_t currentWidth = 0; in VdecFormatChanged() local 99 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, ¤tWidth); in VdecFormatChanged() 101 g_decSample->defaultWidth = currentWidth; in VdecFormatChanged()
|
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.cpp | 84 int32_t currentWidth = 0; in VdecFormatChanged() local 86 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, ¤tWidth); in VdecFormatChanged() 88 g_decSample->defaultWidth = currentWidth; in VdecFormatChanged()
|
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 97 int32_t currentWidth = 0; in VdecFormatChanged() local 99 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, ¤tWidth); in VdecFormatChanged() 101 g_decSample->defaultWidth = currentWidth; in VdecFormatChanged()
|
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/ |
H A D | videodec_sample.cpp | 93 int32_t currentWidth = 0; in VdecFormatChanged() local 95 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, ¤tWidth); in VdecFormatChanged() 97 g_decSample->defaultWidth = currentWidth; in VdecFormatChanged()
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.cpp | 84 int32_t currentWidth = 0; in VdecFormatChanged() local 86 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, ¤tWidth); in VdecFormatChanged() 88 g_decSample->defaultWidth = currentWidth; in VdecFormatChanged()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | videodec_api11_sample.cpp | 112 int32_t currentWidth = 0; in VdecAPI11FormatChanged() local 118 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, ¤tWidth); in VdecAPI11FormatChanged() 124 dec_sample->DEFAULT_WIDTH = currentWidth; in VdecAPI11FormatChanged() 840 int32_t currentWidth = 0; in GetStride() local 846 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, ¤tWidth); in GetStride() 852 dec_sample->DEFAULT_WIDTH = currentWidth; in GetStride()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | videodec_api11_sample.cpp | 118 int32_t currentWidth = 0; in VdecAPI11FormatChanged() local 124 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, ¤tWidth); in VdecAPI11FormatChanged() 130 dec_sample->DEFAULT_WIDTH = currentWidth; in VdecAPI11FormatChanged() 827 int32_t currentWidth = 0; in GetStride() local 833 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, ¤tWidth); in GetStride() 839 dec_sample->DEFAULT_WIDTH = currentWidth; in GetStride()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_presentation_pattern.h | 208 void onWidthDidChange(float currentWidth) const in onWidthDidChange() 211 onWidthDidChange_(currentWidth); in onWidthDidChange()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | videodec_api11_sample.cpp | 100 int32_t currentWidth = 0; in VdecAPI11FormatChanged() local 102 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, ¤tWidth); in VdecAPI11FormatChanged() 104 dec_sample->DEFAULT_WIDTH = currentWidth; in VdecAPI11FormatChanged()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_composer_adapter.cpp | 1050 uint32_t currentWidth = static_cast<uint32_t>(srcRect.w); in LayerScaleDown() local 1053 if (newWidth < currentWidth) { in LayerScaleDown() 1055 uint32_t dw = currentWidth - newWidth; in LayerScaleDown() 1119 uint32_t currentWidth = static_cast<uint32_t>(srcRect.w); in LayerScaleDown() local 1122 if (newWidth < currentWidth) { in LayerScaleDown() 1124 uint32_t dw = currentWidth - newWidth; in LayerScaleDown()
|
H A D | rs_uni_render_util.cpp | 378 uint32_t currentWidth = static_cast<uint32_t>(params.srcRect.GetWidth()); in SrcRectScaleDown() local 380 if (newWidth < currentWidth) { in SrcRectScaleDown() 382 uint32_t dw = currentWidth - newWidth; in SrcRectScaleDown() 1654 uint32_t currentWidth = static_cast<uint32_t>(srcRect.width_); in LayerScaleDown() local 1657 if (newWidth < currentWidth) { in LayerScaleDown() 1659 uint32_t dw = currentWidth - newWidth; in LayerScaleDown()
|
H A D | rs_composer_adapter.cpp | 806 int32_t currentWidth = srcRect.w; in LayerScaleDown() local 809 if (newWidth < currentWidth) { in LayerScaleDown() 811 int32_t dw = currentWidth - newWidth; in LayerScaleDown()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 673 int32_t currentWidth = screenProperty.GetBounds().rect_.GetWidth(); 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()
|