333

作者: 上官宏竹 | 来源:发表于2017-04-26 19:06 被阅读0次

enum WindowsBmfFormat

{

BMF_24BPP = 5,

BMF_32BPP = 6,

};

HI_HANDLE hWin;

HI_HANDLE hAvplay;

HI_UNF_AVPLAY_STOP_OPT_S Stop;

TDE2_SURFACE_S st_dst;

TDE2_RECT_S st_dst_rect;

TDE2_MB_S st_foreground;

TDE2_OPT_S st_bblitopt;

TDE2_RECT_S st_fg_rect;

LoggerFunc logger;

HI_U32 *mmz_y_phy = NULL;

HI_U32 *mmz_cbcr_phy = NULL;

//void *mmz_hwaddr = NULL;

const int c_maxTempNameLen = 1024;

int bStop = 0;

static const char g_zero_delay[] = {0x00, 0x00, 0x01, 0x1e,

0x48, 0x53, 0x50, 0x49,

0x43, 0x45, 0x4e, 0x44,

0x00, 0x00, 0x01, 0x00};

相关文章

网友评论

      本文标题:333

      本文链接:https://www.haomeiwen.com/subject/mjrwzttx.html