Searched refs:video_resolution_input (Results 1 – 2 of 2) sorted by relevance
1408 if ((height != drv_ctx.video_resolution_input.frame_height) || in update_resolution()1409 (width != drv_ctx.video_resolution_input.frame_width)) { in update_resolution()1411 width, drv_ctx.video_resolution_input.frame_width, in update_resolution()1412 height,drv_ctx.video_resolution_input.frame_height); in update_resolution()1415 drv_ctx.video_resolution_input.frame_height = height; in update_resolution()1416 drv_ctx.video_resolution_input.frame_width = width; in update_resolution()1417 drv_ctx.video_resolution_input.scan_lines = scan_lines; in update_resolution()1418 drv_ctx.video_resolution_input.stride = stride; in update_resolution()1421 rectangle.nWidth = drv_ctx.video_resolution_input.frame_width; in update_resolution()1422 rectangle.nHeight = drv_ctx.video_resolution_input.frame_height; in update_resolution()[all …]
358 struct vdpp_picsize video_resolution_input; member