VAR_SAR 74 libavfilter/scale_eval.c var_values[VAR_SAR] = inlink->sample_aspect_ratio.num ? VAR_SAR 76 libavfilter/scale_eval.c var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; VAR_SAR 98 libavfilter/vf_aspect.c var_values[VAR_SAR] = inlink->sample_aspect_ratio.num ? VAR_SAR 100 libavfilter/vf_aspect.c var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; VAR_SAR 142 libavfilter/vf_crop.c s->var_values[VAR_SAR] = link->sample_aspect_ratio.num ? av_q2d(link->sample_aspect_ratio) : 1; VAR_SAR 143 libavfilter/vf_crop.c s->var_values[VAR_DAR] = s->var_values[VAR_A] * s->var_values[VAR_SAR]; VAR_SAR 140 libavfilter/vf_drawbox.c var_values[VAR_SAR] = inlink->sample_aspect_ratio.num ? av_q2d(inlink->sample_aspect_ratio) : 1; VAR_SAR 141 libavfilter/vf_drawbox.c var_values[VAR_DAR] = (double)inlink->w / inlink->h * var_values[VAR_SAR]; VAR_SAR 843 libavfilter/vf_drawtext.c s->var_values[VAR_SAR] = inlink->sample_aspect_ratio.num ? av_q2d(inlink->sample_aspect_ratio) : 1; VAR_SAR 844 libavfilter/vf_drawtext.c s->var_values[VAR_DAR] = (double)inlink->w / inlink->h * s->var_values[VAR_SAR]; VAR_SAR 122 libavfilter/vf_pad.c var_values[VAR_SAR] = inlink->sample_aspect_ratio.num ? VAR_SAR 124 libavfilter/vf_pad.c var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; VAR_SAR 264 libavfilter/vf_pad_opencl.c var_values[VAR_SAR] = inlink->sample_aspect_ratio.num ? VAR_SAR 266 libavfilter/vf_pad_opencl.c var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; VAR_SAR 431 libavfilter/vf_scale.c scale->var_values[VAR_SAR] = inlink->sample_aspect_ratio.num ? VAR_SAR 433 libavfilter/vf_scale.c scale->var_values[VAR_DAR] = scale->var_values[VAR_A] * scale->var_values[VAR_SAR]; VAR_SAR 478 libavfilter/vf_scale_qsv.c var_values[VAR_SAR] = inlink->sample_aspect_ratio.num ? VAR_SAR 480 libavfilter/vf_scale_qsv.c var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; VAR_SAR 98 libavfilter/vf_swaprect.c var_values[VAR_SAR] = inlink->sample_aspect_ratio.num ? av_q2d(inlink->sample_aspect_ratio) : 1; VAR_SAR 99 libavfilter/vf_swaprect.c var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; VAR_SAR 291 libavfilter/vf_zoompan.c s->var_values[VAR_SAR] = inlink->sample_aspect_ratio.num ? VAR_SAR 293 libavfilter/vf_zoompan.c s->var_values[VAR_DAR] = s->var_values[VAR_A] * s->var_values[VAR_SAR]; VAR_SAR 214 libavfilter/vf_zscale.c var_values[VAR_SAR] = inlink->sample_aspect_ratio.num ? VAR_SAR 216 libavfilter/vf_zscale.c var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR];