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()
1665 vpfe->std_index = 0; in vpfe_set_input()
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()