Lines Matching refs:depth
91 int depth;
99 .depth = 16,
103 .depth = 16,
107 .depth = 24,
111 .depth = 24,
115 .depth = 16,
119 .depth = 8,
123 .depth = 8,
127 .depth = 8,
131 .depth = 8,
271 int x, depth = q_data_out->fmt->depth >> 3;
274 memcpy(dst, src, q_data_out->width * depth);
277 memcpy(dst, src, depth);
278 memcpy(dst + depth, src - depth, depth);
279 src -= depth << 1;
280 dst += depth << 1;
458 bytesperline = (q_data_in->width * q_data_in->fmt->depth) >> 3;
459 bytes_per_pixel = q_data_in->fmt->depth >> 3;
502 p += bytesperline - (q_data_in->fmt->depth >> 3);
525 p_line += bytesperline - (q_data_in->fmt->depth >> 3);
746 f->fmt.pix.bytesperline = (q_data->width * q_data->fmt->depth) >> 3;
788 f->fmt.pix.bytesperline = (f->fmt.pix.width * fmt->depth) >> 3;
865 * q_data->fmt->depth >> 3;
870 q_data->fmt->depth,
1000 size = q_data->width * q_data->height * q_data->fmt->depth >> 3;
1215 (ctx->q_data[V4L2_M2M_SRC].fmt->depth >> 3);