Home
last modified time | relevance | path

Searched defs:remoteCodecInfoStr (Results 1 – 3 of 3) 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
376 …std::string remoteCodecInfoStr = "{\"codecType\":\"[\"OMX_rk_video_encoder_avc\", \"OMX_rk_video_e… variable
/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
370 …std::string remoteCodecInfoStr = "{\"codecType\":\"[\"OMX_rk_video_encoder_avc\", \"OMX_rk_video_e… variable
/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()