Searched refs:out_fmt (Results 1 - 25 of 32) sorted by path

12

/linux-master/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c1016 u8 out_fmt; local
1039 out_fmt = VAL_TPI_FORMAT(YCBCR422, FULL);
1041 out_fmt = VAL_TPI_FORMAT(RGB, FULL);
1045 REG_TPI_OUTPUT, out_fmt,
/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_ade.c328 u32 out_fmt = LDI_OUT_RGB_888; local
341 writel((out_fmt << BPP_OFST) | DATA_GATE_EN | LDI_EN,
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_frontend.c403 struct drm_plane *plane, uint32_t out_fmt)
435 ret = sun4i_frontend_drm_format_to_output_fmt(out_fmt, &out_fmt_val);
402 sun4i_frontend_update_formats(struct sun4i_frontend *frontend, struct drm_plane *plane, uint32_t out_fmt) argument
H A Dsun4i_frontend.h148 struct drm_plane *plane, uint32_t out_fmt);
/linux-master/drivers/media/platform/amphion/
H A Dvpu_windsor.c778 struct vpu_format *out_fmt; local
786 out_fmt = vpu_get_format(inst, vb->type);
798 desc->chroma_base = desc->luma_base + out_fmt->sizeimage[0];
/linux-master/drivers/media/platform/qcom/venus/
H A Dhelpers.c1753 u32 *out_fmt, u32 *out2_fmt, bool ubwc)
1760 *out_fmt = *out2_fmt = 0;
1779 *out_fmt = HFI_COLOR_FORMAT_YUV420_TP10_UBWC;
1792 *out_fmt = ubwc_fmt;
1800 *out_fmt = fmt;
1807 *out_fmt = 0;
1752 venus_helper_get_out_fmts(struct venus_inst *inst, u32 v4l2_fmt, u32 *out_fmt, u32 *out2_fmt, bool ubwc) argument
H A Dhelpers.h56 int venus_helper_get_out_fmts(struct venus_inst *inst, u32 fmt, u32 *out_fmt,
H A Dvdec.c750 u32 out_fmt, out2_fmt; local
774 ret = venus_helper_get_out_fmts(inst, inst->fmt_cap->pixfmt, &out_fmt,
780 venus_helper_get_framesz_raw(out_fmt, width, height);
784 if (is_ubwc_fmt(out_fmt)) {
788 inst->dpb_fmt = out_fmt;
789 } else if (is_ubwc_fmt(out2_fmt) || is_10bit_ubwc_fmt(out_fmt)) {
791 inst->opb_fmt = out_fmt;
796 inst->opb_fmt = out_fmt;
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c907 const struct fimc_fmt **out_fmt)
931 *out_fmt = fimc_capture_try_format(ctx, &pix->width, &pix->height,
934 if (*out_fmt == NULL)
950 mf->code = (*out_fmt)->mbus_code;
965 fimc_adjust_mplane_format(*out_fmt, pix->width, pix->height, pix);
967 if ((*out_fmt)->flags & FMT_FLAGS_COMPRESSED) {
975 (*out_fmt)->memplanes, try);
989 const struct fimc_fmt *out_fmt = NULL, *inp_fmt = NULL; local
991 return __video_try_or_set_format(fimc, f, true, &inp_fmt, &out_fmt);
904 __video_try_or_set_format(struct fimc_dev *fimc, struct v4l2_format *f, bool try, const struct fimc_fmt **inp_fmt, const struct fimc_fmt **out_fmt) argument
/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c69 if (camif->sensor.sd == NULL || vp->out_fmt == NULL)
99 if (vp->out_fmt == NULL)
253 vp->out_fmt->colplanes, pix_size);
257 switch (vp->out_fmt->colplanes) {
270 if (vp->out_fmt->color == IMG_FMT_YCBCR422P)
275 if (vp->out_fmt->color == IMG_FMT_YCRCB420)
443 const struct camif_fmt *fmt = vp->out_fmt;
465 if (vp->out_fmt == NULL)
694 const struct camif_fmt *fmt = vp->out_fmt;
784 vp->out_fmt
[all...]
H A Dcamif-core.h199 * @out_fmt: pixel format at this video path output
226 const struct camif_fmt *out_fmt; member in struct:camif_vp
H A Dcamif-regs.c259 const struct camif_fmt *fmt = vp->out_fmt;
303 frame->f_height, vp->out_fmt->color);
312 if (vp->out_fmt->color == IMG_FMT_YCBCR422P)
316 switch (vp->out_fmt->color) {
383 unsigned int color = vp->out_fmt->color;
430 unsigned int color = vp->out_fmt->color;
/linux-master/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c950 struct s5p_jpeg_fmt *out_fmt, *cap_fmt; local
971 out_fmt = s5p_jpeg_find_format(ctx, V4L2_PIX_FMT_RGB565,
977 out_fmt = s5p_jpeg_find_format(ctx, V4L2_PIX_FMT_JPEG,
990 ctx->out_q.fmt = out_fmt;
2177 unsigned int out_fmt)
2179 __exynos4_jpeg_set_enc_out_fmt(base, out_fmt, SJPEG_EXYNOS4);
2183 unsigned int out_fmt)
2185 __exynos4_jpeg_set_enc_out_fmt(base, out_fmt, SJPEG_EXYNOS5433);
2176 exynos4_jpeg_set_enc_out_fmt(void __iomem *base, unsigned int out_fmt) argument
2182 exynos5433_jpeg_set_enc_out_fmt(void __iomem *base, unsigned int out_fmt) argument
H A Djpeg-hw-exynos4.c136 void __exynos4_jpeg_set_enc_out_fmt(void __iomem *base, unsigned int out_fmt, argument
145 switch (out_fmt) {
H A Djpeg-hw-exynos4.h17 void __exynos4_jpeg_set_enc_out_fmt(void __iomem *base, unsigned int out_fmt,
/linux-master/drivers/sbus/char/
H A Doradax.c145 u32 out_fmt:2; /* 13:12 Output Format */ member in struct:dax_control
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c641 u8 out_fmt, in_fmt; local
643 out_fmt = cmd->buf_fmt >> 4;
646 if (out_fmt == SRP_NO_DATA_DESC && in_fmt == SRP_NO_DATA_DESC)
1050 u8 out_fmt, in_fmt; local
1083 out_fmt = srp_cmd->buf_fmt >> 4;
1086 out_fmt == SRP_DATA_DESC_INDIRECT) &&
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css.c396 enum ia_css_frame_format out_fmt = pipe->output_info[0].format; local
406 found = (out_fmt == yuv420_copy_formats[i]);
410 found = (out_fmt == IA_CSS_FRAME_FORMAT_YUV420_16);
414 found = (out_fmt == yuv422_copy_formats[i]);
418 found = (out_fmt == IA_CSS_FRAME_FORMAT_YUV422_16 ||
419 out_fmt == IA_CSS_FRAME_FORMAT_YUV420_16);
424 found = (out_fmt == IA_CSS_FRAME_FORMAT_RGBA888 ||
425 out_fmt == IA_CSS_FRAME_FORMAT_RGB565);
429 found = (out_fmt == IA_CSS_FRAME_FORMAT_RGBA888 ||
430 out_fmt
[all...]
/linux-master/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c649 struct v4l2_pix_format *in_fmt, *out_fmt; local
653 out_fmt = &ctx->q_data[V4L2_M2M_DST].cur_fmt;
656 test_out.pix = *out_fmt;
661 test_out.pix.width = out_fmt->height;
662 test_out.pix.height = out_fmt->width;
681 if (test_out.pix.width != out_fmt->width ||
682 test_out.pix.height != out_fmt->height ||
683 test_out.pix.bytesperline != out_fmt->bytesperline ||
684 test_out.pix.sizeimage != out_fmt->sizeimage) {
694 *out_fmt
[all...]
/linux-master/fs/quota/
H A Ddquot.c2422 goto out_fmt;
2427 goto out_fmt;
2432 goto out_fmt;
2436 goto out_fmt;
2452 goto out_fmt;
2460 goto out_fmt;
2476 out_fmt:
/linux-master/include/uapi/sound/
H A Dskl-tplg-interface.h236 struct skl_dfw_v4_module_fmt out_fmt[MAX_OUT_QUEUE]; member in struct:skl_dfw_v4_module
/linux-master/sound/soc/fsl/
H A Dfsl_easrc.c1132 struct fsl_easrc_data_fmt *out_fmt = &ctx_priv->out_params.fmt; local
1162 ret = fsl_easrc_process_format(ctx, out_fmt, *out_raw_format);
1169 EASRC_COC_BPS(out_fmt->width));
1172 out_fmt->endianness << EASRC_COC_ENDIANNESS_SHIFT);
1175 out_fmt->floating_point << EASRC_COC_FMT_SHIFT);
1178 out_fmt->unsign << EASRC_COC_OUTSIGN_SHIFT);
1183 EASRC_COC_SAMPLE_POS(out_fmt->sample_pos));
1187 out_fmt->iec958 << EASRC_COC_IEC_EN_SHIFT);
/linux-master/sound/soc/intel/avs/
H A Dmessages.h790 struct avs_audio_format out_fmt;
813 struct avs_audio_format out_fmt;
820 struct avs_audio_format out_fmt;
854 struct avs_audio_format out_fmt;
763 struct avs_audio_format out_fmt; member in struct:avs_copier_cfg
783 struct avs_audio_format out_fmt; member in struct:avs_micsel_cfg
789 struct avs_audio_format out_fmt; member in struct:avs_mux_cfg
818 struct avs_audio_format out_fmt; member in struct:avs_aec_cfg
H A Dpath.c177 fmt = t->cfg_ext->copier.out_fmt;
248 cfg->out_fmt = *t->cfg_ext->copier.out_fmt;
394 cfg.out_fmt = *t->cfg_ext->aec.out_fmt;
413 cfg.out_fmt = *t->cfg_ext->mux.out_fmt;
447 cfg.out_fmt = *t->cfg_ext->micsel.out_fmt;
H A Dtopology.c641 .offset = offsetof(struct avs_tplg_modcfg_ext, copier.out_fmt),
677 .offset = offsetof(struct avs_tplg_modcfg_ext, micsel.out_fmt),
701 .offset = offsetof(struct avs_tplg_modcfg_ext, mux.out_fmt),
713 .offset = offsetof(struct avs_tplg_modcfg_ext, aec.out_fmt),

Completed in 348 milliseconds

12