Home
last modified time | relevance | path

Searched defs:remoteCodecInfoStr (Results 1 – 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
Ddscreen_test.cpp365 std::string remoteCodecInfoStr = "remoteCodecInfoStr"; variable
378 …std::string remoteCodecInfoStr = "{\"codecType\":\"[\"OMX_rk_video_encoder_avc\", \"OMX_rk_video_e… variable
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
Ddscreen_test.cpp323 std::string remoteCodecInfoStr = "remoteCodecInfoStr"; variable
336 …std::string remoteCodecInfoStr = "{\"codecType\":\"[\"OMX_rk_video_encoder_avc\", \"OMX_rk_video_e… variable
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
Ddscreen.cpp273 int32_t DScreen::NegotiateCodecType(const std::string &remoteCodecInfoStr) in NegotiateCodecType()