Home
last modified time | relevance | path

Searched refs:dst_fmt (Results 26 – 37 of 37) sorted by relevance

12

/openbmc/linux/drivers/media/platform/verisilicon/
H A Drockchip_vpu2_hw_vp8_dec.c514 size_t height = ctx->dst_fmt.height; in rockchip_vpu2_vp8_dec_run()
515 size_t width = ctx->dst_fmt.width; in rockchip_vpu2_vp8_dec_run()
H A Drockchip_vpu981_hw_av1_dec.c212 return ctx->dst_fmt.width * ctx->dst_fmt.height * ctx->bit_depth / 8; in rockchip_vpu981_av1_dec_luma_size()
2171 int width = ctx->dst_fmt.width; in rockchip_vpu981_postproc_enable()
2172 int height = ctx->dst_fmt.height; in rockchip_vpu981_postproc_enable()
2180 chroma_offset = ctx->dst_fmt.plane_fmt[0].bytesperline * in rockchip_vpu981_postproc_enable()
2181 ctx->dst_fmt.height; in rockchip_vpu981_postproc_enable()
2194 ctx->dst_fmt.plane_fmt[0].bytesperline); in rockchip_vpu981_postproc_enable()
2196 ctx->dst_fmt.plane_fmt[0].bytesperline); in rockchip_vpu981_postproc_enable()
2197 switch (ctx->dst_fmt.pixelformat) { in rockchip_vpu981_postproc_enable()
H A Dhantro.h258 struct v4l2_pix_format_mplane dst_fmt; member
H A Dhantro_g2_hevc_dec.c15 return ctx->dst_fmt.width * ctx->dst_fmt.height * ctx->bit_depth / 8; in hantro_hevc_chroma_offset()
/openbmc/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-scaler.c419 enum buffer_format dst_fmt) in dcss_scaler_format_set() argument
422 dcss_scaler_write(ch, dst_fmt, DCSS_SCALER_DST_FORMAT); in dcss_scaler_format_set()
/openbmc/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c80 pic->luma_ptr = cpu_to_le32(cedrus_buf_addr(vbuf, &ctx->dst_fmt, 0)); in cedrus_fill_ref_pic()
81 pic->chroma_ptr = cpu_to_le32(cedrus_buf_addr(vbuf, &ctx->dst_fmt, 1)); in cedrus_fill_ref_pic()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-topology.h140 struct skl_audio_data_format dst_fmt; member
H A Dskl-messages.c1194 fill_pin_params(&(pin_fmt.dst_fmt), format); in skl_bind_modules()
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_common.h637 struct s5p_mfc_fmt *dst_fmt; member
H A Ds5p_mfc_opr_v6.c1632 if (ctx->dst_fmt->fourcc == V4L2_PIX_FMT_NV12MT_16X16) in s5p_mfc_init_decode_v6()
1641 if (ctx->dst_fmt->fourcc == V4L2_PIX_FMT_NV21M) in s5p_mfc_init_decode_v6()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch56859 + struct v4l2_format dst_fmt;
57361 + .format = mbc->dst_fmt,
57411 + if (qe_alloc_from_fmt(&be_dst->base, dbsc, &mbc->dst_fmt)) {
57426 + return &mbc->dst_fmt;
57437 + const enum v4l2_buf_type buf_type = mbc->dst_fmt.type;
57446 + status = find_fmt_flags(&mbc->dst_fmt, mbc->vfd,
57589 + if (set_stream(mbc->vfd, mbc->dst_fmt.type, true) < 0) {
57606 + if (set_stream(mbc->vfd, mbc->dst_fmt.type, false) < 0) {
57712 + request_buffers(mbc->vfd, mbc->dst_fmt.type, V4L2_MEMORY_MMAP, 0);
57776 + mbc->dst_fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
[all …]
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch9247 +// dst_fmt gives the number space in which the destination pixels are specified

12