Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Dandroid_camera.c61 int requested_height; 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()
H A Ddshow.c665 (ctx->requested_width && ctx->requested_height) || in dshow_should_set_format()
816 int requested_height = ctx->requested_height; in dshow_cycle_formats() local
856 requested_height = fmt_info->height; in dshow_cycle_formats()
976 if (requested_width && requested_height) { in dshow_cycle_formats()
979 requested_height > vcaps->MaxOutputSize.cy || in dshow_cycle_formats()
980 requested_height < vcaps->MinOutputSize.cy) in dshow_cycle_formats()
983 bih->biHeight = requested_height; in dshow_cycle_formats()
H A Ddshow_capture.h340 int requested_height; member

Completed in 6 milliseconds