青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品

Cpper
C/C++高級工程師 Android高級軟件工程師 IT集成工程師 音頻工程師 熟悉c,c++,java,c#,py,js,asp等多種語言 程序猿

置頂隨筆

gaudio是一個基于C/C++混合編程的跨平臺音頻庫,當(dāng)前支持windows32操作系統(tǒng)和linux32位操作系統(tǒng)

修改記錄
1.2013.04.01
    初次發(fā)布
2.2013.04.10
    完成對wav格式采樣頻率8000-48000,采樣格式4,8,16,24,32的支持     
3.2013.05.01
    a.版本提升為1.4.0.8
    b.修改一個退出異常
    c.支持二源混音
    d.使用載入插件的方式提供對wav播放的支持
    e.增加對au格式的支持
    f.增加echo音效
    g.增加bassboost音效
    h.增加函數(shù)gaudio_address_get
    i.增加使用例子:echo/mixer/stream/boost
    j.把設(shè)置,獲取音源三維空間信息的函數(shù)調(diào)整為: gaudio_source_set_float3,gaudio_source_get_float3
    k.修改解碼器結(jié)構(gòu)為回調(diào)模式
4.2013.05.10
    a.版本提升為1.6.8.0
    b.優(yōu)化部分代碼
    c.增加speedchanger音效
    d.增加音頻翻轉(zhuǎn)(g168)
    e.增加音頻聲道交換(g168)
    f.增加聲道合并(g168)
    g.增加speedchanger/invert測試用例
    h.增加vc調(diào)用靜態(tài)鏈接庫libgaudio.lib
    i.增加調(diào)制音效和測試?yán)?br />    j.修改解碼器框架
    k.修改獲取音頻采樣編碼格式不正確的問題
    l.解決seek定位不準(zhǔn)的問題
    m.增加音效鏈測試?yán)?br />    n.增加函數(shù)gaudio_set_long,gaudio_get_long
    o.修改stream例子
    p.支持壓縮mpc音頻格式
    q.支持ogg/vorbis格式
    r.修改獲取采樣格式錯誤的bug
    t.增加接口說明文檔    
5.2013.06.10
    a.版本提升為1.7.2.0
    b.gaudio_source_set_error_callback回調(diào)函數(shù)增加音源參數(shù)
    c.gaudio_source_set_finish_callback回調(diào)函數(shù)增加音源參數(shù)
    d.移除gaudio_get_version函數(shù)
    e.gaudio_effect_setcallback函數(shù)調(diào)整為gaudio_effect_set_callback
    f.使用插件式的音頻驅(qū)動模式 - gwinmm
    g.gaudio代碼優(yōu)化
    h.增加音頻源碼率的獲取
    i.增加feature范例
    j.完善文檔
    k.增加對mp3的支持
    l.移除invert/modulator/bassboost例子
    m.增加balance
6.2013.07.07
    a.版本提升到1.8.0.2
    b.增加對交換文件aiff的支持
    c.修改音頻驅(qū)動插件實現(xiàn)
    d.增加移相器音效
    e.修改部分API接口使用的long為int32_t以方便移植
    f.增加code::blocks測試工程
    g.增加msvc2008測試工程
    h.增加函數(shù)接口gaudio_source_create_from_buffer2以播放raw音頻數(shù)據(jù)
    i.把各個音效參數(shù)提到單獨文件
    j.簡化wav解碼
    k.修改幾處內(nèi)存泄漏
    l.增加音頻回錄功能,輸出格式MP2,MP3,APE,WV,AAC,WAV,AU,AIFF,VOC,CAF,OGG
    當(dāng)前錄制信息:16位音頻,雙聲道,采樣頻率44100
    m.增加音頻回錄的例子recorder
    n.測試?yán)邮褂胓etopt和usage提示
    o.增加對tta格式的支持    
7.2013.07.28
    a.版本提升到1.9.8.6                   
    b.解決了wav,au,aiff播放進(jìn)度不準(zhǔn)的故障
    c.優(yōu)化wav/au/aiff解碼性能        
    d.增加distortion音效              
    e.增加foldback distortion音效       
    f.增加distortion音效使用例子       
    g.增加聲音穿透力                      
    h.修改結(jié)構(gòu)最大支持八聲道             
    i.增加portaudio插件驅(qū)動(win32&linux)  
    j.完成g168,bassbost的liux版本     
    k.完成wav,au音頻格式的linux版本      
    l.代碼增加部分注釋(未完成)            
    m.嘗試性支持linux操作系統(tǒng)             
    n.支持midi/mid音樂格式             
    o.解決了mixer混音退出報錯的問題
    p.skip id3v2    
