Home
last modified time | relevance | path

Searched refs:requested_width (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavdevice/
Dandroid_camera.c62 int requested_width; member
264 if ((ctx->requested_width == width && ctx->requested_height == height) || in match_video_size()
265 (ctx->requested_width == height && ctx->requested_height == width)) { in match_video_size()
280 ctx->requested_width, ctx->requested_height, ctx->width, ctx->height); in match_video_size()
847 … "set video size given as a string such as 640x480 or hd720", OFFSET(requested_width), AV_OPT_TYPE…
Ddshow.c404 if (ctx->requested_width && ctx->requested_height) { in dshow_cycle_formats()
405 if (ctx->requested_width > vcaps->MaxOutputSize.cx || in dshow_cycle_formats()
406 ctx->requested_width < vcaps->MinOutputSize.cx || in dshow_cycle_formats()
410 bih->biWidth = ctx->requested_width; in dshow_cycle_formats()
577 (ctx->requested_width && ctx->requested_height) || in dshow_cycle_pins()
1295 …", "set video size given a string such as 640x480 or hd720.", OFFSET(requested_width), AV_OPT_TYPE…
Ddshow_capture.h338 int requested_width; member