Home | History | Annotate | Download | only in src

Lines Matching defs:scale_factors

48   char scale_factors[OPTION_BUFFER_SIZE];  // set by vpx_svc_set_scale_factors
317 const char *scale_factors) {
328 if (scale_factors == NULL || strlen(scale_factors) == 0) {
331 input_string = strdup(scale_factors);
444 const char *scale_factors) {
446 if (svc_ctx == NULL || scale_factors == NULL || si == NULL) {
449 strncpy(si->scale_factors, scale_factors, sizeof(si->scale_factors));
450 si->scale_factors[sizeof(si->scale_factors) - 1] = '\0';
493 res = parse_scale_factors(svc_ctx, si->scale_factors);