Searched refs:codecObj (Results 1 – 1 of 1) sorted by relevance
707 cJSON *codecObj = cJSON_GetObjectItemCaseSensitive(rootValue, "CodecType"); in ParseEncoderTypes() local708 if (codecObj == nullptr || !cJSON_IsArray(codecObj) || cJSON_GetArraySize(codecObj) == 0 || in ParseEncoderTypes()709 static_cast<uint32_t>(cJSON_GetArraySize(codecObj)) > JSON_ARRAY_MAX_SIZE) { in ParseEncoderTypes()714 int32_t size = cJSON_GetArraySize(codecObj); in ParseEncoderTypes()716 cJSON *item = cJSON_GetArrayItem(codecObj, i); in ParseEncoderTypes()