Searched refs:av_parse_video_size (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | parseutils.h | 66 int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str);
|
D | parseutils.c | 148 int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str) in av_parse_video_size() function
|
D | opt.c | 328 ret = av_parse_video_size(dst, dst + 1, val); in set_string_image_size() 2044 else if ((ret = av_parse_video_size(&w, &h, o->default_val.str)) < 0) in av_opt_is_set_to_default()
|
/third_party/ffmpeg/doc/examples/ |
D | scaling_video.c | 76 if (av_parse_video_size(&dst_w, &dst_h, dst_size) < 0) { in main()
|
/third_party/ffmpeg/libswscale/tests/ |
D | floatimg_cmp.c | 100 res = av_parse_video_size(&w, &h, argv[i + 1]); in main()
|
/third_party/ffmpeg/libavdevice/ |
D | libdc1394.c | 115 if ((ret = av_parse_video_size(&width, &height, dc1394->video_size)) < 0) { in dc1394_read_common()
|
D | vfwcap.c | 333 ret = av_parse_video_size(&w, &h, ctx->video_size); in vfw_read_header()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_zscale.c | 148 if ((ret = av_parse_video_size(&s->w, &s->h, s->size_str)) < 0) { in init_dict()
|
D | vf_scale.c | 289 if ((ret = av_parse_video_size(&scale->w, &scale->h, scale->size_str)) < 0) { in init_dict()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 971 av_parse_video_size(&ist->dec_ctx->width, &ist->dec_ctx->height, canvas_size) < 0) { in add_input_streams() 1746 … if (frame_size && av_parse_video_size(&video_enc->width, &video_enc->height, frame_size) < 0) { in new_video_stream() 2026 …if (frame_size && av_parse_video_size(&subtitle_enc->width, &subtitle_enc->height, frame_size) < 0… in new_subtitle_stream()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 3047 av_parse_video_size() and av_parse_video_rate() declared in
|