8.2013.08.16
    a.版本提升到2.0.0.1                    
    b.變量宏增加AUDIO_ENUM前綴
    c.增加非標(biāo)準(zhǔn)插件gsndfile支持flac/ogg/au/wav/aiff/voc/caf/..基于(sndfile)
    d.改用mpg123解碼mp3
    e.支持FFT頻譜
9.2013.09.08
    a.版本提升到2.0.6.0
    b.修改CROSSFEED宏和相關(guān)    
    c.引入200號插件支持s3m/mod/it/xm音頻格式
    d.整理測試用例
    e.增加autowah音效
    f.增加驅(qū)動檢測
10.2015.12.10 版本2.2.1.0
支持常見音頻格式和音效,使用超級方便
下載在這里:/Files/gaimor/gaudio-sdk-2.2.1.0.zip

    
 
posted @ 2013-07-11 22:49 ccsdu2009 閱讀(6681) | 評論 (2)編輯 收藏

2019年9月19日

import QtQuick 2.11

Rectangle 
{
    width
: 640
    height: 480
    color: "#0ff90f"

    Flipable {
            id: flip
            width: 300
            height: 300
            anchors.centerIn: parent

            property bool flipped: false

            front: Image{
                anchors.fill: parent
                source: "file:///C:/Users/Administrator/Desktop/11111/2099720.png"

                transform: Rotation{
                    origin.x: flip.width / 2
                    origin.y: flip.height / 2
                    axis.x: 0
                    axis.y: 1
                    axis.z: 0
                    angle: 180
                
}
            }

            back: Image
{
                anchors.fill
: parent
                source: "file:///C:/Users/Administrator/Desktop/11111/2099720.png"
            
}

            transform: Rotation
{
                id
: rotation
                origin.x: flip.width / 2
                origin.y: flip.height / 2
                axis.x: 0
                axis.y: 1
                axis.z: 0
                angle: 0
            
}

            states:State
{
                PropertyChanges {
                    target
: rotation
                    angle: 180
                
}
                when:flip.flipped
            }

            transitions: Transition
{
                NumberAnimation{
                    target
:rotation
                    properties: "angle"
                    duration: 240
                
}
            }

            MouseArea 
{
                anchors.fill
: parent
                onClicked:  flip.flipped = !flip.flipped
            
}
        }
}
posted @ 2019-09-19 18:22 ccsdu2009 閱讀(1211) | 評論 (0)編輯 收藏
 
import QtQuick 2.11

Rectangle 
{
    width
: 640
    height: 480
    color: "#0909ff"

    Flipable {
            id: flip
            width: 300
            height: 300
            anchors.centerIn: parent

            property bool flipped: false

            front:Image{
                anchors.fill: parent
                source: "file:///C:/Users/Administrator/Desktop/11111/2099720.png"
            
}

            back:Image
{
                anchors.fill
: parent
                source: "file:///C:/Users/Administrator/Desktop/11111/2099720-flip.png"
            
}

            transform: Rotation
{
                id
: rotation
                origin.x: flip.width / 2
                origin.y: flip.height / 2
                axis.x: 0
                axis.y: 1
                axis.z: 0
                angle: 0
            
}

            states:State
{
                PropertyChanges {
                    target
: rotation
                    angle: 180
                
}
                when:flip.flipped
            }

            transitions: Transition
{
                NumberAnimation{
                    target
:rotation
                    properties: "angle"
                    duration: 240
                
}
            }

            MouseArea 
{
                anchors.fill
: parent

                onClicked:  flip.flipped = !flip.flipped

            
}
        }
}
posted @ 2019-09-19 17:33 ccsdu2009 閱讀(885) | 評論 (0)編輯 收藏
 
    int result = av_seek_frame(ffmpeg->formatCtx, -1,
        (ffmpeg->formatCtx->start_time + time) * AV_TIME_BASE,
        AVSEEK_FLAG_BACKWARD);
time單位為秒
posted @ 2019-09-19 09:51 ccsdu2009 閱讀(905) | 評論 (0)編輯 收藏

2019年9月18日

