Searched refs:rmtDecoderJson (Results 1 – 1 of 1) sorted by relevance
527 cJSON *rmtDecoderJson = cJSON_Parse(rmtDecoderStr.c_str()); in NegotiateCodecType() local528 if (rmtDecoderJson == nullptr) { in NegotiateCodecType()534 FromJson<VideoDecoder>(VIDEO_DECODERS, rmtDecoderJson, rmtVideoDecoders); in NegotiateCodecType()535 cJSON_Delete(rmtDecoderJson); in NegotiateCodecType()