Home
last modified time | relevance | path

Searched refs:rmtDecoderStr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp524 int32_t DScreen::NegotiateCodecType(const std::string &rmtDecoderStr) in NegotiateCodecType() argument
526 DHLOGI("Start NegotiateCodecType, remote decoder: %{public}s", rmtDecoderStr.c_str()); in NegotiateCodecType()
527 cJSON *rmtDecoderJson = cJSON_Parse(rmtDecoderStr.c_str()); in NegotiateCodecType()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H A Ddscreen.h122 int32_t NegotiateCodecType(const std::string &rmtDecoderStr);