Lines Matching refs:current_std
111 enum tvp514x_std current_std; member
536 enum tvp514x_std current_std; in tvp514x_querystd() local
550 current_std = tvp514x_query_current_std(sd); in tvp514x_querystd()
551 if (current_std == STD_INVALID) { in tvp514x_querystd()
600 *std_id &= decoder->std_list[current_std].standard.id; in tvp514x_querystd()
603 decoder->std_list[current_std].standard.name); in tvp514x_querystd()
632 decoder->current_std = i; in tvp514x_s_std()
747 enum tvp514x_std current_std; in tvp514x_get_frame_interval() local
757 current_std = decoder->current_std; in tvp514x_get_frame_interval()
760 decoder->std_list[current_std].standard.frameperiod; in tvp514x_get_frame_interval()
772 enum tvp514x_std current_std; in tvp514x_set_frame_interval() local
784 current_std = decoder->current_std; in tvp514x_set_frame_interval()
787 decoder->std_list[current_std].standard.frameperiod; in tvp514x_set_frame_interval()
904 format->format.width = tvp514x_std_list[decoder->current_std].width; in tvp514x_get_pad_format()
905 format->format.height = tvp514x_std_list[decoder->current_std].height; in tvp514x_get_pad_format()
929 fmt->format.width != tvp514x_std_list[decoder->current_std].width || in tvp514x_set_pad_format()
930 fmt->format.height != tvp514x_std_list[decoder->current_std].height) in tvp514x_set_pad_format()
973 .current_std = STD_NTSC_MJ,