Searched defs:vpfe_standards (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/davinci/
H A Dvpfe_capture.c128 const struct vpfe_standard vpfe_standards[] = { variable in typeref:struct:vpfe_standard
386 for (i = 0; i < ARRAY_SIZE(vpfe_standards); i++) {
387 if (vpfe_standards[i].std_id & *std_id) {
389 vpfe_standards[i].width;
391 vpfe_standards[i].height;
393 vpfe_standards[i].frame_format;
399 if (i == ARRAY_SIZE(vpfe_standards)) {
464 &vpfe_standards[vpfe_dev->std_index].std_id);
1170 &vpfe_standards[vpfe_dev->std_index].std_id);
1235 *std_id = vpfe_standards[vpfe_de
[all...]

Completed in 12 milliseconds