import QtQuick 2.5
import QtQuick.Layouts 1.3
import QtQuick.Controls 1.4
import QtQuick.Controls.Styles 1.4

Rectangle 
{
    width
: 640
    height: 480
    color: "#333333"

    Button {
        id: button
        text: "Button"
        anchors.horizontalCenter: parent.horizontalCenter
        anchors.top: parent.top
        anchors.topMargin: 6

        onClicked: {
            var count = layout.count
            if(layout.currentIndex == count - 1)
                layout.currentIndex = 0
            else
                layout.currentIndex ++
        
}
    }

    StackLayout 
{
        id
: layout
        anchors.top: button.bottom
        anchors.topMargin: 6
        anchors.horizontalCenter: parent.horizontalCenter
        width: 480
        height: 320
        currentIndex: 1
        Rectangle {
            color: 'teal'
            implicitWidth: 200
            implicitHeight: 200
        
}
        Rectangle 
{
            color
: 'plum'
            implicitWidth: 300
            implicitHeight: 200
        
}
        Rectangle 
{
            color
: '#c90909'
            implicitWidth: 300
            implicitHeight: 200
        
}
        Rectangle 
{
            color
: 'green'
            implicitWidth: 300
            implicitHeight: 200
        
}
        Rectangle 
{
            color
: 'grey'
            implicitWidth: 300
            implicitHeight: 200
        
}
    }
}
posted @ 2019-09-18 11:49 ccsdu2009 閱讀(721) | 評論 (0)編輯 收藏
 
import QtQuick 2.5
import QtQuick.Layouts 1.2
import QtQuick.Controls 1.4
import QtQuick.Controls.Styles 1.4

Rectangle 
{
    id
: circularProgressBar
    width: 60
    height: 60

    color: "#333333"
    property real currentValue: 86
    property bool textVisible: true
    property bool canClick: false

    Canvas {
        id: canvas
        anchors.fill: parent
        antialiasing: true

        property color primaryColor: "transparent"
        property color secondaryColor: "lightblue"

        property real centerWidth: width / 2
        property real centerHeight: height / 2
        property real radius: Math.min(canvas.width-10, canvas.height-10) / 2

        property real minimumValue: 0
        property real maximumValue: 100
        property alias currentValue : circularProgressBar.currentValue

        property string text: "0"
        property real angle: (currentValue - minimumValue) / (maximumValue - minimumValue) * 2 * Math.PI
        property real angleOffset: -Math.PI / 2

        property real rotate: 0.0

        onPrimaryColorChanged: requestPaint()
        onSecondaryColorChanged: requestPaint()
        onMinimumValueChanged: requestPaint()
        onMaximumValueChanged: requestPaint()
        onCurrentValueChanged: requestPaint()
        onRotateChanged: requestPaint()

        onPaint: {
            var ctx = getContext("2d")
;
            ctx.save();

            ctx.clearRect(0, 0, canvas.width, canvas.height);

            ctx.translate(width/2,height/2)
            ctx.rotate(rotate*Math.PI/180.0)
            ctx.translate(-width/2,-height/2)

            ctx.beginPath();
            ctx.lineWidth = 10;
            ctx.strokeStyle = primaryColor;
            ctx.arc(canvas.centerWidth,
                    canvas.centerHeight,
                    canvas.radius,
                    angleOffset + canvas.angle,
                    angleOffset + 2*Math.PI);
            ctx.stroke();

            ctx.beginPath();
            ctx.lineWidth = 3;
            ctx.strokeStyle = canvas.secondaryColor;
            ctx.arc(canvas.centerWidth,
                    canvas.centerHeight,
                    canvas.radius,
                    canvas.angleOffset,
                    canvas.angleOffset + canvas.angle);
            ctx.stroke();

            ctx.restore();
        
}

        MouseArea 
{
            id
: mouseArea
            anchors.fill: parent
            visible: circularProgressBar.canClick
            onClicked: canvas.clicked()
            onPressedChanged: canvas.requestPaint()
        
}

        Timer
{
            id
: timer
            interval: 150
;
            running
: true
            repeat: true
;
            onTriggered
: {
                canvas.rotate += 5
            
}
        }
    }
}
posted @ 2019-09-18 10:59 ccsdu2009 閱讀(1305) | 評論 (0)編輯 收藏

2019年9月17日

import QtQuick 2.11
import QtQuick.Controls 2.4

