Lines Matching refs:vpfe_standards
124 static const struct vpfe_standard vpfe_standards[] = { variable
345 for (i = 0; i < ARRAY_SIZE(vpfe_standards); i++) { in vpfe_config_image_format()
346 if (vpfe_standards[i].std_id & std_id) { in vpfe_config_image_format()
348 vpfe_standards[i].width; in vpfe_config_image_format()
350 vpfe_standards[i].height; in vpfe_config_image_format()
352 vpfe_standards[i].frame_format; in vpfe_config_image_format()
358 if (i == ARRAY_SIZE(vpfe_standards)) { in vpfe_config_image_format()
422 vpfe_standards[vpfe_dev->std_index].std_id); in vpfe_initialize_device()
1129 vpfe_standards[vpfe_dev->std_index].std_id); in vpfe_s_input()
1194 *std_id = vpfe_standards[vpfe_dev->std_index].std_id; in vpfe_g_std()
1571 if (vpfe_dev->std_index >= ARRAY_SIZE(vpfe_standards)) in vpfe_cropcap()
1574 crop->pixelaspect = vpfe_standards[vpfe_dev->std_index].pixelaspect; in vpfe_cropcap()
1594 sel->r.width = vpfe_standards[vpfe_dev->std_index].width; in vpfe_g_selection()
1595 sel->r.height = vpfe_standards[vpfe_dev->std_index].height; in vpfe_g_selection()