Lines Matching refs:height

52 	unsigned size = s->stride * s->height;  in cobalt_queue_setup()
83 size = s->stride * s->height; in cobalt_buf_init()
118 vb2_set_plane_payload(vb, 0, s->stride * s->height); in cobalt_buf_prepare()
180 sd_fmt.format.height = bt->height; in cobalt_enable_output()
201 iowrite32(bt->height, &vo->sync_generator_v_active_length); in cobalt_enable_output()
324 iowrite32(bt->height, &cvi->frame_height); in cobalt_start_streaming()
336 iowrite32(bt->width * bt->height, &fw->active_length); in cobalt_start_streaming()
663 s->height = timings->bt.height; in cobalt_s_dv_timings()
736 pix->height = s->height; in cobalt_g_fmt_vid_cap()
750 pix->sizeimage = pix->bytesperline * pix->height; in cobalt_g_fmt_vid_cap()
763 if ((pix->width < 176) || (pix->height < 144)) { in cobalt_try_fmt_vid_cap()
765 pix->height = 144; in cobalt_try_fmt_vid_cap()
768 if ((pix->width > 1920) || (pix->height > 1080)) { in cobalt_try_fmt_vid_cap()
770 pix->height = 1080; in cobalt_try_fmt_vid_cap()
777 pix->height &= ~0x1; in cobalt_try_fmt_vid_cap()
782 pix->height = 1080; in cobalt_try_fmt_vid_cap()
808 pix->sizeimage = pix->bytesperline * pix->height; in cobalt_try_fmt_vid_cap()
828 s->height = pix->height; in cobalt_s_fmt_vid_cap()
855 if ((pix->width < 176) || (pix->height < 144)) { in cobalt_try_fmt_vid_out()
857 pix->height = 144; in cobalt_try_fmt_vid_out()
860 if ((pix->width > 1920) || (pix->height > 1080)) { in cobalt_try_fmt_vid_out()
862 pix->height = 1080; in cobalt_try_fmt_vid_out()
869 pix->height &= ~0x1; in cobalt_try_fmt_vid_out()
884 pix->sizeimage = pix->bytesperline * pix->height; in cobalt_try_fmt_vid_out()
897 pix->height = s->height; in cobalt_g_fmt_vid_out()
905 pix->sizeimage = pix->bytesperline * pix->height; in cobalt_g_fmt_vid_out()
941 pix->width != s->width || pix->height != s->height || in cobalt_s_fmt_vid_out()
958 s->height = pix->height; in cobalt_s_fmt_vid_out()
1182 s->height = s->is_audio ? 4 : 1080; in cobalt_node_register()