Rectangle
{
    width
:640
    height:480
    color:"#cfcfc0"

    anchors.margins: 6

    property bool load1: true

    Button
    {
        id:button
        text: "Button"
        anchors.horizontalCenter: parent.horizontalCenter
        onClicked:
        {
            if(area.visible)
                fadeOut.start()
            else
                fadeIn.start()
        
}
    }

    PropertyAnimation
    
{
        id
: fadeOut
        target: area
        duration: 300
        property: "opacity"
        from: 1.0
        to: 0.0

        onStopped: area.visible = false
    
}

    PropertyAnimation
    
{
        id
: fadeIn
        target: area
        duration: 300
        property: "opacity"
        from: 0.0
        to: 1.0

        onStarted: area.visible = true
    
}

    Rectangle
    
{
        id
: area
        width: parent.width - 12
        height: parent.height - button.height - 12
        anchors.horizontalCenter: parent.horizontalCenter
        anchors.topMargin: 6
        anchors.top: button.bottom
        visible: false
        color: "#9900ff00"
    
}
}
posted @ 2019-09-17 16:06 ccsdu2009 閱讀(789) | 評論 (0)編輯 收藏
 
上層MouseArea需要接受右鍵事件,如下
    MouseArea {
        anchors.fill
: parent
        acceptedButtons: Qt.LeftButton | Qt.RightButton
    
}
posted @ 2019-09-17 11:18 ccsdu2009 閱讀(398) | 評論 (0)編輯 收藏
 
import QtQuick 2.11
import QtQuick.Controls 2.4

Rectangle
{
    width
:640
    height:480
    color:"#cfcfc0"

    anchors.margins: 6

    MouseArea {
        id: mouseRegion
        anchors.fill: parent
;
        acceptedButtons
: Qt.LeftButton | Qt.RightButton

        onClicked: {
            if(mouse.button == Qt.RightButton)
                contentMenu.popup()
        
}

        Menu 
{
            id
: contentMenu

            MenuItem {
                text: "Cut"
                onTriggered: {
}
            }

            MenuItem 
{
                text
: "Copy"
                onTriggered: {
}
            }

            MenuItem 
{
                text
: "Paste"
                onTriggered: {
}
            }

            MenuSeparator 
{ }

            Menu 
{
                title
: "More"
                MenuItem {
                    text: "Edit"
                
}
                MenuItem 
{
                    text
: "Select All"
                
}
            }
        }
    }
}
posted @ 2019-09-17 11:10 ccsdu2009 閱讀(1006) | 評論 (0)編輯 收藏
 
 1     Button {
 2         anchors.left: button
 3         text: "菜單"
 4         anchors.leftMargin: 12
 5         onClicked: popupMenu.popup()
 6      }
 7 
 8      Menu {
 9           id : popupMenu
10           title: "&File"
11 
12           MenuItem {
13               text: "&Open"
14               onTriggered:{}
15           }
16 
17           MenuItem {
18               text: "&Save"
19               onTriggered: {}
20           }
21 
22           MenuItem {
23               text: "&Close"
24               onTriggered: Qt.quit()
25           }
26     }
posted @ 2019-09-17 11:06 ccsdu2009 閱讀(1179) | 評論 (0)編輯 收藏

2019年9月16日

import QtQuick 2.5
import QtQuick.Layouts 1.2
import QtQuick.Controls 1.4
import QtQuick.Controls.Styles 1.4

