Lines Matching refs:vpfe_standards
56 static const struct vpfe_standard vpfe_standards[] = { variable
963 for (i = 0; i < ARRAY_SIZE(vpfe_standards); i++) { in vpfe_config_image_format()
964 if (vpfe_standards[i].std_id & std_id) { in vpfe_config_image_format()
966 vpfe_standards[i].width; in vpfe_config_image_format()
968 vpfe_standards[i].height; in vpfe_config_image_format()
970 vpfe_standards[i].frame_format; in vpfe_config_image_format()
977 if (i == ARRAY_SIZE(vpfe_standards)) { in vpfe_config_image_format()
1020 vpfe_standards[vpfe->std_index].std_id); in vpfe_initialize_device()
1674 vpfe_standards[vpfe->std_index].std_id); in vpfe_set_input()
1712 if (vpfe_standards[vpfe->std_index].std_id == std_id) in vpfe_s_std()
1742 *std_id = vpfe_standards[vpfe->std_index].std_id; in vpfe_g_std()
1956 vpfe->std_index >= ARRAY_SIZE(vpfe_standards)) in vpfe_g_pixelaspect()
1959 *f = vpfe_standards[vpfe->std_index].pixelaspect; in vpfe_g_pixelaspect()
1970 vpfe->std_index >= ARRAY_SIZE(vpfe_standards)) in vpfe_g_selection()
1978 s->r.width = vpfe_standards[vpfe->std_index].width; in vpfe_g_selection()
1979 s->r.height = vpfe_standards[vpfe->std_index].height; in vpfe_g_selection()