Searched refs:localVideoEncodersJson (Results 1 – 1 of 1) sorted by relevance
550 cJSON *localVideoEncodersJson = cJSON_Parse(localVideoEncodersJsonStr.c_str()); in NegotiateCodecType() local551 if (localVideoEncodersJson == nullptr) { in NegotiateCodecType()557 FromJson<VideoEncoder>(VIDEO_ENCODERS, localVideoEncodersJson, localVideoEncoders); in NegotiateCodecType()558 cJSON_Delete(localVideoEncodersJson); in NegotiateCodecType()