Searched refs:video_resolution_output (Results 1 – 2 of 2) sorted by relevance
1689 drv_ctx.video_resolution_output.frame_height = fmt.fmt.pix_mp.height; in component_init()1690 drv_ctx.video_resolution_output.frame_width = fmt.fmt.pix_mp.width; in component_init()1691 drv_ctx.video_resolution_output.scan_lines = fmt.fmt.pix_mp.height; in component_init()1692 drv_ctx.video_resolution_output.stride = fmt.fmt.pix_mp.width; in component_init()2868 drv_ctx.video_resolution_output.frame_width, in get_parameter()2869 drv_ctx.video_resolution_output.frame_height, in get_parameter()2870 drv_ctx.video_resolution_output.stride, in get_parameter()2871 drv_ctx.video_resolution_output.scan_lines); in get_parameter()2975 drv_ctx.video_resolution_output.frame_height = portDefn->format.video.nFrameHeight; in set_parameter()2976 drv_ctx.video_resolution_output.frame_width = portDefn->format.video.nFrameWidth; in set_parameter()[all …]
359 struct vdpp_picsize video_resolution_output; member