Lines Matching refs:video_resolution

1441         drv_ctx.video_resolution.frame_height =
1442 drv_ctx.video_resolution.scan_lines = 720;
1443 drv_ctx.video_resolution.frame_width =
1444 drv_ctx.video_resolution.stride = 1280;
1447 drv_ctx.video_resolution.frame_height =
1448 drv_ctx.video_resolution.scan_lines = 1088;
1449 drv_ctx.video_resolution.frame_width =
1450 drv_ctx.video_resolution.stride = 1920;
1453 ioctl_msg.in = &drv_ctx.video_resolution;
2811 drv_ctx.video_resolution.frame_width,
2812 drv_ctx.video_resolution.frame_height,
2813 drv_ctx.video_resolution.stride,
2814 drv_ctx.video_resolution.scan_lines);
2976 if (drv_ctx.video_resolution.frame_height !=
2978 drv_ctx.video_resolution.frame_width !=
2986 drv_ctx.video_resolution.frame_height =
2987 drv_ctx.video_resolution.scan_lines =
2989 drv_ctx.video_resolution.frame_width =
2990 drv_ctx.video_resolution.stride =
2992 ioctl_msg.in = &drv_ctx.video_resolution;
7608 ioctl_msg.out = &drv_ctx.video_resolution;
7694 portDefn->format.video.nFrameHeight = drv_ctx.video_resolution.frame_height;
7695 portDefn->format.video.nFrameWidth = drv_ctx.video_resolution.frame_width;
7696 portDefn->format.video.nStride = drv_ctx.video_resolution.stride;
7697 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines;
8469 num_MB_in_frame = ((drv_ctx.video_resolution.frame_width + 15) *
8470 (drv_ctx.video_resolution.frame_height + 15)) >> 8;
8674 drv_ctx.video_resolution.frame_height;
8676 drv_ctx.video_resolution.frame_width;
8689 drv_ctx.video_resolution.frame_height;
8691 drv_ctx.video_resolution.frame_width;
8704 drv_ctx.video_resolution.frame_height;
8706 drv_ctx.video_resolution.frame_width;
9092 mv_buff_size.width = drv_ctx.video_resolution.stride;
9093 mv_buff_size.height = drv_ctx.video_resolution.scan_lines>>2;
9111 drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height,size,alignment);
9358 status = c2d.open(omx->drv_ctx.video_resolution.frame_height,
9359 omx->drv_ctx.video_resolution.frame_width,