Searched refs:SetVideoScaleType (Results 1 – 11 of 11) sorted by relevance
87 void SetVideoScaleType(const ValueType& value);
236 SetVideoScaleType(value); in SetParameter()280 void SurfaceSinkPlugin::SetVideoScaleType(const ValueType& value) in SetVideoScaleType() function in OHOS::Media::Plugin::VidSurfaceSinkPlugin::SurfaceSinkPlugin
123 static napi_value SetVideoScaleType(napi_env env, napi_callback_info info);
97 int32_t SetVideoScaleType(int32_t type);
120 virtual int32_t SetVideoScaleType(Plugins::VideoScaleType videoScaleType) in SetVideoScaleType() function
81 int32_t SetVideoScaleType(VideoScaleType videoScaleType) override;
775 return SetVideoScaleType(VideoScaleType(videoScaleType)); in SetParameter()1044 int32_t HiPlayerImpl::SetVideoScaleType(VideoScaleType videoScaleType) in SetVideoScaleType() function in OHOS::Media::HiPlayerImpl
138 int32_t SetVideoScaleType(VideoScaleType videoScaleType) override;
1389 return SetVideoScaleType(VideoScaleType(videoScaleType)); in SetParameter()1979 int32_t HiPlayerImpl::SetVideoScaleType(OHOS::Media::VideoScaleType videoScaleType) in SetVideoScaleType() function in OHOS::Media::HiPlayerImpl
114 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
546 … ret = playerEngine_->SetVideoScaleType(Plugins::VideoScaleType(recoverConfig_.videoScaleType)); in SetSaveParameter()