Lines Matching refs:depth
86 int depth; member
94 .depth = 16,
98 .depth = 16,
102 .depth = 24,
106 .depth = 24,
110 .depth = 16,
114 .depth = 8,
118 .depth = 8,
122 .depth = 8,
126 .depth = 8,
266 int x, depth = q_data_out->fmt->depth >> 3; in copy_line() local
269 memcpy(dst, src, q_data_out->width * depth); in copy_line()
272 memcpy(dst, src, depth); in copy_line()
273 memcpy(dst + depth, src - depth, depth); in copy_line()
274 src -= depth << 1; in copy_line()
275 dst += depth << 1; in copy_line()
453 bytesperline = (q_data_in->width * q_data_in->fmt->depth) >> 3; in device_process()
454 bytes_per_pixel = q_data_in->fmt->depth >> 3; in device_process()
497 p += bytesperline - (q_data_in->fmt->depth >> 3); in device_process()
520 p_line += bytesperline - (q_data_in->fmt->depth >> 3); in device_process()
736 f->fmt.pix.bytesperline = (q_data->width * q_data->fmt->depth) >> 3; in vidioc_g_fmt()
778 f->fmt.pix.bytesperline = (f->fmt.pix.width * fmt->depth) >> 3; in vidioc_try_fmt()
855 * q_data->fmt->depth >> 3; in vidioc_s_fmt()
860 q_data->fmt->depth, in vidioc_s_fmt()
990 size = q_data->width * q_data->height * q_data->fmt->depth >> 3; in vim2m_queue_setup()
1205 (ctx->q_data[V4L2_M2M_SRC].fmt->depth >> 3); in vim2m_open()