Searched refs:bf3925_framesizes (Results 1 – 1 of 1) sorted by relevance
582 static const struct bf3925_framesize bf3925_framesizes[] = { variable699 format->width = bf3925_framesizes[0].width; in bf3925_get_default_format()700 format->height = bf3925_framesizes[0].height; in bf3925_get_default_format()747 if (fse->index >= ARRAY_SIZE(bf3925_framesizes)) in bf3925_enum_frame_sizes()756 fse->min_width = bf3925_framesizes[fse->index].width; in bf3925_enum_frame_sizes()758 fse->max_height = bf3925_framesizes[fse->index].height; in bf3925_enum_frame_sizes()802 const struct bf3925_framesize *fsize = &bf3925_framesizes[0]; in __bf3925_try_frame_size_fps()804 unsigned int i = ARRAY_SIZE(bf3925_framesizes); in __bf3925_try_frame_size_fps()818 match = &bf3925_framesizes[0]; in __bf3925_try_frame_size_fps()820 fsize = &bf3925_framesizes[0]; in __bf3925_try_frame_size_fps()[all …]