参照元

説明

OpenMAX IL API Specification Version 1.1.2 の Table 3-2: Command Syntax より。

Command codenParampCmdData
OMX_CommandStateSetOMX_STATETYPE - state to transition toNULL
OMX_CommandFlushOMX_U32 - target port IDNULL
OMX_CommandPortDisableOMX_U32 - target port IDNULL
OMX_CommandPortEnableOMX_U32 - target port IDNULL
OMX_CommandMarkBufferOMX_U32 - target port IDOMX_MARKTYPE * - mark data and target component

参考

実装

/** The OMX_COMMANDTYPE enumeration is used to specify the action in the
 *  OMX_SendCommand macro.  
 *  @ingroup core
 */
typedef enum OMX_COMMANDTYPE
{
    OMX_CommandStateSet,    /**< Change the component state */
    OMX_CommandFlush,       /**< Flush the data queue(s) of a component */
    OMX_CommandPortDisable, /**< Disable a port on a component. */
    OMX_CommandPortEnable,  /**< Enable a port on a component. */
    OMX_CommandMarkBuffer,  /**< Mark a component/buffer for observation */
    OMX_CommandKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */ 
    OMX_CommandVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
    OMX_CommandMax = 0X7FFFFFFF
} OMX_COMMANDTYPE;

コメント


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2014-09-13 (土) 08:26:44