Searched refs:pix (Results 1 – 9 of 9) sorted by relevance
105 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.in_fmt; in t_v4l2SetFmt()107 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.dec_fmt.in_fmt; in t_v4l2SetFmt()113 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.out_fmt; in t_v4l2SetFmt()115 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.dec_fmt.out_fmt; in t_v4l2SetFmt()149 pstConfig->width = fmt.fmt.pix.width; in t_v4l2GetFmt()150 pstConfig->height = fmt.fmt.pix.height; in t_v4l2GetFmt()156 pstConfig->pix.enc_fmt.in_fmt = fmt.fmt.pix_mp.pixelformat; in t_v4l2GetFmt()158 pstConfig->pix.dec_fmt.in_fmt = fmt.fmt.pix_mp.pixelformat; in t_v4l2GetFmt()164 pstConfig->pix.enc_fmt.out_fmt = fmt.fmt.pix_mp.pixelformat; in t_v4l2GetFmt()166 pstConfig->pix.dec_fmt.out_fmt = fmt.fmt.pix_mp.pixelformat; in t_v4l2GetFmt()[all …]
128 return t_stJpegConfig.pix.enc_fmt.in_fmt; in getColorFormat()
190 t_stJpegConfig.pix.dec_fmt.out_fmt, in decode()
166 mVideoInfo->format.fmt.pix.width = width; in setParameters()167 mVideoInfo->format.fmt.pix.height = height; in setParameters()168 mVideoInfo->format.fmt.pix.pixelformat = DEFAULT_PIXEL_FORMAT; in setParameters()
104 } pix; member
2210 struct v4l2_pix_format pix; /* V4L2_BUF_TYPE_VIDEO_CAPTURE */ member
2429 struct v4l2_pix_format pix; /* V4L2_BUF_TYPE_VIDEO_CAPTURE */ member
2065 struct v4l2_pix_format pix; member
3445 v4l2_fmt.fmt.pix = pixfmt; in m_setWidthHeight()