Lines Matching defs:current_std
88 * @current_std: Current standard
110 enum tvp514x_std current_std;
535 enum tvp514x_std current_std;
549 current_std = tvp514x_query_current_std(sd);
550 if (current_std == STD_INVALID) {
599 *std_id &= decoder->std_list[current_std].standard.id;
602 decoder->std_list[current_std].standard.name);
631 decoder->current_std = i;
752 enum tvp514x_std current_std;
756 current_std = decoder->current_std;
759 decoder->std_list[current_std].standard.frameperiod;
778 enum tvp514x_std current_std;
784 current_std = decoder->current_std;
787 decoder->std_list[current_std].standard.frameperiod;
904 format->format.width = tvp514x_std_list[decoder->current_std].width;
905 format->format.height = tvp514x_std_list[decoder->current_std].height;
929 fmt->format.width != tvp514x_std_list[decoder->current_std].width ||
930 fmt->format.height != tvp514x_std_list[decoder->current_std].height)
973 .current_std = STD_NTSC_MJ,