yuv_frame_info
struct yuv_frame_info new_frame_info[IVTV_YUV_BUFFERS];
struct yuv_frame_info old_frame_info;
struct yuv_frame_info old_frame_info_args;
struct yuv_frame_info *f = &yi->new_frame_info[frame];
struct yuv_frame_info *f = &yi->new_frame_info[last_dma_frame];
static void ivtv_yuv_handle_horizontal(struct ivtv *itv, struct yuv_frame_info *f)
struct yuv_frame_info *f = &yi->new_frame_info[frame];
static void ivtv_yuv_handle_vertical(struct ivtv *itv, struct yuv_frame_info *f)
static u32 ivtv_yuv_window_setup(struct ivtv *itv, struct yuv_frame_info *f)
struct yuv_frame_info *of = &itv->yuv_info.old_frame_info;
struct yuv_frame_info f;
struct yuv_frame_info *nf = &yi->new_frame_info[frame];
struct yuv_frame_info *of = &yi->new_frame_info[last_frame];