Home
last modified time | relevance | path

Searched refs:pixfmt_cap (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/staging/media/meson/vdec/
Dvdec.c198 switch (sess->pixfmt_cap) { in vdec_queue_setup()
229 switch (sess->pixfmt_cap) { in vdec_queue_setup()
459 vdec_supports_pixfmt_cap(const struct amvdec_format *fmt_out, u32 pixfmt_cap) in vdec_supports_pixfmt_cap() argument
464 if (fmt_out->pixfmts_cap[i] == pixfmt_cap) in vdec_supports_pixfmt_cap()
552 pixmp->pixelformat = sess->pixfmt_cap; in vdec_g_fmt()
582 u32 pixfmt_out = 0, pixfmt_cap = 0; in vdec_s_fmt() local
590 pixfmt_cap = sess->pixfmt_cap; in vdec_s_fmt()
592 pixfmt_cap = pixmp->pixelformat; in vdec_s_fmt()
616 format.fmt.pix_mp.pixelformat = pixfmt_cap; in vdec_s_fmt()
627 sess->pixfmt_cap = format.fmt.pix_mp.pixelformat; in vdec_s_fmt()
[all …]
Dvdec.h222 u32 pixfmt_cap; member
Dvdec_helpers.c156 u32 pixfmt = sess->pixfmt_cap; in amvdec_set_canvases()
260 switch (sess->pixfmt_cap) { in dst_buf_done()
Dvdec_1.c208 if (sess->pixfmt_cap == V4L2_PIX_FMT_NV12M) in vdec_1_start()
/Linux-v5.4/drivers/media/platform/qcom/venus/
Dvenc.c358 u32 pixfmt_out = 0, pixfmt_cap = 0; in venc_s_fmt() local
368 pixfmt_cap = inst->fmt_cap->pixfmt; in venc_s_fmt()
370 pixfmt_cap = pixmp->pixelformat; in venc_s_fmt()
394 format.fmt.pix_mp.pixelformat = pixfmt_cap; in venc_s_fmt()
Dvdec.c277 u32 pixfmt_out = 0, pixfmt_cap = 0; in vdec_s_fmt() local
285 pixfmt_cap = inst->fmt_cap->pixfmt; in vdec_s_fmt()
287 pixfmt_cap = pixmp->pixelformat; in vdec_s_fmt()
312 format.fmt.pix_mp.pixelformat = pixfmt_cap; in vdec_s_fmt()