Lines Matching refs:current_std

119 	enum tvp514x_std current_std;  member
544 enum tvp514x_std current_std; in tvp514x_querystd() local
558 current_std = tvp514x_query_current_std(sd); in tvp514x_querystd()
559 if (current_std == STD_INVALID) { in tvp514x_querystd()
608 *std_id &= decoder->std_list[current_std].standard.id; in tvp514x_querystd()
611 decoder->std_list[current_std].standard.name); in tvp514x_querystd()
640 decoder->current_std = i; in tvp514x_s_std()
779 enum tvp514x_std current_std; in tvp514x_mbus_fmt() local
785 current_std = decoder->current_std; in tvp514x_mbus_fmt()
788 f->width = decoder->std_list[current_std].width; in tvp514x_mbus_fmt()
789 f->height = decoder->std_list[current_std].height; in tvp514x_mbus_fmt()
809 enum tvp514x_std current_std; in tvp514x_g_parm() local
819 current_std = decoder->current_std; in tvp514x_g_parm()
824 decoder->std_list[current_std].standard.frameperiod; in tvp514x_g_parm()
842 enum tvp514x_std current_std; in tvp514x_s_parm() local
854 current_std = decoder->current_std; in tvp514x_s_parm()
857 decoder->std_list[current_std].standard.frameperiod; in tvp514x_s_parm()
971 format->format.width = tvp514x_std_list[decoder->current_std].width; in tvp514x_get_pad_format()
972 format->format.height = tvp514x_std_list[decoder->current_std].height; in tvp514x_get_pad_format()
996 fmt->format.width != tvp514x_std_list[decoder->current_std].width || in tvp514x_set_pad_format()
997 fmt->format.height != tvp514x_std_list[decoder->current_std].height) in tvp514x_set_pad_format()
1055 .current_std = STD_NTSC_MJ,