/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/include/ |
H A D | i_rtsp_controller.h | 52 virtual void SetupPort(int serverPort, int remotectlPort, int cpPort) = 0;
|
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/include/ |
H A D | i_rtsp_controller.h | 52 virtual void SetupPort(int serverPort, int remotectlPort, int cpPort) = 0;
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_decoder.h | 28 int32_t SetupPort(const Format &format);
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hdecoder.h | 41 int32_t SetupPort(const Format &format);
|
H A D | hencoder.h | 52 int32_t SetupPort(const Format &format, std::optional<double> frameRate);
|
H A D | hdecoder.cpp | 73 return SetupPort(format); in OnConfigure() 76 int32_t HDecoder::SetupPort(const Format &format) in SetupPort() function in OHOS::MediaAVCodec::HDecoder
|
H A D | hencoder.cpp | 44 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 D | image_decoder.cpp | 47 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 D | rtsp_controller.h | 48 void SetupPort(int serverPort, int remotectlPort, int cpPort) override;
|
H A D | rtsp_controller.cpp | 240 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 D | rtsp_controller.h | 48 void SetupPort(int serverPort, int remotectlPort, int cpPort) override;
|
H A D | rtsp_controller.cpp | 240 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 D | cast_session_impl.cpp | 771 rtspControl_->SetupPort(*port, remoteControlPort, INVALID_PORT); in ProcessSetUp()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/ |
H A D | cast_session_impl.cpp | 771 rtspControl_->SetupPort(*port, remoteControlPort, INVALID_PORT); in ProcessSetUp()
|