Lines Matching refs:std_index
971 vpfe->std_index = i; in vpfe_config_image_format()
1017 vpfe->std_index = 0; in vpfe_initialize_device()
1020 vpfe_standards[vpfe->std_index].std_id); in vpfe_initialize_device()
1663 vpfe->std_index = 0; in vpfe_set_input()
1672 vpfe_standards[vpfe->std_index].std_id); in vpfe_set_input()
1710 if (vpfe_standards[vpfe->std_index].std_id == std_id) in vpfe_s_std()
1740 *std_id = vpfe_standards[vpfe->std_index].std_id; in vpfe_g_std()
1954 vpfe->std_index >= ARRAY_SIZE(vpfe_standards)) in vpfe_g_pixelaspect()
1957 *f = vpfe_standards[vpfe->std_index].pixelaspect; in vpfe_g_pixelaspect()
1968 vpfe->std_index >= ARRAY_SIZE(vpfe_standards)) in vpfe_g_selection()
1976 s->r.width = vpfe_standards[vpfe->std_index].width; in vpfe_g_selection()
1977 s->r.height = vpfe_standards[vpfe->std_index].height; in vpfe_g_selection()