Home
last modified time | relevance | path

Searched refs:OUT_UDMA_YUV (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/media/video/ivtv/
Divtv-ioctl.c1577 if (itv->output_mode == OUT_UDMA_YUV && args->y_source == NULL) in ivtv_decoder_ioctls()
1582 if (ivtv_set_output_mode(itv, OUT_UDMA_YUV) != OUT_UDMA_YUV) { in ivtv_decoder_ioctls()
1719 if (itv->output_mode == OUT_UDMA_YUV && in ivtv_decoder_ioctls()
Divtv-driver.h184 #define OUT_UDMA_YUV 3 macro
Divtv-fileops.c842 if (itv->output_mode == OUT_UDMA_YUV && id->yuv_frames) in ivtv_stop_decoding()