Searched refs:mpix (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/pci/intel/ipu3/ |
| H A D | ipu3-cio2.c | 1089 struct v4l2_pix_format_mplane *mpix = &f->fmt.pix_mp; in cio2_v4l2_try_fmt() local 1091 fmt = cio2_find_format(&mpix->pixelformat, NULL); in cio2_v4l2_try_fmt() 1096 if (mpix->width > CIO2_IMAGE_MAX_WIDTH) in cio2_v4l2_try_fmt() 1097 mpix->width = CIO2_IMAGE_MAX_WIDTH; in cio2_v4l2_try_fmt() 1098 if (mpix->height > CIO2_IMAGE_MAX_LENGTH) in cio2_v4l2_try_fmt() 1099 mpix->height = CIO2_IMAGE_MAX_LENGTH; in cio2_v4l2_try_fmt() 1101 mpix->num_planes = 1; in cio2_v4l2_try_fmt() 1102 mpix->pixelformat = fmt->fourcc; in cio2_v4l2_try_fmt() 1103 mpix->colorspace = V4L2_COLORSPACE_RAW; in cio2_v4l2_try_fmt() 1104 mpix->field = V4L2_FIELD_NONE; in cio2_v4l2_try_fmt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/ |
| H A D | ipu3-css.c | 126 struct v4l2_pix_format_mplane *const f = &queue->fmt.mpix; in imgu_css_queue_init() 146 queue->fmt.mpix = *fmt; in imgu_css_queue_init() 743 frame_sp_info->res.width = css_queue_in->fmt.mpix.width; in imgu_css_pipeline_init() 744 frame_sp_info->res.height = css_queue_in->fmt.mpix.height; in imgu_css_pipeline_init() 761 frame_sp_info->res.width = css_queue_out->fmt.mpix.width; in imgu_css_pipeline_init() 762 frame_sp_info->res.height = css_queue_out->fmt.mpix.height; in imgu_css_pipeline_init() 770 frame_sp_info->res.width = css_queue_vf->fmt.mpix.width; in imgu_css_pipeline_init() 771 frame_sp_info->res.height = css_queue_vf->fmt.mpix.height; in imgu_css_pipeline_init() 932 frame_sp->info.res.width = css_queue_in->fmt.mpix.width; in imgu_css_pipeline_init() 933 frame_sp->info.res.height = css_queue_in->fmt.mpix.height; in imgu_css_pipeline_init() [all …]
|
| H A D | ipu3-css-params.c | 377 target_width = css_pipe->queue[IPU3_CSS_QUEUE_VF].fmt.mpix.width; in imgu_css_osys_calc_frame_and_stripe_params() 378 target_height = css_pipe->queue[IPU3_CSS_QUEUE_VF].fmt.mpix.height; in imgu_css_osys_calc_frame_and_stripe_params() 392 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.width; in imgu_css_osys_calc_frame_and_stripe_params() 394 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.height; in imgu_css_osys_calc_frame_and_stripe_params() 401 css_pipe->queue[IPU3_CSS_QUEUE_VF].fmt.mpix.width; in imgu_css_osys_calc_frame_and_stripe_params() 403 css_pipe->queue[IPU3_CSS_QUEUE_VF].fmt.mpix.height; in imgu_css_osys_calc_frame_and_stripe_params() 412 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.width; in imgu_css_osys_calc_frame_and_stripe_params() 414 css_pipe->queue[IPU3_CSS_QUEUE_OUT].fmt.mpix.height; in imgu_css_osys_calc_frame_and_stripe_params() 416 css_pipe->queue[IPU3_CSS_QUEUE_VF].fmt.mpix.width; in imgu_css_osys_calc_frame_and_stripe_params() 418 css_pipe->queue[IPU3_CSS_QUEUE_VF].fmt.mpix.height; in imgu_css_osys_calc_frame_and_stripe_params() [all …]
|
| H A D | ipu3.c | 108 const struct v4l2_pix_format_mplane *mpix; in imgu_dummybufs_init() local 129 mpix = &imgu_pipe->nodes[node].vdev_fmt.fmt.pix_mp; in imgu_dummybufs_init() 134 size = mpix->plane_fmt[0].sizeimage; in imgu_dummybufs_init()
|
| H A D | ipu3-css.h | 94 struct v4l2_pix_format_mplane mpix; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/ |
| H A D | dri2.c | 820 PixmapPtr mpix = GetDrawablePixmap(pDraw); in DRI2UpdatePrime() local 824 master = mpix->drawable.pScreen; in DRI2UpdatePrime() 835 mpix = pPriv->redirectpixmap; in DRI2UpdatePrime() 838 mpix = (*master->CreatePixmap)(master, pDraw->width, pDraw->height, in DRI2UpdatePrime() 840 if (!mpix) in DRI2UpdatePrime() 843 ret = (*master->ReplaceScanoutPixmap)(pDraw, mpix, TRUE); in DRI2UpdatePrime() 845 (*master->DestroyPixmap)(mpix); in DRI2UpdatePrime() 848 pPriv->redirectpixmap = mpix; in DRI2UpdatePrime() 863 if (pPriv->prime_slave_pixmap->master_pixmap == mpix) in DRI2UpdatePrime() 873 spix = PixmapShareToSlave(mpix, slave); in DRI2UpdatePrime() [all …]
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrcrtc.c | 434 PixmapPtr mpix, spix; in rrCreateSharedPixmap() local 436 mpix = master->CreatePixmap(master, width, height, depth, in rrCreateSharedPixmap() 438 if (!mpix) in rrCreateSharedPixmap() 441 spix = PixmapShareToSlave(mpix, crtc->pScreen); in rrCreateSharedPixmap() 443 master->DestroyPixmap(mpix); in rrCreateSharedPixmap()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | em28xx-cardlist.rst | 302 - Silvercrest Webcam 1.3mpix
|