Home
last modified time | relevance | path

Searched refs:SetupPort (Results 1 - 14 of 14) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/include/
H A Di_rtsp_controller.h52 virtual void SetupPort(int serverPort, int remotectlPort, int cpPort) = 0;
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/include/
H A Di_rtsp_controller.h52 virtual void SetupPort(int serverPort, int remotectlPort, int cpPort) = 0;
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_decoder.h28 int32_t SetupPort(const Format &format);
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.h41 int32_t SetupPort(const Format &format);
H A Dhencoder.h52 int32_t SetupPort(const Format &format, std::optional<double> frameRate);
H A Dhdecoder.cpp73 return SetupPort(format); in OnConfigure()
76 int32_t HDecoder::SetupPort(const Format &format) in SetupPort() function in OHOS::MediaAVCodec::HDecoder
H A Dhencoder.cpp44 ret = SetupPort(format, frameRate); in OnConfigure()
353 int32_t HEncoder::SetupPort(const Format &format, std::optional<double> frameRate) in SetupPort() function in OHOS::MediaAVCodec::HEncoder
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_decoder.cpp47 return SetupPort(format); in OnConfigure()
50 int32_t ImageDecoder::SetupPort(const Format &format) in SetupPort() function in OHOS::ImagePlugin::ImageDecoder
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_controller.h48 void SetupPort(int serverPort, int remotectlPort, int cpPort) override;
H A Drtsp_controller.cpp240 void RtspController::SetupPort(int serverPort, int remotectlPort, int cpPort) in SetupPort() function in OHOS::CastEngine::CastEngineService::CastSessionRtsp::RtspController
242 CLOGD("SetupPort: server port %{public}d remotectlPort %{public}d cpPort %{public}d", in SetupPort()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_controller.h48 void SetupPort(int serverPort, int remotectlPort, int cpPort) override;
H A Drtsp_controller.cpp240 void RtspController::SetupPort(int serverPort, int remotectlPort, int cpPort) in SetupPort() function in OHOS::CastEngine::CastEngineService::CastSessionRtsp::RtspController
242 CLOGD("SetupPort: server port %{public}d remotectlPort %{public}d cpPort %{public}d", in SetupPort()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_impl.cpp771 rtspControl_->SetupPort(*port, remoteControlPort, INVALID_PORT); in ProcessSetUp()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_impl.cpp771 rtspControl_->SetupPort(*port, remoteControlPort, INVALID_PORT); in ProcessSetUp()

Completed in 16 milliseconds