Searched refs:out_fmt (Results 1 – 3 of 3) sorted by relevance
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()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()460 switch (t_stJpegConfig.pix.dec_fmt.out_fmt) { in setJpegConfig()470 …ROR_LOG("%s::Invalid input color format(%d) fail\n", __func__, t_stJpegConfig.pix.dec_fmt.out_fmt); in setJpegConfig()582 t_stJpegConfig.pix.dec_fmt.out_fmt = iV4l2ColorFormat; in setColorFormat()627 t_stJpegConfig.pix.enc_fmt.out_fmt = iV4l2JpegFormat; in setJpegFormat()654 iFormat = t_stJpegConfig.pix.dec_fmt.out_fmt; in setColorBufSize()
190 t_stJpegConfig.pix.dec_fmt.out_fmt, in decode()
84 int out_fmt; member