Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dbt8xx.h487 # define BT848_IFORM_F_AUTO (0x0) macro
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dtvi_bsdbt848.c373 priv->iformat = BT848_IFORM_F_AUTO; in control()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dtvi_bsdbt848.c373 priv->iformat = BT848_IFORM_F_AUTO; in control()
/dports/multimedia/motion/motion-release-4.3.2/src/
H A Dvideo_bktr.c48 #define BKTR_NORM_DEFAULT BT848_IFORM_F_AUTO
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/bktr/
H A Dbktr_core.c1401 case BT848_IFORM_F_AUTO:
1460 OUTB(bktr, BKTR_IFORM, temp_iform | BT848_IFORM_F_AUTO |
1461 format_params[BT848_IFORM_F_AUTO].iform_xtsel);
/dports/multimedia/fxtv/fxtv-1.03/
H A Dtvcapture.c836 case BT848_IFORM_F_AUTO : s->input_fmt = TV_INPUT_AUTO ; break; in TVCAPTUREQueryDriverState()