Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Dandroid_camera.c60 int requested_width; member
262 if ((ctx->requested_width == width && ctx->requested_height == height) || in match_video_size()
263 (ctx->requested_width == height && ctx->requested_height == width)) { in match_video_size()
278 ctx->requested_width, ctx->requested_height, ctx->width, ctx->height); in match_video_size()
845 { "video_size", "set video size given as a string such as 640x480 or hd720", OFFSET(requested_width), AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL}, 0, 0, DEC },
H A Ddshow.c665 (ctx->requested_width && ctx->requested_height) || in dshow_should_set_format()
815 int requested_width = ctx->requested_width; in dshow_cycle_formats() local
855 requested_width = fmt_info->width; in dshow_cycle_formats()
976 if (requested_width && requested_height) { in dshow_cycle_formats()
977 if (requested_width > vcaps->MaxOutputSize.cx || in dshow_cycle_formats()
978 requested_width < vcaps->MinOutputSize.cx || in dshow_cycle_formats()
982 bih->biWidth = requested_width; in dshow_cycle_formats()
1890 { "video_size", "set video size given a string such as 640x480 or hd720.", OFFSET(requested_width), AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL}, 0, 0, DEC },
H A Ddshow_capture.h339 int requested_width; member

Completed in 6 milliseconds