Rectangle 
{
    id
: circularProgressBar
    width: 60
    height: 60

    color: "#333333"
    property real currentValue: 0
    property bool textVisible: true
    property bool canClick: false

    Canvas {
        id: canvas
        anchors.fill: parent
        antialiasing: true

        property color primaryColor: "transparent"
        property color secondaryColor: "lightblue"

        property real centerWidth: width / 2
        property real centerHeight: height / 2
        property real radius: Math.min(canvas.width-10, canvas.height-10) / 2

        property real minimumValue: 0
        property real maximumValue: 100
        property alias currentValue : circularProgressBar.currentValue

        property string text: "0"
        property real angle: (currentValue - minimumValue) / (maximumValue - minimumValue) * 2 * Math.PI
        property real angleOffset: -Math.PI / 2

        onPrimaryColorChanged: requestPaint()
        onSecondaryColorChanged: requestPaint()
        onMinimumValueChanged: requestPaint()
        onMaximumValueChanged: requestPaint()
        onCurrentValueChanged: requestPaint()

        onPaint: {
            var ctx = getContext("2d")
;
            ctx.save();

            ctx.clearRect(0, 0, canvas.width, canvas.height);

            if(mouseArea.pressed) {
                ctx.beginPath();
                ctx.lineWidth = 10;
                ctx.fillStyle = Qt.lighter(canvas.secondaryColor,1.25);
                ctx.arc(canvas.centerWidth,
                        canvas.centerHeight,
                        canvas.radius,
                        0,
                        2*Math.PI);
                ctx.fill();

                timer.running = true;
            
}

            ctx.beginPath();
            ctx.lineWidth = 10;
            ctx.strokeStyle = primaryColor;
            ctx.arc(canvas.centerWidth,
                    canvas.centerHeight,
                    canvas.radius,
                    angleOffset + canvas.angle,
                    angleOffset + 2*Math.PI);
            ctx.stroke();

            ctx.beginPath();
            ctx.lineWidth = 3;
            ctx.strokeStyle = canvas.secondaryColor;
            ctx.arc(canvas.centerWidth,
                    canvas.centerHeight,
                    canvas.radius,
                    canvas.angleOffset,
                    canvas.angleOffset + canvas.angle);
            ctx.stroke();

            ctx.restore();
        }

        Text 
{
            id
: progressText
            anchors.centerIn: parent

            font.pixelSize: 16
            text: canvas.text
            visible: circularProgressBar.textVisible
            color: canvas.secondaryColor
        
}

        MouseArea 
{
            id
: mouseArea
            anchors.fill: parent
            visible: circularProgressBar.canClick
            onClicked: canvas.clicked()
            onPressedChanged: canvas.requestPaint()
        
}

        Timer
{
            id
: timer
            interval: 100
;
            running
: true
            repeat: true
;
            onTriggered
: {

                if(circularProgressBar.currentValue === 100) {
                    circularProgressBar.currentValue = 0
;
                    progressText.text = "0"
                
}

                circularProgressBar.currentValue += 1;
                progressText.text = circularProgressBar.currentValue.toString()+"%";
            }

        }
    }
}
posted @ 2019-09-16 16:38 ccsdu2009 閱讀(1351) | 評論 (0)編輯 收藏
僅列出標(biāo)題  下一頁
 
