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

12

/linux-master/sound/soc/intel/avs/
H A Dtopology.h71 struct avs_audio_format *out_fmt; member in struct:avs_tplg_modcfg_ext::__anon1503::__anon1505
99 struct avs_audio_format *out_fmt; member in struct:avs_tplg_modcfg_ext::__anon1503::__anon1510
104 struct avs_audio_format *out_fmt; member in struct:avs_tplg_modcfg_ext::__anon1503::__anon1511
107 struct avs_audio_format *out_fmt; member in struct:avs_tplg_modcfg_ext::__anon1503::__anon1512
H A Dpath.c175 fmt = t->cfg_ext->copier.out_fmt;
250 cfg->out_fmt = *t->cfg_ext->copier.out_fmt;
395 cfg.out_fmt = *t->cfg_ext->aec.out_fmt;
414 cfg.out_fmt = *t->cfg_ext->mux.out_fmt;
448 cfg.out_fmt = *t->cfg_ext->micsel.out_fmt;
H A Dmessages.h763 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
/linux-master/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-hw-exynos4.h17 void __exynos4_jpeg_set_enc_out_fmt(void __iomem *base, unsigned int out_fmt,
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) {
/linux-master/sound/soc/intel/skylake/
H A Dskl-messages.c729 struct skl_audio_data_format *out_fmt)
735 out_fmt->number_of_channels = (u8)format->channels;
736 out_fmt->s_freq = format->s_freq;
737 out_fmt->bit_depth = format->bit_depth;
738 out_fmt->valid_bit_depth = format->valid_bit_depth;
739 out_fmt->ch_cfg = format->ch_cfg;
741 out_fmt->channel_map = format->ch_map;
742 out_fmt->interleaving = format->interleaving_style;
743 out_fmt->sample_type = format->sample_type;
746 out_fmt
727 skl_setup_out_format(struct skl_dev *skl, struct skl_module_cfg *mconfig, struct skl_audio_data_format *out_fmt) argument
798 struct skl_audio_data_format *out_fmt = &cpr_mconfig->out_fmt; local
818 struct skl_audio_data_format *out_fmt = &base_outfmt_mcfg->out_fmt; local
[all...]
H A Dskl-topology.h132 struct skl_audio_data_format out_fmt; member in struct:skl_cpr_cfg
180 struct skl_audio_data_format out_fmt; member in struct:skl_base_outfmt_cfg
313 struct skl_pipe_fmt out_fmt; member in struct:skl_path_config
399 struct skl_module_fmt out_fmt[MODULE_MAX_OUT_PINS]; member in struct:skl_module_cfg
H A Dskl-debug.c97 ret += skl_print_fmt(mconfig->out_fmt, buf, ret, false);
H A Dskl-topology.c195 struct skl_module_fmt *in_fmt, *out_fmt; local
199 out_fmt = &m_cfg->module->formats[m_cfg->fmt_idx].outputs[0].fmt;
224 skl_tplg_update_params(out_fmt, params, out_fixup);
236 struct skl_module_fmt *in_fmt, *out_fmt; local
244 out_fmt = &mcfg->module->formats[mcfg->fmt_idx].outputs[0].fmt;
253 res->obs = DIV_ROUND_UP(out_fmt->s_freq, 1000) *
254 out_fmt->channels * (out_fmt->bit_depth >> 3) *
631 fmt = &pconfig->out_fmt;
1817 pipe_fmt = &pipe->configs[pipe->cur_config_idx].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/drivers/media/platform/samsung/s3c-camif/
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;
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
/linux-master/drivers/media/platform/qcom/venus/
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;
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
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_frontend.h148 struct drm_plane *plane, uint32_t out_fmt);
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
/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/tools/testing/selftests/bpf/
H A Dveristat.c149 enum resfmt out_fmt; member in struct:env
271 env.out_fmt = RESFMT_TABLE;
273 env.out_fmt = RESFMT_CSV;
1075 if (!env.quiet && env.out_fmt == RESFMT_TABLE)
1939 if (env.out_fmt == RESFMT_TABLE)
1942 cur_fmt = env.out_fmt;
2027 if (env.out_fmt == RESFMT_TABLE) {
2040 output_headers(env.out_fmt);
2047 output_stats(stats, env.out_fmt, i == last_stat_idx);
2123 if (env.out_fmt
[all...]
/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/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/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/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/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];

Completed in 262 milliseconds

12