Lines Matching refs:vpfe_standards
66 static const struct vpfe_standard vpfe_standards[] = { variable
1109 for (i = 0; i < ARRAY_SIZE(vpfe_standards); i++) { in vpfe_config_image_format()
1110 if (vpfe_standards[i].std_id & std_id) { in vpfe_config_image_format()
1112 vpfe_standards[i].width; in vpfe_config_image_format()
1114 vpfe_standards[i].height; in vpfe_config_image_format()
1116 vpfe_standards[i].frame_format; in vpfe_config_image_format()
1123 if (i == ARRAY_SIZE(vpfe_standards)) { in vpfe_config_image_format()
1163 vpfe_standards[vpfe->std_index].std_id); in vpfe_initialize_device()
1820 vpfe_standards[vpfe->std_index].std_id); in vpfe_set_input()
1893 *std_id = vpfe_standards[vpfe->std_index].std_id; in vpfe_g_std()
2099 if (vpfe->std_index >= ARRAY_SIZE(vpfe_standards)) in vpfe_cropcap()
2105 crop->defrect.width = vpfe_standards[vpfe->std_index].width; in vpfe_cropcap()
2107 crop->defrect.height = vpfe_standards[vpfe->std_index].height; in vpfe_cropcap()
2109 crop->pixelaspect = vpfe_standards[vpfe->std_index].pixelaspect; in vpfe_cropcap()