Home
last modified time | relevance | path

Searched refs:SetVideoScaleType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H A Dsurface_sink_plugin.h87 void SetVideoScaleType(const ValueType& value);
H A Dsurface_sink_plugin.cpp236 SetVideoScaleType(value); in SetParameter()
280 void SurfaceSinkPlugin::SetVideoScaleType(const ValueType& value) in SetVideoScaleType() function in OHOS::Media::Plugin::VidSurfaceSinkPlugin::SurfaceSinkPlugin
/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/js/
H A Dvideo_player_napi.h123 static napi_value SetVideoScaleType(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.h97 int32_t SetVideoScaleType(int32_t type);
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_player_engine.h120 virtual int32_t SetVideoScaleType(Plugins::VideoScaleType videoScaleType) in SetVideoScaleType() function
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.h81 int32_t SetVideoScaleType(VideoScaleType videoScaleType) override;
H A Dhiplayer_impl.cpp775 return SetVideoScaleType(VideoScaleType(videoScaleType)); in SetParameter()
1044 int32_t HiPlayerImpl::SetVideoScaleType(VideoScaleType videoScaleType) in SetVideoScaleType() function in OHOS::Media::HiPlayerImpl
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.h138 int32_t SetVideoScaleType(VideoScaleType videoScaleType) override;
H A Dhiplayer_impl.cpp1389 return SetVideoScaleType(VideoScaleType(videoScaleType)); in SetParameter()
1979 int32_t HiPlayerImpl::SetVideoScaleType(OHOS::Media::VideoScaleType videoScaleType) in SetVideoScaleType() function in OHOS::Media::HiPlayerImpl
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_player_napi.cpp114 DECLARE_NAPI_GETTER_SETTER("videoScaleType", GetVideoScaleType, SetVideoScaleType), in Init()
1116 napi_value VideoPlayerNapi::SetVideoScaleType(napi_env env, napi_callback_info info) in SetVideoScaleType() function in OHOS::Media::VideoPlayerNapi
/ohos5.0/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dplayer_server_mem.cpp546 … ret = playerEngine_->SetVideoScaleType(Plugins::VideoScaleType(recoverConfig_.videoScaleType)); in SetSaveParameter()