Lines Matching refs:vpfe_standards
67 static const struct vpfe_standard vpfe_standards[] = { variable
1112 for (i = 0; i < ARRAY_SIZE(vpfe_standards); i++) { in vpfe_config_image_format()
1113 if (vpfe_standards[i].std_id & std_id) { in vpfe_config_image_format()
1115 vpfe_standards[i].width; in vpfe_config_image_format()
1117 vpfe_standards[i].height; in vpfe_config_image_format()
1119 vpfe_standards[i].frame_format; in vpfe_config_image_format()
1126 if (i == ARRAY_SIZE(vpfe_standards)) { in vpfe_config_image_format()
1166 vpfe_standards[vpfe->std_index].std_id); in vpfe_initialize_device()
1807 vpfe_standards[vpfe->std_index].std_id); in vpfe_set_input()
1880 *std_id = vpfe_standards[vpfe->std_index].std_id; in vpfe_g_std()
2091 if (vpfe->std_index >= ARRAY_SIZE(vpfe_standards)) in vpfe_cropcap()
2097 crop->defrect.width = vpfe_standards[vpfe->std_index].width; in vpfe_cropcap()
2099 crop->defrect.height = vpfe_standards[vpfe->std_index].height; in vpfe_cropcap()
2101 crop->pixelaspect = vpfe_standards[vpfe->std_index].pixelaspect; in vpfe_cropcap()