Home
last modified time | relevance | path

Searched refs:out_fmt (Results 1 – 3 of 3) sorted by relevance

/hardware/samsung_slsi/exynos5/libhwjpeg/
DExynosJpegBase.cpp113 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()
DExynosJpegDecoder.cpp190 t_stJpegConfig.pix.dec_fmt.out_fmt, in decode()
/hardware/samsung_slsi/exynos5/include/
DExynosJpegApi.h84 int out_fmt; member