Home
last modified time | relevance | path

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

/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
/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.h97 int32_t SetVideoScaleType(int32_t type);
/foundation/multimedia/player_framework/interfaces/kits/js/
H A Dvideo_player_napi.h123 static napi_value SetVideoScaleType(napi_env env, napi_callback_info info);
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.h81 int32_t SetVideoScaleType(VideoScaleType videoScaleType) override;
H A Dhiplayer_impl.cpp790 return SetVideoScaleType(VideoScaleType(videoScaleType)); in SetParameter()
1059 int32_t HiPlayerImpl::SetVideoScaleType(VideoScaleType videoScaleType) in SetVideoScaleType() function in OHOS::Media::HiPlayerImpl
1061 MEDIA_LOG_I("SetVideoScaleType entered."); in SetVideoScaleType()
/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_player_engine.h126 virtual int32_t SetVideoScaleType(Plugins::VideoScaleType videoScaleType) in SetVideoScaleType() function in OHOS::Media::IPlayerEngine
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.h140 int32_t SetVideoScaleType(VideoScaleType videoScaleType) override;
H A Dhiplayer_impl.cpp1319 return SetVideoScaleType(VideoScaleType(videoScaleType)); in SetParameter()
1909 int32_t HiPlayerImpl::SetVideoScaleType(OHOS::Media::VideoScaleType videoScaleType) in SetVideoScaleType() function in OHOS::Media::HiPlayerImpl
1911 MEDIA_LOG_D_SHORT("SetVideoScaleType " PUBLIC_LOG_D32, videoScaleType); in SetVideoScaleType()
/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_player_napi.cpp114 DECLARE_NAPI_GETTER_SETTER("videoScaleType", GetVideoScaleType, SetVideoScaleType), in Init()
1115 napi_value VideoPlayerNapi::SetVideoScaleType(napi_env env, napi_callback_info info) in SetVideoScaleType() function in OHOS::Media::VideoPlayerNapi
1120 MEDIA_LOGD("SetVideoScaleType In"); in SetVideoScaleType()
1165 MEDIA_LOGD("SetVideoScaleType success"); in SetVideoScaleType()
/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()
547 CHECK_AND_RETURN_RET_LOG(ret == MSERR_OK, MSERR_INVALID_OPERATION, "failed to SetVideoScaleType"); in SetSaveParameter()

Completed in 14 milliseconds