Home
last modified time | relevance | path

Searched refs:enc_ctl_state (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-encoder.c394 &hdw->enc_ctl_state); in pvr2_encoder_adjust()
399 hdw->enc_cur_state = hdw->enc_ctl_state; in pvr2_encoder_adjust()
411 hdw->enc_ctl_state.port = CX2341X_PORT_STREAMING; in pvr2_encoder_configure()
412 hdw->enc_ctl_state.width = hdw->res_hor_val; in pvr2_encoder_configure()
413 hdw->enc_ctl_state.height = hdw->res_ver_val; in pvr2_encoder_configure()
414 hdw->enc_ctl_state.is_50hz = ((hdw->std_mask_cur & V4L2_STD_525_60) ? in pvr2_encoder_configure()
H A Dpvrusb2-hdw-internal.h340 struct cx2341x_mpeg_params enc_ctl_state; member