Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp527 cJSON *rmtDecoderJson = cJSON_Parse(rmtDecoderStr.c_str()); in NegotiateCodecType() local
528 if (rmtDecoderJson == nullptr) { in NegotiateCodecType()
534 FromJson<VideoDecoder>(VIDEO_DECODERS, rmtDecoderJson, rmtVideoDecoders); in NegotiateCodecType()
535 cJSON_Delete(rmtDecoderJson); in NegotiateCodecType()