openmaxil-1.1.2/OMX_BUFFERHEADERTYPE
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#r06bc9f0]
#backlinks
*説明 [#i2ff5500]
-パス: [[openmaxil-1.1.2/OMX_Core.h]]
-FIXME: これは何?
--説明
**参考 [#r1ffd3b5]
*実装 [#v620508e]
/** @ingroup buf */
typedef struct OMX_BUFFERHEADERTYPE
{
OMX_U32 nSize; /**< size of the structu...
-
--[[openmaxil-1.1.2/OMX_U32]]
OMX_VERSIONTYPE nVersion; /**< OMX specification v...
-
--[[openmaxil-1.1.2/OMX_VERSIONTYPE]]
OMX_U8* pBuffer; /**< Pointer to actual b...
that is acting as t...
-
--[[openmaxil-1.1.2/OMX_U8]]
OMX_U32 nAllocLen; /**< size of the buffer ...
OMX_U32 nFilledLen; /**< number of bytes cur...
buffer */
OMX_U32 nOffset; /**< start offset of val...
the start of the bu...
OMX_PTR pAppPrivate; /**< pointer to any data...
wants to associate ...
-
--[[openmaxil-1.1.2/OMX_PTR]]
OMX_PTR pPlatformPrivate; /**< pointer to any data...
wants to associate ...
OMX_PTR pInputPortPrivate; /**< pointer to any data...
wants to associate ...
OMX_PTR pOutputPortPrivate; /**< pointer to any data...
wants to associate ...
OMX_HANDLETYPE hMarkTargetComponent; /**< The compon...
mark event...
-
--[[openmaxil-1.1.2/OMX_HANDLETYPE]]
OMX_PTR pMarkData; /**< Application specifi...
the mark sent on a ...
this mark from othe...
OMX_U32 nTickCount; /**< Optional entry that...
application can upd...
when they access th...
value should be in ...
this is a value rel...
starting point, thi...
to determine absolu...
optional entry and ...
will update it.*/
OMX_TICKS nTimeStamp; /**< Timestamp correspon...
starting at the fir...
boundary in the buf...
successive samples ...
be inferred by addi...
of the preceding bu...
of the preceding bu...
-
--[[openmaxil-1.1.2/OMX_TICKS]]
OMX_U32 nFlags; /**< buffer specific fla...
OMX_U32 nOutputPortIndex; /**< The index of the ou...
this buffer */
OMX_U32 nInputPortIndex; /**< The index of the in...
this buffer */
} OMX_BUFFERHEADERTYPE;
*コメント [#g55197c4]
終了行:
*参照元 [#r06bc9f0]
#backlinks
*説明 [#i2ff5500]
-パス: [[openmaxil-1.1.2/OMX_Core.h]]
-FIXME: これは何?
--説明
**参考 [#r1ffd3b5]
*実装 [#v620508e]
/** @ingroup buf */
typedef struct OMX_BUFFERHEADERTYPE
{
OMX_U32 nSize; /**< size of the structu...
-
--[[openmaxil-1.1.2/OMX_U32]]
OMX_VERSIONTYPE nVersion; /**< OMX specification v...
-
--[[openmaxil-1.1.2/OMX_VERSIONTYPE]]
OMX_U8* pBuffer; /**< Pointer to actual b...
that is acting as t...
-
--[[openmaxil-1.1.2/OMX_U8]]
OMX_U32 nAllocLen; /**< size of the buffer ...
OMX_U32 nFilledLen; /**< number of bytes cur...
buffer */
OMX_U32 nOffset; /**< start offset of val...
the start of the bu...
OMX_PTR pAppPrivate; /**< pointer to any data...
wants to associate ...
-
--[[openmaxil-1.1.2/OMX_PTR]]
OMX_PTR pPlatformPrivate; /**< pointer to any data...
wants to associate ...
OMX_PTR pInputPortPrivate; /**< pointer to any data...
wants to associate ...
OMX_PTR pOutputPortPrivate; /**< pointer to any data...
wants to associate ...
OMX_HANDLETYPE hMarkTargetComponent; /**< The compon...
mark event...
-
--[[openmaxil-1.1.2/OMX_HANDLETYPE]]
OMX_PTR pMarkData; /**< Application specifi...
the mark sent on a ...
this mark from othe...
OMX_U32 nTickCount; /**< Optional entry that...
application can upd...
when they access th...
value should be in ...
this is a value rel...
starting point, thi...
to determine absolu...
optional entry and ...
will update it.*/
OMX_TICKS nTimeStamp; /**< Timestamp correspon...
starting at the fir...
boundary in the buf...
successive samples ...
be inferred by addi...
of the preceding bu...
of the preceding bu...
-
--[[openmaxil-1.1.2/OMX_TICKS]]
OMX_U32 nFlags; /**< buffer specific fla...
OMX_U32 nOutputPortIndex; /**< The index of the ou...
this buffer */
OMX_U32 nInputPortIndex; /**< The index of the in...
this buffer */
} OMX_BUFFERHEADERTYPE;
*コメント [#g55197c4]
ページ名: