Searched refs:tvp514x_std_list (Results 1 – 1 of 1) sorted by relevance
239 static const struct tvp514x_std_info tvp514x_std_list[] = { variable971 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()1056 .std_list = tvp514x_std_list,1057 .num_stds = ARRAY_SIZE(tvp514x_std_list),