青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品
  • <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            欧美在线观看日本一区| 久久久国产精品亚洲一区| 激情婷婷久久| 亚洲视频在线观看三级| 欧美成人精品| 午夜精品免费视频| 国产精品成人一区二区三区夜夜夜 | 国产女主播一区二区三区| 亚洲国产老妈| 麻豆精品视频在线| 久久久夜色精品亚洲| 国产一区二区日韩精品| 欧美伊久线香蕉线新在线| 日韩亚洲在线观看| 欧美视频在线免费看| 一本色道久久综合亚洲精品高清 | 一区二区日韩伦理片| 亚洲福利电影| 久久福利影视| 在线观看视频亚洲| 久久久视频精品| 欧美一区亚洲| 亚洲大黄网站| 亚洲第一网站免费视频| 欧美成人a视频| 99ri日韩精品视频| 日韩一区二区高清| 国产精品盗摄久久久| 新67194成人永久网站| 在线日韩av永久免费观看| 美日韩免费视频| 女女同性女同一区二区三区91| 91久久亚洲| 在线视频日韩| 伊人久久亚洲影院| 亚洲人成网站影音先锋播放| 欧美日韩精品免费看| 亚洲专区国产精品| 亚洲一区国产精品| 国语精品一区| 老鸭窝毛片一区二区三区| 91久久国产综合久久蜜月精品 | 亚洲欧美日韩久久精品 | 欧美暴力喷水在线| 夜夜嗨av一区二区三区网页| 亚洲一卡二卡三卡四卡五卡| 国产人成精品一区二区三| 久久精品国产亚洲一区二区| 美女露胸一区二区三区| 亚洲一区免费看| 久久久亚洲高清| 亚洲一区二区三区在线播放| 亚洲欧美一区在线| 亚洲精品久久久久久久久| 亚洲小说区图片区| 亚洲激情社区| 亚洲欧美激情视频| 久久久蜜桃一区二区人| 亚洲久色影视| 亚洲男女自偷自拍| 日韩视频国产视频| 久久国产精品一区二区三区| 亚洲精品中文字幕在线| 亚洲免费视频观看| 亚洲精选视频在线| 久久久一本精品99久久精品66| 亚洲日本成人网| 新狼窝色av性久久久久久| 日韩视频一区二区三区在线播放免费观看 | 国产色综合久久| 日韩一区二区久久| 国产一区亚洲| 亚洲资源av| 99精品国产高清一区二区 | 国产一区清纯| 亚洲一区二区欧美日韩| 亚洲大片免费看| 午夜天堂精品久久久久| 亚洲小说欧美另类婷婷| 欧美精品啪啪| 亚洲电影第三页| 国内精品久久久久影院 日本资源 国内精品久久久久伊人av | 欧美日韩精品中文字幕| 免费欧美高清视频| 国产一区av在线| 亚洲在线中文字幕| 午夜伦理片一区| 国产精品永久在线| 亚洲欧美在线另类| 欧美一区二区三区四区夜夜大片| 国产精品激情偷乱一区二区∴| 9久草视频在线视频精品| 亚洲视频每日更新| 欧美一级网站| 亚洲国产精品久久人人爱蜜臀| 亚洲性xxxx| 久久精品99国产精品| 国产日韩欧美制服另类| 午夜精品久久| 久久久福利视频| 在线观看成人小视频| 久久久久欧美精品| 亚洲高清免费视频| 99视频在线观看一区三区| 欧美理论在线| 亚洲桃色在线一区| 久久国产精品久久久久久电车| 国产亚洲欧美一区二区三区| 欧美亚洲三区| 男女激情久久| 亚洲伦理自拍| 国产精品看片你懂得| 亚洲欧美亚洲| 欧美好吊妞视频| 亚洲网在线观看| 国产三级欧美三级| 麻豆精品在线视频| 亚洲人成在线观看一区二区| 一二三区精品福利视频| 国产精品久久久久毛片软件| 亚洲伊人色欲综合网| 久久精品理论片| 亚洲国产女人aaa毛片在线| 欧美**人妖| 一区二区三区.www| 久久亚洲一区二区| 亚洲视频精品| 亚洲国产91| 国产精品日韩欧美一区二区三区| 欧美在线不卡| 亚洲精品国产日韩| 久久成人精品无人区| 亚洲电影在线播放| 国产精品久久国产三级国电话系列 | 欧美第一黄色网| 亚洲一区二区精品在线观看| 国产欧美精品一区aⅴ影院| 久久久中精品2020中文| aa级大片欧美| 精品成人一区二区三区四区| 欧美韩国在线| 久久精品官网| 中日韩午夜理伦电影免费| 久久一本综合频道| 亚洲综合好骚| 99re6这里只有精品| 韩日午夜在线资源一区二区| 欧美午夜精品一区二区三区| 久色婷婷小香蕉久久| 性久久久久久久久| 99re亚洲国产精品| 欧美高清在线观看| 久久精品国产99精品国产亚洲性色| 亚洲精品久久7777| 影音先锋在线一区| 国产精品自拍视频| 欧美色精品天天在线观看视频| 免费看亚洲片| 久久免费99精品久久久久久| 午夜在线一区二区| 亚洲一区二区伦理| 宅男噜噜噜66一区二区| 亚洲精品久久久久久下一站 | 久久综合久色欧美综合狠狠| 欧美网站在线观看| 免费成人高清视频| 久久久久国产精品一区三寸| 亚洲影院色无极综合| 日韩午夜电影| 99v久久综合狠狠综合久久| 亚洲欧洲在线免费| 亚洲激情视频在线播放| 亚洲国产精品久久久久秋霞不卡| 久久全国免费视频| 美国十次成人| 欧美成人精品不卡视频在线观看 | 久久精品国产免费| 久久成人精品电影| 久久精品在线免费观看| 午夜天堂精品久久久久| 亚洲在线成人精品| 香蕉免费一区二区三区在线观看 | 欧美亚洲综合在线| 欧美在线视频导航| 久久久久久久97| 久久免费黄色| 欧美国内亚洲| aa级大片欧美| 欧美一区二区三区视频免费播放| 亚洲欧美日本视频在线观看| 亚洲图片欧美一区| 欧美一级视频免费在线观看| 久久爱91午夜羞羞| 免费日韩av| 欧美日韩一区二区三区四区五区 | 欧美在线啊v| 久久久久久久综合狠狠综合| 麻豆精品传媒视频| 亚洲美女中文字幕| 亚洲综合欧美|