Searched refs:enc_ctl_state (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-encoder.c370 hdw->enc_ctl_state.port = CX2341X_PORT_STREAMING;
371 hdw->enc_ctl_state.width = hdw->res_hor_val;
372 hdw->enc_ctl_state.height = hdw->res_ver_val;
373 hdw->enc_ctl_state.is_50hz = ((hdw->std_mask_cur & V4L2_STD_525_60) ?
408 &hdw->enc_ctl_state);
427 memcpy(&hdw->enc_cur_state,&hdw->enc_ctl_state,
H A Dpvrusb2-hdw-internal.h301 struct cx2341x_mpeg_params enc_ctl_state; member in struct:pvr2_hdw
H A Dpvrusb2-hdw.c495 ret = cx2341x_ext_ctrls(&cptr->hdw->enc_ctl_state,&cs,
513 ret = cx2341x_ext_ctrls(&cptr->hdw->enc_ctl_state,&cs,
525 cx2341x_ctrl_query(&cptr->hdw->enc_ctl_state,&qctrl);
1960 cx2341x_fill_defaults(&hdw->enc_ctl_state);
1995 cx2341x_ctrl_query(&hdw->enc_ctl_state,&qctrl);
2481 cx2341x_ext_ctrls(&hdw->enc_ctl_state,&cs,VIDIOC_S_EXT_CTRLS);
2602 cx2341x_log_status(&hdw->enc_ctl_state, "pvrusb2");

Completed in 152 milliseconds