亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? camdata.h

?? 友善ADS.rar
?? H
字號:
/*****************************************
  NAME: camdata.h
  DESC: data for initializing camera module
  HISTORY:  2004.01.16:draft ver 0.0
 *****************************************/

#ifndef __CAMDATA_H__
#define __CAMDATA_H__

#ifdef __cplusplus
extern "C"{
#endif

#include "Camdef.h"

#define	CAM_ACT_HSIZE	(640)	// Max 640
#define	CAM_ACT_VSIZE	(480)	// Max 480
#define	CAM_STX		(0x2f)	//47
#define	CAM_STY		(6)		//6
#define	CAM_ENDX		(((CAM_ACT_HSIZE)/4) + CAM_STX)
#define	CAM_ENDY		((CAM_ACT_VSIZE/2) + CAM_STY-1)


const unsigned char Ov7620_Yuv16bit[][2] = {

	{0x12, 0x80},			// Camera Soft reset. Self cleared after reset.
	{0x17, CAM_STX},		//
	{0x18, CAM_ENDX},	// (207-47)*4 = 640
	{0x19, CAM_STY},		//
	{0x1a, CAM_ENDY},	// ((244-5)+1)*2=480

	{0x01, 0x80},		// set blue gain
	{0x02, 0x80},		// set red gain
	{0x03, 0xb0},
	{0x06, 0x70},		// set brightness
	{0x07, 0x00},
	{0x0c, 0x24},		// set blue background
	{0x0d, 0x24},		// set red background
	{0x10, 0xff},		// set exposure time, brightness control
	{0x11, 0x40},		// set frame rate 27Mhz/[(0+1)*2]=13.5MHz
	{0x12, 0x24},		// set YUV mode, enable AGC/AWB, mirror image.
	{0x15, 0x01},		// Use PCLK rising edge to latch data
	{0x16, 0x03},		//
	{0x12, 0x64},		// set YUV mode, enable AGC/AWB, mirror image.
	{0x13, 0x01},		// YUV 16-bit format, Disable AEC/AGC/AWB
	{0x14, 0x84},		// turn off GAMMA
	{0x24, 0x3a},		//
	{0x25, 0x60},		//
	{0x28, 0x20},		// Progressive mode.
	{0x2d, 0x95},		//
	{0x67, 0x92},		//
	{0x74, 0x00}		//
};


const unsigned char Ov7620_YCbCr8bit[][2] = {

	{0x12, 0x80},		// Camera Soft reset. Self cleared after reset.
	{0x00, 0x00},
	{0x01, 0x80},		// set blue gain
	{0x02, 0x80},		// set red gain
	{0x03, 0xb0},
	{0x06, 0x60},		// set brightness
	{0x0c, 0x24},		// set blue background
	{0x0d, 0x24},		// set red background
	{0x10, 0xff},		// set exposure time, brightness control
	{0x11, 0x80},		// set frame rate CLK_input = PCLK
	{0x13, 0x21},		// set 8 Bit YUV mode	
	{0x14, 0x94}, 
	{0x16, 0x03},		//
	{0x17, 0x2f},		//
	{0x18, 0xcf},	        // (207-47)*4 = 640
	{0x19, 0x06},		//
	{0x1a, 0xf5},	        // ((244-5)+1)*2=480
	{0x1b, 0x00},
	{0x20, 0x00},
	{0x21, 0x80},
	{0x22, 0x80},
	{0x23, 0x00},
	{0x26, 0xa2},
	{0x27, 0xea},
	{0x29, 0x00},
	{0x2a, 0x00},
	{0x2b, 0x00},
	{0x2c, 0x88},
	{0x2e, 0x80},
	{0x2f, 0x44},
	{0x60, 0x27},
	{0x61, 0x82},
	{0x62, 0x5f},
	{0x63, 0xd5},
	{0x64, 0x57},
	{0x65, 0x83},
	{0x66, 0x55},
	{0x68, 0xcf},
	{0x69, 0x76},
	{0x6a, 0x22},
	{0x6b, 0x00},
	{0x6c, 0x08},
	{0x6d, 0x48},	
	{0x6e, 0x80},
	{0x6f, 0x0c},
	{0x70, 0x89},
	{0x71, 0x00},
	{0x72, 0x14},
	{0x73, 0x54},	
	{0x75, 0x0e},
	{0x76, 0x00},
	{0x77, 0xff},
	{0x78, 0x80},
	{0x79, 0x80},
	{0x7a, 0x80},
	{0x7b, 0xe6},
	{0x7c, 0x00},	
	{0x24, 0x10},
	{0x25, 0x8a},
	{0x28, 0x20},		
	{0x2d, 0x95},
	{0x67, 0x92},
	{0x74, 0x00},

	{0x15, 0x41},		// inversed PCLK : falling edge to get data, 8 Bit -U-V- sequence....
	{0x12, 0x34}, 	// enable AGC/AWB, mirror image. YUYV-must set at last..
};

const unsigned char Au70h[][2] = {

    {0x01,0x0b}, /*0x04*/ //5x5 interpolation VGA mode
#if AU70H_VIDEO_SIZE==640
	{0x08,0x00},
	{0x09,0xc0},
	{0x0a,0x01},
	{0x0b,0x00},
	{0x0c,0x01},
	{0x0d,0xe0},
	{0x0e,0x02},
	{0x0f,0x80},
#elif AU70H_VIDEO_SIZE==1152
	{0x08,0x00},
	{0x09,0x02},
	{0x0a,0x00},
	{0x0b,0x02},
	{0x0c,0x03},
	{0x0d,0x60},
	{0x0e,0x04},
	{0x0f,0x80},
#endif
	{0x18,0x01},
	{0x19,0x3f},
	{0x1a,0x13},
	{0x1b,0x7f},
	{0x1c,0x08},
	{0x20,0x13},
	{0x21,0x01},
	{0x22,0x01},
	{0x23,0x01},
	{0x27,0xf0},
	{0x30,0xfe},
	{0x31,0x31}, //YCbCr 8bit 0x31,0x11
	{0x32,0x00},
	{0x33,0x03},
	{0x67,0xa5},  //???
	{0x68,0x2c},
	{0x69,0x2a},
	{0x73,0x79},
	{0x75,0x03},
	{0x76,0x08},
	{0x77,0x35},
	{0x81,0x19},
	{0x90,0x01},
	{0x91,0x06},
	{0x92,0x1a},
	{0x93,0x80},

	{0x6a,0x01},
	{0x6b,0x38},
	{0x6c,0x80},
	
	{0x6d,0x09},
	{0x6e,0xc4},
	{0x6f,0x00},
	
	{0x60,0x99},
	
	{0x63,0x03},
	{0x64,0xa9},
	{0x65,0x80},
	
	{0x66,0x30},
	{0x70,0x44},
	{0x71,0x00},
	
	//{0x14,0x8},
	//{0x16,0x8},
	
	{0x70,0x45},
	{0x71,0x02},
	{0x66,0x70}
};

const unsigned char S5X532_YCbCr8bit[][2] = 
{
#if 0 
	// page 5
	{0xec,0x05},
	{0x08,0x55},
	{0x0a,0x75},
	{0x0c,0x90},
	{0x0e,0x18},
	{0x12,0x09},
	{0x14,0x9d},
	{0x16,0x90},
	{0x1a,0x18},
	{0x1c,0x0c},
	{0x1e,0x09},
	{0x20,0x06},
	{0x22,0x20},
	{0x2a,0x00},
	{0x2d,0x04},
	{0x12,0x24},
	// page 3
	{0xec,0x03},
	{0x0c,0x09},
	{0x6c,0x09},
	{0x2b,0x10}, // momo clock inversion
	// page 2
	{0xec,0x02},
	{0x03,0x09},
	{0x05,0x08},
	{0x06,0x01},
	{0x07,0xf8},
	{0x15,0x25},
	{0x30,0x29},
	{0x36,0x12},
	{0x38,0x04},
	{0x1b,0x77}, // 24MHz : 0x77, 12MHz : 0x22
	{0x1c,0x77}, // 24MHz : 0x77, 12MHz : 0x22
	// page 1
	{0xec,0x01},
	{0x00,0x03}, // 
	{0x0a,0x08}, // 0x0-QQVGA, 0x06-CIF, 0x02-QCIF, 0x08-VGA, 0x04-QVGA, 0x0a-SXGA
	{0x0c,0x00}, // Pattern selectio. 0-CIS, 1-Color bar, 2-Ramp, 3-Blue screen
	{0x10,0x27}, // 0x21-ITU-R656(CbYCrY), 0x25-ITU-R601(CbYCrY), 0x26-ITU-R601(YCrYCb)
	{0x50,0x21},		// Hblank
	{0x51,0x00},		// Hblank
	{0x52,0xA1},		// Hblank
	{0x53,0x02},		// Hblank
	{0x54,0x01},		// Vblank
	{0x55,0x00},		// Vblank
	{0x56,0xE1},		// Vblank 		
	{0x57,0x01},		// Vblank
	{0x58,0x21},		// Hsync
	{0x59,0x00},		// Hsync
	{0x5a,0xA1},		// Hsync
	{0x5b,0x02},		// Hsync
	{0x5c,0x03},		// Vref
	{0x5d,0x00},		// Vref
	{0x5e,0x05},		// Vref
	{0x5f,0x00},		// Vref	
	{0x70,0x0E},
	{0x71,0xD6},
	{0x72,0x30},
	{0x73,0xDB},
	{0x74,0x0E},
	{0x75,0xD6},
	{0x76,0x18},
	{0x77,0xF5},
	{0x78,0x0E},
	{0x79,0xD6},
	{0x7a,0x28},
	{0x7b,0xE6},
	{0x50,0x00},
	{0x5c,0x00},

	// page 0
	{0xec,0x00},
	{0x79,0x01},
	{0x58,0x90},
	{0x59,0xA0},
	{0x5a,0x50},
	{0x5b,0x70},
	{0x5c,0xD0},
	{0x5d,0xC0},
	{0x5e,0x28},
	{0x5f,0x08},
	{0x50,0x90},
	{0x51,0xA0},
	{0x52,0x50},
	{0x53,0x70},
	{0x54,0xD0},
	{0x55,0xC0},
	{0x56,0x28},
	{0x57,0x00},
	{0x48,0x90},
	{0x49,0xA0},
	{0x4a,0x50},
	{0x4b,0x70},
	{0x4c,0xD0},
	{0x4d,0xC0},
	{0x4e,0x28},
	{0x4f,0x08},
	{0x72,0x82}, // main clock = 24MHz:0xd2, 16M:0x82, 12M:0x54
	{0x75,0x05} // absolute vertical mirror.  junon
#else
///3aa////////////////////////////////////////////////////////////////////
// page 1
{0xec,0x01},
{0x28,0x10},	//Edge Enhancement Noise Slice

//////////////////
//Computer Encoding
//s8b21	//V Output Sync inversion, Full_YC On,SCK656_INV_R
//s1941	//Y Coef

//1b19
//s48ee	//Cb Coef  
//s4a38
//s4738	//Cr Coef                                                    
//s49f7 
///////////////////
//SDTV Encoding
{0x8b,0x23},	//V Output Sync inversion, Full_YC On,SCK656_INV_R
{0x19,0x4d},	//Y Coef
{0x1a,0x96},
{0x1b,0x1d},
{0x48,0xea},	//Cb Coef  
{0x4a,0x41},
{0x47,0x41},	//Cr Coef                                                    
{0x49,0xf5},

{0x2d,0x15},	//Adjust YGRPDLY 3clk->0clk

///// Color Matrix
////s107e
////s12fe
////s187e	//a0 

//s1cd0   //Highlight Suppress Reference

{0xaa,0xe0},   //For AWB, High Threshold Value of Y signal
{0xab,0x10},	//30	//For AWB, Low Threshold Value of Y signal

// Pixel Filter
{0xac,0x80},   //AWB B-G Low Threshold
{0xad,0x80},	//AWB B-G High Threshold
{0xae,0x80},	//AWB R-G Low Threshold
{0xaf,0x80},	//AWB R-G Low Threshold
{0xb0,0x60},	//AWB R-G,B-G High Threshold
{0xb1,0x80},	//AWB R-G,B-G Low Threshold

//***************************************************
// page 2
{0xec,0x02},
{0x05,0x0b},
{0x07,0x0b},
{0x26,0x86},   //ADLC Set
{0x2d,0x00},	//APS Bias Current   6uA  ---> 1uA	for SHBN & HN reduce 
{0x2e,0x50},	//Ramp Gain
{0x2f,0x30},	//Ramp Bias Current	for SHBN reduce 
{0x30,0x05},	//for reducing noise... switch cap

//***************************************************
// page 3,4
//Y,Cr first ITU R-601 format
//sec01
//s6a07	
{0xec,0x03},
{0x06,0x07},	
{0xec,0x04},
{0x06,0x07},	

// VCK inversion(data rising)
//sec01
//s690f	
{0xec,0x03},
{0x05,0x0f},	
{0xec,0x04},
{0x05,0x0f},	

//////////////////////////////
// control start position(hsync hblank )
// to remove broken pixel width on left side 
//sec01
//s783d	//HBLK START
//s823d	//HS656 START
{0xec,0x04},
{0x0e,0x3d},
{0x18,0x3d},

//***************************************************
// page 5
// Shading
{0xec,0x05},
{0x00,0x0d},	//Shading Old(Y shading) ON & Shading New(RGB Shading) OFF
//s000f	//Shading Old(Y shading)  & Shading New(RGB Shading)

//RGB Shading
{0x05,0x05},   //R Shading of RGB Shading
{0x06,0x05},
{0x07,0x05},
{0x08,0x05},
{0x09,0x00},   //GR Shading of RGB Shading
{0x0a,0x00},
{0x0b,0x00},
{0x0c,0x00},
{0x0d,0x00},   //GB Shading of RGB Shading
{0x0e,0x00},
{0x0f,0x00},
{0x10,0x00},
{0x11,0x00},   //B Shading of RGB Shading
{0x12,0x00},
{0x13,0x00},
{0x14,0x00},

// Y Shading
{0x2d,0xd0},	
{0x2e,0xb0},	
{0x2f,0xa0},	
{0x30,0x88},	
{0x31,0x88},	
{0x32,0xa0},	
{0x33,0xb0},	
{0x34,0xd0},	

{0x35,0xd0},	
{0x36,0xb0},	
{0x37,0x98},	
{0x38,0x88},	
{0x39,0x88},	
{0x3a,0x98},	
{0x3b,0xb0},	
{0x3c,0xd0},	
//***************************************************
// page 6
//adjust AE window
//sec01
////s9718
////s9ae0
////s9c20
////s9ee8
{0xec,0x06},
{0x00,0x18},
{0x02,0xe0},
{0x04,0x20},
{0x06,0xe8},
///
////adjust AWB window
////sec01
////sa05a
////sa2d8
////sa433
////sa6ba
{0xec,0x06},
{0x08,0x5a},
{0x0a,0xd8},
{0x0c,0x33},
{0x0e,0xba},

{0x8c,0x0b},	//in case of wrp wcp control for mirror
{0x8d,0x0c},
{0x8e,0x0b},
{0x8f,0x0c},

//***************************************************
// page 7
{0xec,0x07},
{0x3c,0x00},	//adjust AWB internal window boundary to decrease skin color tracking

//to dectect 50Hz flicker in 25Mhz 7.5fps
{0x60,0x10},	//adjust flicker thres
{0x62,0x11},	//adjust edge detection boundary
{0x63,0x07},	//04	//duration of flicker
     
{0x69,0x10},	//for mirror
{0x70,0x00},   //BLC Off

//***************************************************
// page 0
{0xec,0x00},
// Mirror
{0x23,0x52},	//RV/H Control

////////////////////////////
//Adjust AWB boundary
{0xec,0x00},
{0x34,0x08},	//0e	//Rgain Max
{0x37,0x0b},	//05	//Blimit High
{0x39,0x06},	//06	//Blimit Low
{0x3a,0x05},	//08	//Slope Bottom
{0x3b,0x10},	//13	//08	//Slope Top

{0x83,0xa0},	//c0	//Color suppress
//s8a04	//unstable diff

{0xbb,0x01},	//AWB AE Diff
{0xbc,0x00},
////////////////////////////
// improve AE speed
{0xec,0x00},
{0x92,0x80},	//AE ratio high
{0xec,0x07},
{0x10,0x30},	//AGC predict ON

/////////////////////////////
// Color Tunning

////1st. White Point 
{0xec,0x07},
{0x17,0x44},	//Increase Ggain

//White Point                               
{0xec,0x00},  
{0x40,0x1a},	
{0x41,0x4f},	
{0x42,0x21},	
{0x43,0x40},	
{0x44,0x2e},	
{0x45,0x30},	
//Change start point of RBgain
{0xa4,0x2e},
{0xa5,0x30},
{0x7f,0x30},

///2nd Veiwing 5100 DNP, Adjust RGBgain of AWB
{0x79,0xff},	//Rgain
{0x7a,0x03},	//Bgain
{0xec,0x07},	
{0x11,0xff},	//Ggain

////3rd AE target, Gamma
{0xec,0x00},
{0x6c,0x08},   //AE Target

//Y Gamma
{0xec,0x01},
{0x2e,0x08},
{0x2f,0x10},
{0x30,0x20},
{0x31,0x58},		
{0x32,0xfe},		
{0x33,0xa8},		
{0x34,0x6c},		
{0x35,0xff},		
{0x36,0x00},	
{0x37,0x1b},	

//C Gamma  
{0x55,0x08},		    	
{0x56,0x10},		    	
{0x57,0x20},		    	
{0x58,0x58},		
{0x59,0xfe},		
{0x5a,0xa8},		  
{0x5b,0x8c},		
{0x5c,0xcf},		
{0x5d,0x00},		
{0x5e,0x1b},		

///4th Hue, Color Level
{0xec,0x00},
{0x77,0xa9},  //da //Color Level
{0x76,0x75}, 

//Hue, Gain control                           
{0x48,0xd0},			                  
{0x49,0xf0},//fe		     
{0x4a,0x48},			                  
{0x4b,0x28},//38		      
{0x4c,0xfe},		      
{0x4d,0xfe},		      
{0x4e,0x58},			  
{0x4f,0x10},			   

{0x50,0xc0},			                       
{0x51,0xf0},//fe		          
{0x52,0x4a},			               
{0x53,0x28},//38			
{0x54,0xfe},		   
{0x55,0xfe},		        
{0x56,0x60},		        
{0x57,0x10},			

{0x58,0xb0},			
{0x59,0xf0},//fe		   
{0x5a,0x50},			
{0x5b,0x38},//48			
{0x5c,0xf0},		   
{0x5d,0xfe},		   
{0x5e,0x60},		   
{0x5f,0x10},		

////5th Adjust AE weight
{0xec,0x07},
{0x80,0x10},	//10	
{0x81,0x01},	//00	
{0x82,0x01},	//01	
{0x83,0x01},	//02	
{0x84,0x04},	//02	

////////////////////////////
// Control Gain
{0xec,0x00},
{0x78,0x60},	//Total gain x4 (Only Analog x4)
{0x2d,0x5a},	//Frame AE start
{0x82,0x5A},	//Color Suppress AGC Min

///////////////////////////
// Control BPRM
// CIS BPR always off
{0xec,0x00},
{0x7e,0x87},	//Color Suppress On, Y gain On, Digital clamp On, DBPRM On
{0x86,0x01},	//DBPR AGC MIN
{0x87,0x00},	//DBPRM THRES. MIN
//s8710	//DBPRM THRES. MIN.. optimize between BPR and Pseudo color
{0xec,0x07},
{0x21,0x90},	//50	//DBPRM THRES. MAX
{0x22,0x20},	//DBPR AGC MAX

//*********************************************************
// If you change MCLK or Frame rate, you change below register
//*********************************************************
/////////////////////////////
///Adjust Global Gain 
{0xec,0x02},
{0x1f,0x0f},	// if MCLK is 25Mhz

////////////////////////////
//Flicker setting
{0xec,0x00},
{0x72,0x7a},	// if MCLK is 25Mhz

////////////////////////////
// Adjust Vblank depth

/// Make 25Mhz 7.5fps 
{0xec,0x02},
{0x17,0x00},
{0x18,0x8c},

{0xec,0x04},
{0x01,0x00},
{0x02,0x8c},
//*********************************************************

////////////////////////////
//Flicker setting
{0xec,0x00},
{0x74,0x14},  // Auto Flicker start 60hz for 7.5fps

////////////////////////////
// Frame AE 
{0xec,0x00},
{0x73,0x11},	// frame 1/2
#endif
};

const unsigned char S5X3A1_YCbCr8bit[][2] = 
{ 
	// page 0
	{0xec,0x00},
//	{0x72,0xd2}, //main clock = 27MHz:0x00, 24MHz:0xd2, ...
	{0x01,0x00}, //SXGA
	// page 1
	{0xec,0x01},
	{0x0b,0x10}, // href type
	{0x5c,0x01}, // href type
	{0x5d,0x00}, // href type
	{0x5e,0x01}, // href type
	{0x5f,0x04}, // href type
	
	// page 0
	{0xec,0x00}
};

#ifdef __cplusplus
}
#endif

