Searched refs:current_std (Results 1 – 1 of 1) sorted by relevance
110 enum tvp514x_std current_std; member535 enum tvp514x_std current_std; in tvp514x_querystd() local549 current_std = tvp514x_query_current_std(sd); in tvp514x_querystd()550 if (current_std == STD_INVALID) { in tvp514x_querystd()599 *std_id &= decoder->std_list[current_std].standard.id; in tvp514x_querystd()602 decoder->std_list[current_std].standard.name); in tvp514x_querystd()631 decoder->current_std = i; in tvp514x_s_std()739 enum tvp514x_std current_std; in tvp514x_get_frame_interval() local749 current_std = decoder->current_std; in tvp514x_get_frame_interval()752 decoder->std_list[current_std].standard.frameperiod; in tvp514x_get_frame_interval()[all …]