Searched refs:pixfmt_cap (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/staging/media/meson/vdec/
H A Dcodec_hevc_common.c36 if (!codec_hevc_use_fbc(sess->pixfmt_cap, is_10bit)) {
43 sess->pixfmt_cap, is_10bit))
76 if (codec_hevc_use_downsample(sess->pixfmt_cap, is_10bit))
81 if (codec_hevc_use_fbc(sess->pixfmt_cap, is_10bit)) {
96 if (codec_hevc_use_fbc(sess->pixfmt_cap, is_10bit))
118 u32 pixfmt_cap = sess->pixfmt_cap; local
130 if (codec_hevc_use_mmu(revision, pixfmt_cap, is_10bit))
132 else if (codec_hevc_use_downsample(pixfmt_cap, is_10bit))
140 if (!codec_hevc_use_fbc(pixfmt_cap, is_10bi
[all...]
H A Dvdec.c205 switch (sess->pixfmt_cap) {
236 switch (sess->pixfmt_cap) {
481 vdec_supports_pixfmt_cap(const struct amvdec_format *fmt_out, u32 pixfmt_cap) argument
486 if (fmt_out->pixfmts_cap[i] == pixfmt_cap)
578 pixmp->pixelformat = sess->pixfmt_cap;
608 u32 pixfmt_out = 0, pixfmt_cap = 0; local
618 pixfmt_cap = sess->pixfmt_cap;
620 pixfmt_cap = pixmp->pixelformat;
645 format.fmt.pix_mp.pixelformat = pixfmt_cap;
[all...]
H A Dvdec.h192 * @pixfmt_cap: V4L2 pixel format for the CAPTURE queue
240 u32 pixfmt_cap; member in struct:amvdec_session
H A Dvdec_1.c225 if (sess->pixfmt_cap == V4L2_PIX_FMT_NV12M)
H A Dcodec_vp9.c742 if (codec_hevc_use_mmu(revision, sess->pixfmt_cap, vp9->is_10bit)) {
897 if (codec_hevc_use_downsample(sess->pixfmt_cap, vp9->is_10bit))
904 if (codec_hevc_use_fbc(sess->pixfmt_cap, vp9->is_10bit)) {
910 if (sess->pixfmt_cap == V4L2_PIX_FMT_NV12M) {
921 if (codec_hevc_use_mmu(core->platform->revision, sess->pixfmt_cap,
938 if (codec_hevc_use_fbc(sess->pixfmt_cap, vp9->is_10bit))
942 if (sess->pixfmt_cap == V4L2_PIX_FMT_NV12M)
957 if (!codec_hevc_use_fbc(sess->pixfmt_cap, vp9->is_10bit))
1133 if (codec_hevc_use_fbc(sess->pixfmt_cap, vp9->is_10bit)) {
1283 if (codec_hevc_use_mmu(core->platform->revision, sess->pixfmt_cap,
[all...]
H A Dvdec_helpers.c183 u32 pixfmt = sess->pixfmt_cap;
281 switch (sess->pixfmt_cap) {
/linux-master/drivers/media/platform/qcom/venus/
H A Dvdec.c328 u32 pixfmt_out = 0, pixfmt_cap = 0; local
344 pixfmt_cap = inst->fmt_cap->pixfmt;
346 pixfmt_cap = pixmp->pixelformat;
371 format.fmt.pix_mp.pixelformat = pixfmt_cap;
388 venus_helper_get_framesz(pixfmt_cap, orig_pixmp.width, orig_pixmp.height);
H A Dvenc.c240 u32 pixfmt_out = 0, pixfmt_cap = 0; local
258 pixfmt_cap = inst->fmt_cap->pixfmt;
260 pixfmt_cap = pixmp->pixelformat;
284 format.fmt.pix_mp.pixelformat = pixfmt_cap;

Completed in 266 milliseconds