#endif /*__CAMDATA_H__*/

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久久99久久| 99r国产精品| 99久久免费国产| 91精品麻豆日日躁夜夜躁| 欧美国产一区二区在线观看| 五月天一区二区三区| 高清国产一区二区| 欧美一区二区久久久| 最新国产成人在线观看| 国产高清无密码一区二区三区| 91精品国产免费| 一区二区三区久久| 91美女在线视频| 国产清纯美女被跳蛋高潮一区二区久久w| 日韩中文字幕区一区有砖一区| 99久久er热在这里只有精品15| 国产欧美日韩亚州综合 | 亚洲免费观看在线视频| 狠狠网亚洲精品| 日韩欧美一级片| 蜜桃av噜噜一区二区三区小说| 欧美色中文字幕| 亚洲国产乱码最新视频 | 欧美日韩精品专区| 亚洲视频你懂的| 成人毛片视频在线观看| 国产美女久久久久| 日韩一级在线观看| 日韩在线一区二区| 欧美日本视频在线| 丝袜美腿亚洲一区二区图片| 欧美在线观看视频一区二区三区| 日韩美女视频一区二区| 91免费视频网址| 中文字幕在线观看不卡| 99re视频精品| 亚洲一区免费观看| 欧美理论在线播放| 奇米精品一区二区三区在线观看| 91精品国产麻豆| 激情综合色综合久久综合| 欧美成va人片在线观看| 久久国产尿小便嘘嘘| 精品国产一区二区三区不卡| 国产成人午夜片在线观看高清观看| 久久色中文字幕| 成人性生交大片免费看中文 | 美女视频网站黄色亚洲| 91麻豆精品国产91久久久| 蜜臀av一级做a爰片久久| 精品日韩99亚洲| 国产精品18久久久久| 1000精品久久久久久久久| 一本久道久久综合中文字幕| 亚洲电影在线播放| 欧美xxxx老人做受| 99精品国产视频| 日韩和欧美的一区| 激情五月激情综合网| 日韩欧美一卡二卡| 成人久久久精品乱码一区二区三区 | 久久夜色精品一区| 色综合一区二区三区| 亚洲欧美色综合| 日韩精品中午字幕| jlzzjlzz国产精品久久| 日本在线不卡视频一二三区| 国产午夜精品一区二区三区嫩草| 91视频在线观看| 日本系列欧美系列| 日韩理论电影院| 日韩情涩欧美日韩视频| 成人v精品蜜桃久久一区| 日韩精品一区第一页| 中文字幕电影一区| 日韩欧美国产精品| 在线观看日韩国产| 成人看片黄a免费看在线| 天堂蜜桃一区二区三区| 最新久久zyz资源站| 精品国产伦一区二区三区免费| 91免费视频大全| 精品一区精品二区高清| 亚洲国产aⅴ天堂久久| 国产精品国产自产拍在线| 欧美一级视频精品观看| 欧美综合在线视频| 成人免费视频app| 久久 天天综合| 午夜不卡在线视频| 最新久久zyz资源站| 久久久噜噜噜久久中文字幕色伊伊| 欧美日韩不卡在线| 色噜噜狠狠成人网p站| 日韩免费观看2025年上映的电影| 在线免费一区三区| 99视频精品免费视频| 国产大陆亚洲精品国产| 激情综合网av| 久久99在线观看| 日本不卡一区二区| 日韩电影在线免费观看| 亚洲一区欧美一区| 亚洲一区二区三区视频在线播放 | 日韩一区二区免费在线观看| 欧美美女一区二区三区| 欧美性色综合网| 91福利国产成人精品照片| 99vv1com这只有精品| 成人h动漫精品一区二区| 国产精品自在在线| 国产精品一区专区| 国产精品456| 国产福利91精品| 成人美女视频在线观看18| 成熟亚洲日本毛茸茸凸凹| 国产精品香蕉一区二区三区| 狠狠色伊人亚洲综合成人| 国产乱子轮精品视频| 夫妻av一区二区| 成人网在线免费视频| 成人app在线| 在线免费观看不卡av| 欧美日韩日日夜夜| 日韩精品专区在线| 久久精品亚洲乱码伦伦中文 | 国产91在线观看丝袜| 国产福利一区二区| www.日韩av| 欧美日韩亚洲不卡| 欧美一级日韩一级| 久久精品亚洲国产奇米99| 中文字幕在线观看不卡| 亚洲综合一区二区三区| 美女性感视频久久| 国产91在线看| 欧美色综合天天久久综合精品| 日韩一区二区三区三四区视频在线观看 | 6080yy午夜一二三区久久| 欧美不卡在线视频| 亚洲国产精品黑人久久久| 亚洲综合精品久久| 免费成人在线网站| 成人激情黄色小说| 欧美在线观看禁18| 久久午夜国产精品| 亚洲乱码国产乱码精品精小说| 日韩精品亚洲一区二区三区免费| 国产在线一区观看| 91久久精品午夜一区二区| 日韩欧美一区二区不卡| 国产精品国产成人国产三级| 日韩精品免费专区| www.一区二区| 日韩午夜在线观看视频| 日韩美女啊v在线免费观看| 老司机一区二区| 91视视频在线观看入口直接观看www| 欧美一区二区三区免费观看视频| 亚洲欧美在线高清| 麻豆国产精品777777在线| 色综合视频一区二区三区高清| 日韩欧美国产高清| 亚洲综合色视频| 国产成人一区在线| 91精品国产麻豆国产自产在线| 亚洲图片另类小说| 国产真实精品久久二三区| 欧美日韩国产一二三| 一区在线观看视频| 国产一区91精品张津瑜| 8x8x8国产精品| 一区二区三区四区视频精品免费| 国产成人午夜视频| 精品日韩欧美一区二区| 视频在线观看一区| 欧美天堂一区二区三区| 国产精品久久夜| 国产成人aaa| 久久伊人蜜桃av一区二区| 蜜臀精品一区二区三区在线观看 | 欧美一级夜夜爽| 亚洲一区二区三区四区在线免费观看| 国产大片一区二区| 精品裸体舞一区二区三区| 午夜欧美视频在线观看| 欧美在线看片a免费观看| 亚洲少妇最新在线视频| 高清不卡一区二区| 久久影院午夜论| 黑人巨大精品欧美一区| 日韩午夜激情视频| 蜜桃av一区二区三区| 日韩一区二区三区四区| 蜜臀av一级做a爰片久久| 制服丝袜中文字幕亚洲| 日日夜夜一区二区| 欧美一二三区在线观看| 老司机午夜精品| 久久亚洲精品小早川怜子|