Lines Matching refs:ctx
495 V4L2Context *ctx = avbuf->context;
499 avbuf->buf.type = ctx->type;
502 if (V4L2_TYPE_IS_MULTIPLANAR(ctx->type)) {
511 if (V4L2_TYPE_IS_MULTIPLANAR(ctx->type)) {
523 avbuf->plane_info[i].bytesperline = V4L2_TYPE_IS_MULTIPLANAR(ctx->type) ?
524 ctx->format.fmt.pix_mp.plane_fmt[i].bytesperline :
525 ctx->format.fmt.pix.bytesperline;
527 if (V4L2_TYPE_IS_MULTIPLANAR(ctx->type)) {
545 if (V4L2_TYPE_IS_OUTPUT(ctx->type))
548 if (V4L2_TYPE_IS_MULTIPLANAR(ctx->type)) {