Home
last modified time | relevance | path

Searched refs:OUT_MPG (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/media/video/ivtv/
Divtv-ioctl.c262 if (ivtv_set_output_mode(itv, OUT_MPG) != OUT_MPG) in ivtv_video_command()
278 if (itv->output_mode != OUT_MPG) in ivtv_video_command()
287 if (itv->output_mode != OUT_MPG) in ivtv_video_command()
299 if (itv->output_mode != OUT_MPG) in ivtv_video_command()
Divtv-driver.h182 #define OUT_MPG 1 macro
Divtv-fileops.c577 mode = s->type == IVTV_DEC_STREAM_TYPE_MPG ? OUT_MPG : OUT_YUV; in ivtv_v4l2_write()
Divtv-driver.c309 case OUT_MPG: in ivtv_get_output_stream()