Home
last modified time | relevance | path

Searched refs:remoteCodecInfoStr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_test.cpp363 std::string remoteCodecInfoStr = "remoteCodecInfoStr"; variable
364 int32_t ret = dScreen_->NegotiateCodecType(remoteCodecInfoStr);
376 …std::string remoteCodecInfoStr = "{\"codecType\":\"[\"OMX_rk_video_encoder_avc\", \"OMX_rk_video_e… variable
378 int32_t ret = dScreen_->NegotiateCodecType(remoteCodecInfoStr);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_test.cpp357 std::string remoteCodecInfoStr = "remoteCodecInfoStr"; variable
358 int32_t ret = dScreen_->NegotiateCodecType(remoteCodecInfoStr);
370 …std::string remoteCodecInfoStr = "{\"codecType\":\"[\"OMX_rk_video_encoder_avc\", \"OMX_rk_video_e… variable
372 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.cpp279 int32_t DScreen::NegotiateCodecType(const std::string &remoteCodecInfoStr) in NegotiateCodecType() argument
281 json remoteCodecArray = json::parse(remoteCodecInfoStr, nullptr, false); in NegotiateCodecType()