Home
last modified time | relevance | path

Searched refs:NegotiateCodecType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_test.cpp364 int32_t ret = dScreen_->NegotiateCodecType(remoteCodecInfoStr);
378 int32_t ret = dScreen_->NegotiateCodecType(remoteCodecInfoStr);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H A Ddscreen.h105 int32_t NegotiateCodecType(const std::string &remoteCodecInfoStr);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp241 ret = NegotiateCodecType(attrJson[KEY_CODECTYPE]); in HandleEnable()
279 int32_t DScreen::NegotiateCodecType(const std::string &remoteCodecInfoStr) in NegotiateCodecType() function in OHOS::DistributedHardware::V1_0::DScreen
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_test.cpp358 int32_t ret = dScreen_->NegotiateCodecType(remoteCodecInfoStr);
372 int32_t ret = dScreen_->NegotiateCodecType(remoteCodecInfoStr);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H A Ddscreen.h122 int32_t NegotiateCodecType(const std::string &rmtDecoderStr);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp180 int32_t ret = NegotiateCodecType(attrJson[KEY_HISTREAMER_VIDEO_DECODER]); in ParseInputScreenParam()
524 int32_t DScreen::NegotiateCodecType(const std::string &rmtDecoderStr) in NegotiateCodecType() function in OHOS::DistributedHardware::V2_0::DScreen