Searched refs:enc_fmt (Results 1 – 3 of 3) sorted by relevance
105 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.in_fmt; in t_v4l2SetFmt()113 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.out_fmt; in t_v4l2SetFmt()156 pstConfig->pix.enc_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()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()627 t_stJpegConfig.pix.enc_fmt.out_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()
102 PIX_FMT enc_fmt; member