Home | History | Annotate | Download | only in src

Lines Matching full:video_resolution

1206     drv_ctx.video_resolution.frame_height = height;
1207 drv_ctx.video_resolution.frame_width = width;
1208 drv_ctx.video_resolution.scan_lines = height;
1209 drv_ctx.video_resolution.stride = width;
1212 rectangle.nWidth = drv_ctx.video_resolution.frame_width;
1213 rectangle.nHeight = drv_ctx.video_resolution.frame_height;
1476 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
1477 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
1508 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
1509 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
2663 drv_ctx.video_resolution.frame_width,
2664 drv_ctx.video_resolution.frame_height,
2665 drv_ctx.video_resolution.stride,
2666 drv_ctx.video_resolution.scan_lines);
2797 if (drv_ctx.video_resolution.frame_height !=
2799 drv_ctx.video_resolution.frame_width !=
2809 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
2810 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
2851 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
2852 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
5932 int stride = drv_ctx.video_resolution.stride;
5933 int scanlines = drv_ctx.video_resolution.scan_lines;
5937 for (i = 0; i < drv_ctx.video_resolution.frame_height; i++) {
5938 bytes_written = fwrite(temp, drv_ctx.video_resolution.frame_width, 1, outputBufferFile1);
5943 for (i = 0; i < drv_ctx.video_resolution.frame_height/2; i++) {
5944 bytes_written += fwrite(temp, drv_ctx.video_resolution.frame_width, 1, outputBufferFile1);
6243 omx->drv_ctx.video_resolution.stride = fmt.fmt.pix_mp.plane_fmt[0].bytesperline;
6244 omx->drv_ctx.video_resolution.scan_lines = fmt.fmt.pix_mp.plane_fmt[0].reserved[0];
7144 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
7145 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
7219 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
7220 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
7336 portDefn->format.video.nFrameHeight = drv_ctx.video_resolution.frame_height;
7337 portDefn->format.video.nFrameWidth = drv_ctx.video_resolution.frame_width;
7338 portDefn->format.video.nStride = drv_ctx.video_resolution.stride;
7339 portDefn->format.video.nSliceHeight = drv_ctx.video_resolution.scan_lines;
7649 num_MB_in_frame = ((drv_ctx.video_resolution.frame_width + 15) *
7650 (drv_ctx.video_resolution.frame_height + 15)) >> 8;
7771 num_MB_in_frame = ((drv_ctx.video_resolution.frame_width + 15) *
7772 (drv_ctx.video_resolution.frame_height + 15)) >> 8;
8184 status = c2d.open(omx->drv_ctx.video_resolution.frame_height,
8185 omx->drv_ctx.video_resolution.frame_width,