Home
last modified time | relevance | path

Searched refs:DECODER_STATUS_GOOD (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/include/linux/
Dvideo_decoder.h19 #define DECODER_STATUS_GOOD 1 /* receiving acceptable input */ macro
/linux-2.4.37.9/drivers/media/video/
Dindycam.c149 *iarg = DECODER_STATUS_GOOD | DECODER_STATUS_NTSC | in indycam_command()
Dsaa7191.c201 res |= DECODER_STATUS_GOOD; in saa7191_command()
Dsaa7111.c252 res |= DECODER_STATUS_GOOD; in saa7111_command()
Dsaa7110.c281 res |= DECODER_STATUS_GOOD; in saa7110_command()
Dbt819.c283 res |= DECODER_STATUS_GOOD; in bt819_command()
Dzr36067.c2768 || (status & DECODER_STATUS_GOOD)) { in error_handler()
4219 bs.signal = (status & DECODER_STATUS_GOOD) ? 1 : 0; in do_zoran_ioctl()