Searched refs:in_fmt (Results 1 – 3 of 3) 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()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()444 switch (t_stJpegConfig.pix.enc_fmt.in_fmt) { in setJpegConfig()454 …RROR_LOG("%s::Invalid input color format(%d) fail\n", __func__, t_stJpegConfig.pix.enc_fmt.in_fmt); in setJpegConfig()579 t_stJpegConfig.pix.enc_fmt.in_fmt = iV4l2ColorFormat; in setColorFormat()630 t_stJpegConfig.pix.dec_fmt.in_fmt = iV4l2JpegFormat; in setJpegFormat()651 iFormat = t_stJpegConfig.pix.enc_fmt.in_fmt; in setColorBufSize()
128 return t_stJpegConfig.pix.enc_fmt.in_fmt; in getColorFormat()
83 int in_fmt; member