Lines Matching refs:width
91 fmt.fmt.pix_mp.width = pstConfig->width; in t_v4l2SetFmt()
116 fmt.fmt.pix_mp.width = pstConfig->scaled_width; in t_v4l2SetFmt()
149 pstConfig->width = fmt.fmt.pix.width; in t_v4l2GetFmt()
153 pstConfig->width = fmt.fmt.pix_mp.width; in t_v4l2GetFmt()
161 pstConfig->width = fmt.fmt.pix_mp.width; in t_v4l2GetFmt()
424 t_stJpegConfig.width = iW; in setSize()
661 return setColorBufSize(iFormat, piBufSize, iSize, t_stJpegConfig.width, t_stJpegConfig.height); in setColorBufSize()
664 int ExynosJpegBase::setColorBufSize(int iFormat, int *piBufSize, int iSize, int width, int height) in setColorBufSize() argument
676 pBufSize[0] = width*height*2; in setColorBufSize()
682 pBufSize[0] = width*height*4; in setColorBufSize()
687 pBufSize[0] = (width*height*3)/2; in setColorBufSize()
692 pBufSize[0] = width*height*4; in setColorBufSize()
693 pBufSize[1] = width*height*4; in setColorBufSize()
694 pBufSize[2] = width*height*4; in setColorBufSize()