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

📄 pic_define.h

📁 AMLOGIC DPF source code
💻 H
字号:
/*******************************************************************
 * 
 *  Copyright C 2005 by Amlogic, Inc. All Rights Reserved.
 *
 *  Description: 
 *
 *  Author: Amlogic Software
 *  Created: Fri Nov 11 00:18:41 2005
 *
 *******************************************************************/
#ifndef PIC_DEFINE_H
#define PIC_DEFINE_H

typedef enum {
    PIC_INIT, 
    PIC_PLAY,                   /* normal seamless playback */ 
    PIC_PAUSE,                  /* paused during normal seamless playback */ 
    PIC_NON_SEAMLESS_BREAK,

    PIC_RELOAD, 
    PIC_STOP, 
    PIC_QUIT, 
    PIC_DATAEND,
    PIC_PLAYEND, 
    PIC_ERROR
} pic_status_e;

typedef struct {
    pic_status_e  status;
} picinfo_t;

typedef enum {
    NM_PIC_SIZEINFO,            /* picture size information, [width:height] in high/low 16 bits */
    NM_PIC_DETAIL_INFO,
    NM_PIC_DECODE_PROGRESS,     /* picture decoding progress */
    NM_PIC_REQUEST_FILE,        /* ask for next play item */
    NM_PIC_REQUEST_TITLE,       /* ask for next play item in title playmode */
    NM_PIC_REQUEST_DEFAULT_FILE,/* ask for default file stored in the memory*/
    NM_PIC_REQUEST_PAGE,        /* request next play item for next page display */
    NM_PIC_TITLE_SELECT_CHANGE, /* highlight select change in title mode */
    NM_PIC_ZOOMLEVEL,     /* if pic is zoomed, it tells current zoom level */
    NM_PIC_SPEEDLEVEL,     /* if slide show ,it tell the slide show speed */
    NM_PIC_TITLE_FINISHED, /*  it indicates that one page decoding finished */
    NM_PIC_BACK_GROUND_READY, /*it indicates that a back-ground picture has been in the display buffer*/
    NM_PIC_ROTATION_LEVEL, /*if pic is rotated,it tells current rotate level*/
    NM_PIC_DISPLAY_NAME_UPDATE,/*if display pic changed,the display name should change together*/
    NM_PIC_STATUS
} pic_notify_msg_e;

#define PIC_PLAY_FLAG_AUDIO_COMP    0x01
#define PIC_PLAY_FLAG_PAGE_START    0x02

#endif

⌨️ 快捷键说明

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