Lines Matching refs:fixed_fmt
58 bool fixed_fmt; member
343 if (V4L2_TYPE_IS_CAPTURE(f->type) && vdec->fixed_fmt) { in vdec_enum_fmt()
402 if (V4L2_TYPE_IS_CAPTURE(f->type) && vdec->fixed_fmt) { in vdec_try_fmt()
412 if (vdec->fixed_fmt) { in vdec_try_fmt()
453 vdec->fixed_fmt = false; in vdec_s_fmt_common()
456 if (V4L2_TYPE_IS_OUTPUT(f->type) || !vdec->fixed_fmt) { in vdec_s_fmt_common()
474 if (!vdec->fixed_fmt) { in vdec_s_fmt_common()
513 if (V4L2_TYPE_IS_OUTPUT(f->type) && !vdec->fixed_fmt) { in vdec_s_fmt()
843 vdec->fixed_fmt = false; in vdec_stop_done()
1209 vdec->fixed_fmt = true; in vdec_event_seq_hdr()
1319 vdec->fixed_fmt = false; in vdec_event_eos()
1739 vdec->fixed_fmt = false; in vdec_open()