⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainproc.c

📁 代码有点长,需细心阅读,仅供影音视听类产品的开发人员参考
💻 C
字号:
/*
** FILE
** mainproc.c
**
**
*/

#include "config.h"
#include "global.h"
#include "regmap.h"
#include "util.h"
#include "func.h"
#include "audio.h"
#include "auctrl.h"
#include "avd.h"
#include "sig.h"
#include "macro.h"

#include "osd.h"


/*
** FUNCTION
** MediaMainLoop
**
** DESCRIPTION
** Setup and call to mainloop.
*/
void MediaMainLoop(void)
{
	
    regs0->seq_ext = 0;

#ifndef LINEAR_PLAYBACK
    if(GetIntrMask() & INTR_FOUND)
    {
        do
        {
            polling();
        } while(!(GetIntrFlag() & INTR_FOUND));
    }
#endif
    
#ifdef SUPPORT_DISCMAN//jhuang 2003/3/10
     MaxTL_tm = 1000;//800;//2003/7/2 05:03

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -