Home
last modified time | relevance | path

Searched refs:currentWidth (Results 1 - 15 of 15) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dformat_test.cpp167 int32_t currentWidth = 0; in CheckVideoKey() local
186 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_WIDTH, &currentWidth)); 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, &currentWidth)); 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, &currentWidth)); 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 Dnet2_test.cpp123 int32_t currentWidth = 0; in CheckVideoKey() local
142 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_WIDTH, &currentWidth)); 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, &currentWidth)); in CheckAudioKeyVVC()
223 ASSERT_EQ(currentWidthResult, currentWidth); in CheckAudioKeyVVC()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp97 int32_t currentWidth = 0; in VdecFormatChanged() local
99 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, &currentWidth); in VdecFormatChanged()
101 g_decSample->defaultWidth = currentWidth; in VdecFormatChanged()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp84 int32_t currentWidth = 0; in VdecFormatChanged() local
86 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, &currentWidth); in VdecFormatChanged()
88 g_decSample->defaultWidth = currentWidth; in VdecFormatChanged()
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp97 int32_t currentWidth = 0; in VdecFormatChanged() local
99 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, &currentWidth); in VdecFormatChanged()
101 g_decSample->defaultWidth = currentWidth; in VdecFormatChanged()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dvideodec_sample.cpp93 int32_t currentWidth = 0; in VdecFormatChanged() local
95 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, &currentWidth); in VdecFormatChanged()
97 g_decSample->defaultWidth = currentWidth; in VdecFormatChanged()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp84 int32_t currentWidth = 0; in VdecFormatChanged() local
86 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, &currentWidth); in VdecFormatChanged()
88 g_decSample->defaultWidth = currentWidth; in VdecFormatChanged()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp112 int32_t currentWidth = 0; in VdecAPI11FormatChanged() local
118 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, &currentWidth); 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, &currentWidth); in GetStride()
852 dec_sample->DEFAULT_WIDTH = currentWidth; in GetStride()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp118 int32_t currentWidth = 0; in VdecAPI11FormatChanged() local
124 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, &currentWidth); 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, &currentWidth); in GetStride()
839 dec_sample->DEFAULT_WIDTH = currentWidth; in GetStride()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.h208 void onWidthDidChange(float currentWidth) const in onWidthDidChange()
211 onWidthDidChange_(currentWidth); in onWidthDidChange()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp100 int32_t currentWidth = 0; in VdecAPI11FormatChanged() local
102 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, &currentWidth); in VdecAPI11FormatChanged()
104 dec_sample->DEFAULT_WIDTH = currentWidth; in VdecAPI11FormatChanged()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp1050 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 Drs_uni_render_util.cpp378 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 Drs_composer_adapter.cpp806 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 Dscreen_session_manager.cpp673 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()

Completed in 30 milliseconds