Searched refs:frameRate (Results 1 – 2 of 2) sorted by relevance
293 (void)OV7670_FrameRateAdjustment(handle, config->frameRate); in OV7670_Configure()579 config->frameRate = (ov7670_frame_rate_config_t *)&OV7670_25FPS_12MHZ_XCLK; in OV7670_GetDefaultConfig()616 cameraConfig.frameRate = &OV7670_30FPS_24MHZ_XCLK; in OV7670_Init()620 cameraConfig.frameRate = &OV7670_25FPS_24MHZ_XCLK; in OV7670_Init()624 cameraConfig.frameRate = &OV7670_15FPS_24MHZ_XCLK; in OV7670_Init()628 cameraConfig.frameRate = &OV7670_14FPS_24MHZ_XCLK; in OV7670_Init()638 cameraConfig.frameRate = &OV7670_30FPS_12MHZ_XCLK; in OV7670_Init()642 cameraConfig.frameRate = &OV7670_25FPS_12MHZ_XCLK; in OV7670_Init()646 cameraConfig.frameRate = &OV7670_15FPS_12MHZ_XCLK; in OV7670_Init()650 cameraConfig.frameRate = &OV7670_14FPS_12MHZ_XCLK; in OV7670_Init()[all …]
513 ov7670_frame_rate_config_t *frameRate; member