Home
last modified time | relevance | path

Searched refs:currentWidth (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/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
269 ASSERT_EQ(currentWidthResult, currentWidth); in CheckAudioKeyVvc()
346 int32_t currentWidth = 0; in AvcVideoParam() local
375 ASSERT_EQ(ACTUAL_CURRENTWIDTH, currentWidth); in AvcVideoParam()
384 int32_t currentWidth = 0; in HevcVideoParam() local
418 ASSERT_EQ(ACTUAL_CURRENTWIDTH, currentWidth); in HevcVideoParam()
486 int32_t currentWidth = 0; in 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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_util.cpp46 uint32_t currentWidth = static_cast<uint32_t>(srcRect.GetWidth()); in SrcRectScaleDown() local
48 if (newWidth < currentWidth) { in SrcRectScaleDown()
50 uint32_t dw = currentWidth - newWidth; in SrcRectScaleDown()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dscreen_flicker_solution.md340 let currentWidth = indexInfo[1] + (nextIndexInfo[1] - indexInfo[1]) * swipeRatio;
341 return { 'index': currentIndex, 'left': currentLeft, 'width': currentWidth };
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.h208 void onWidthDidChange(float currentWidth) const in onWidthDidChange() argument
211 onWidthDidChange_(currentWidth); in onWidthDidChange()
/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp920 uint32_t currentWidth = static_cast<uint32_t>(srcRect.w); in LayerScaleDown() local
922 if (newWidth < currentWidth) { in LayerScaleDown()
924 uint32_t dw = currentWidth - newWidth; in LayerScaleDown()
984 uint32_t currentWidth = static_cast<uint32_t>(srcRect.w); in LayerScaleDown() local
987 if (newWidth < currentWidth) { in LayerScaleDown()
989 uint32_t dw = currentWidth - newWidth; in LayerScaleDown()
H A Drs_composer_adapter.cpp737 int32_t currentWidth = srcRect.w; in LayerScaleDown() local
740 if (newWidth < currentWidth) { in LayerScaleDown()
742 int32_t dw = currentWidth - newWidth; in LayerScaleDown()
H A Drs_uni_render_util.cpp362 uint32_t currentWidth = static_cast<uint32_t>(params.srcRect.GetWidth()); in SrcRectScaleDown() local
364 if (newWidth < currentWidth) { in SrcRectScaleDown()
366 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()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-tabs.md1650 let currentWidth = indexInfo[1] + (nextIndexInfo[1] - indexInfo[1]) * swipeRatio
1651 return { 'index': currentIndex, 'left': currentLeft, 'width': currentWidth }
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-tabs.md1648 let currentWidth = indexInfo[1] + (nextIndexInfo[1] - indexInfo[1]) * swipeRatio
1649 return { 'index': currentIndex, 'left': currentLeft, 'width': currentWidth }