Searched refs:pixfmt_cap (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/staging/media/meson/vdec/ |
D | codec_hevc_common.c | 36 if (!codec_hevc_use_fbc(sess->pixfmt_cap, is_10bit)) { in codec_hevc_setup_decode_head() 43 sess->pixfmt_cap, is_10bit)) in codec_hevc_setup_decode_head() 76 if (codec_hevc_use_downsample(sess->pixfmt_cap, is_10bit)) in codec_hevc_setup_buffers_gxbb() 81 if (codec_hevc_use_fbc(sess->pixfmt_cap, is_10bit)) { in codec_hevc_setup_buffers_gxbb() 96 if (codec_hevc_use_fbc(sess->pixfmt_cap, is_10bit)) in codec_hevc_setup_buffers_gxbb() 118 u32 pixfmt_cap = sess->pixfmt_cap; in codec_hevc_setup_buffers_gxl() local 130 if (codec_hevc_use_mmu(revision, pixfmt_cap, is_10bit)) in codec_hevc_setup_buffers_gxl() 132 else if (codec_hevc_use_downsample(pixfmt_cap, is_10bit)) in codec_hevc_setup_buffers_gxl() 140 if (!codec_hevc_use_fbc(pixfmt_cap, is_10bit)) { in codec_hevc_setup_buffers_gxl() 255 if (codec_hevc_use_downsample(sess->pixfmt_cap, is_10bit)) { in codec_hevc_setup_buffers() [all …]
|
D | vdec.c | 204 switch (sess->pixfmt_cap) { in vdec_queue_setup() 235 switch (sess->pixfmt_cap) { in vdec_queue_setup() 480 vdec_supports_pixfmt_cap(const struct amvdec_format *fmt_out, u32 pixfmt_cap) in vdec_supports_pixfmt_cap() argument 485 if (fmt_out->pixfmts_cap[i] == pixfmt_cap) in vdec_supports_pixfmt_cap() 577 pixmp->pixelformat = sess->pixfmt_cap; in vdec_g_fmt() 607 u32 pixfmt_out = 0, pixfmt_cap = 0; in vdec_s_fmt() local 617 pixfmt_cap = sess->pixfmt_cap; in vdec_s_fmt() 619 pixfmt_cap = pixmp->pixelformat; in vdec_s_fmt() 644 format.fmt.pix_mp.pixelformat = pixfmt_cap; in vdec_s_fmt() 655 sess->pixfmt_cap = format.fmt.pix_mp.pixelformat; in vdec_s_fmt() [all …]
|
D | codec_vp9.c | 742 if (codec_hevc_use_mmu(revision, sess->pixfmt_cap, vp9->is_10bit)) { in codec_vp9_setup_workspace() 897 if (codec_hevc_use_downsample(sess->pixfmt_cap, vp9->is_10bit)) in codec_vp9_set_sao() 904 if (codec_hevc_use_fbc(sess->pixfmt_cap, vp9->is_10bit)) { in codec_vp9_set_sao() 910 if (sess->pixfmt_cap == V4L2_PIX_FMT_NV12M) { in codec_vp9_set_sao() 921 if (codec_hevc_use_mmu(core->platform->revision, sess->pixfmt_cap, in codec_vp9_set_sao() 938 if (codec_hevc_use_fbc(sess->pixfmt_cap, vp9->is_10bit)) in codec_vp9_set_sao() 942 if (sess->pixfmt_cap == V4L2_PIX_FMT_NV12M) in codec_vp9_set_sao() 957 if (!codec_hevc_use_fbc(sess->pixfmt_cap, vp9->is_10bit)) in codec_vp9_set_sao() 1133 if (codec_hevc_use_fbc(sess->pixfmt_cap, vp9->is_10bit)) { in codec_vp9_set_refs() 1283 if (codec_hevc_use_mmu(core->platform->revision, sess->pixfmt_cap, in codec_vp9_process_frame()
|
D | vdec.h | 241 u32 pixfmt_cap; member
|
D | vdec_helpers.c | 183 u32 pixfmt = sess->pixfmt_cap; in amvdec_set_canvases() 281 switch (sess->pixfmt_cap) { in dst_buf_done()
|
D | vdec_1.c | 225 if (sess->pixfmt_cap == V4L2_PIX_FMT_NV12M) in vdec_1_start()
|
/linux-5.19.10/drivers/media/platform/qcom/venus/ |
D | vdec.c | 303 u32 pixfmt_out = 0, pixfmt_cap = 0; in vdec_s_fmt() local 319 pixfmt_cap = inst->fmt_cap->pixfmt; in vdec_s_fmt() 321 pixfmt_cap = pixmp->pixelformat; in vdec_s_fmt() 346 format.fmt.pix_mp.pixelformat = pixfmt_cap; in vdec_s_fmt() 363 venus_helper_get_framesz(pixfmt_cap, orig_pixmp.width, orig_pixmp.height); in vdec_s_fmt()
|
D | venc.c | 237 u32 pixfmt_out = 0, pixfmt_cap = 0; in venc_s_fmt() local 255 pixfmt_cap = inst->fmt_cap->pixfmt; in venc_s_fmt() 257 pixfmt_cap = pixmp->pixelformat; in venc_s_fmt() 281 format.fmt.pix_mp.pixelformat = pixfmt_cap; in venc_s_fmt()
|