Lines Matching refs:pixfmt

36 		.pixfmt = V4L2_PIX_FMT_NV12,
41 .pixfmt = V4L2_PIX_FMT_H264,
46 .pixfmt = V4L2_PIX_FMT_VP8,
51 .pixfmt = V4L2_PIX_FMT_HEVC,
56 .pixfmt = V4L2_PIX_FMT_MPEG4,
61 .pixfmt = V4L2_PIX_FMT_H263,
68 find_format(struct venus_inst *inst, u32 pixfmt, u32 type)
75 if (fmt[i].pixfmt == pixfmt)
83 !venus_helper_check_codec(inst, fmt[i].pixfmt))
105 venus_helper_check_codec(inst, fmt[i].pixfmt);
166 f->pixelformat = fmt->pixfmt;
258 pixfmt_cap = inst->fmt_cap->pixfmt;
261 pixfmt_out = inst->fmt_out->pixfmt;
315 pixmp->pixelformat = fmt->pixfmt;
691 if (inst->fmt_cap->pixfmt == V4L2_PIX_FMT_H264) {
739 if (inst->fmt_cap->pixfmt == V4L2_PIX_FMT_H264 ||
740 inst->fmt_cap->pixfmt == V4L2_PIX_FMT_HEVC) {
753 if (inst->fmt_cap->pixfmt == V4L2_PIX_FMT_HEVC &&
839 if (inst->fmt_cap->pixfmt == V4L2_PIX_FMT_H264 ||
840 inst->fmt_cap->pixfmt == V4L2_PIX_FMT_HEVC) {
866 if (inst->fmt_cap->pixfmt == V4L2_PIX_FMT_HEVC) {
884 if (inst->fmt_cap->pixfmt == V4L2_PIX_FMT_HEVC) {
887 } else if (inst->fmt_cap->pixfmt == V4L2_PIX_FMT_VP8) {
899 if (inst->fmt_cap->pixfmt == V4L2_PIX_FMT_HEVC) {
902 } else if (inst->fmt_cap->pixfmt == V4L2_PIX_FMT_VP8) {
957 if (inst->fmt_cap->pixfmt == V4L2_PIX_FMT_H264 ||
958 inst->fmt_cap->pixfmt == V4L2_PIX_FMT_HEVC) {
969 if ((inst->fmt_cap->pixfmt == V4L2_PIX_FMT_H264 ||
970 inst->fmt_cap->pixfmt == V4L2_PIX_FMT_HEVC) &&
1029 ret = venus_helper_set_color_format(inst, inst->fmt_out->pixfmt);
1123 sizes[0] = venus_helper_get_framesz(inst->fmt_out->pixfmt,
1132 sizes[0] = venus_helper_get_framesz(inst->fmt_cap->pixfmt,