?? videnc1_copy_ti_priv.h
字號:
/* * Copyright 2006 by Texas Instruments Incorporated. * * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are * granted through contract. * *//* * ======== videnc1_copy_ti_priv.h ======== * Internal vendor specific (TI) interface header for VIDENC1COPY * algorithm. Only the implementation source files include * this header; this header is not shipped as part of the * algorithm. * * This header contains declarations that are specific to * this implementation and which do not need to be exposed * in order for an application to use the VIDENC1COPY algorithm. */#ifndef VIDENC1COPY_TI_PRIV_#define VIDENC1COPY_TI_PRIV_typedef struct VIDENC1COPY_TI_Obj { IALG_Obj alg; /* MUST be first field of all XDAS algs */} VIDENC1COPY_TI_Obj;extern Int VIDENC1COPY_TI_alloc(const IALG_Params *algParams, IALG_Fxns **pf, IALG_MemRec memTab[]);extern Int VIDENC1COPY_TI_free(IALG_Handle handle, IALG_MemRec memTab[]);extern Int VIDENC1COPY_TI_initObj(IALG_Handle handle, const IALG_MemRec memTab[], IALG_Handle parent, const IALG_Params *algParams);extern XDAS_Int32 VIDENC1COPY_TI_process(IVIDENC1_Handle h, XDM_BufDesc *inBufs, XDM_BufDesc *outBufs, IVIDENC1_InArgs *inArgs, IVIDENC1_OutArgs *outArgs);extern XDAS_Int32 VIDENC1COPY_TI_control(IVIDENC1_Handle handle, IVIDENC1_Cmd id, IVIDENC1_DynamicParams *params, IVIDENC1_Status *status);#endif/* * @(#) ti.xdais.dm.examples.videnc1_copy; 1,0,0,7; 10-18-2006 19:12:30; /db/wtree/library/trees/dais-g07x/src/ */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -