Searched refs:crop_w (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_vpp_qsv.c | 76 int crop_w; member 199 CALC_EXPR(cw_expr, var_values[CW], vpp->crop_w); in eval_expr() 203 CALC_EXPR(cw_expr, var_values[CW], vpp->crop_w); in eval_expr() 224 if ((vpp->crop_w != var_values[VAR_iW]) || (vpp->crop_h != var_values[VAR_iH])) in eval_expr() 284 if(vpp->crop_w + vpp->crop_x > inlink->w) in config_input() 285 vpp->crop_x = inlink->w - vpp->crop_w; in config_input() 361 crop.w = vpp->crop_w; in config_output()
|
H A D | vf_scale_vulkan.c | 120 int crop_w = in->width - (in->crop_left + in->crop_right); in init_filter() local 205 GLSLF(1, vec2 c_r = vec2(%i, %i) / in_d; ,crop_w, crop_h); in init_filter()
|
/third_party/ffmpeg/libavcodec/ |
H A D | pgssubdec.c | 58 int crop_w; member 466 object->crop_w = bytestream_get_be16(&buf); in parse_presentation_segment()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | cwebp.c | 659 int crop = 0, crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; in main() local 823 crop_w = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 1039 if (!WebPPictureView(&picture, crop_x, crop_y, crop_w, crop_h, &picture)) { in main()
|
Completed in 9 milliseconds