Home
last modified time | relevance | path

Searched refs:preferredHeight (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dplayer.h45 uint32_t preferredHeight = 0; member
623 * preferredHeight: Preferred height, which is of the int type, for example, 1920.
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_service_stub.cpp900 strategy.preferredHeight = data.ReadUint32(); in SetMediaSource()
1063 .preferredHeight = data.ReadUint32(), in SetPlaybackStrategy()
H A Dplayer_service_proxy.cpp659 (void)data.WriteUint32(strategy.preferredHeight); in SetMediaSource()
956 (void)data.WriteUint32(playbackStrategy.preferredHeight); in SetPlaybackStrategy()
/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp253 if (!GetPropertyUint32(env, value, "preferredHeight", playStrategy.preferredHeight)) { in GetPlayStrategy()
254 playStrategy.preferredHeight = 0; // use default value in GetPlayStrategy()
H A Dcommon_napi.h356 uint32_t preferredHeight; member
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp1394 .preferredHeight = strategyTmp.preferredHeight, in JsSetPlaybackStrategy()
1637 strategy.preferredHeight = strategyTmp.preferredHeight; in JsSetMediaSource()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp329 preferedHeight_ = strategy.preferredHeight; in SetMediaSource()
2953 preferedHeight_ = playbackStrategy.preferredHeight; in SetPlaybackStrategy()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp3069 auto [caretOffset, preferredHeight] = CalculateEmptyValueCaretRect();
3303 auto [caretOffset, preferredHeight] = CalculateEmptyValueCaretRect();
3304 caretHeight = typingTextStyle_.has_value() ? preferredHeight
9091 auto [offset, preferredHeight] = CalculateEmptyValueCaretRect(); in GetSelectArea()

Completed in 41 milliseconds