*参照元 [#b7a431bf]
#backlinks

*説明 [#wd56f781]
-パス: [[gstomx-0.10.1/omx/gstomx_util.h]]


-FIXME: これは何?
--説明


**参考 [#d71a633b]


*実装 [#dc240af8]
 typedef struct GOmxPort GOmxPort;
 (略)
 
 struct GOmxPort
 {
   GOmxCore *core;
   GOmxPortType type;
 
-
--[[gstomx-0.10.1/GOmxCore]]
-
--[[gstomx-0.10.1/GOmxPortType]]

   guint num_buffers;
   gulong buffer_size;
   guint port_index;
   OMX_BUFFERHEADERTYPE **buffers;
 
-
--[[gstomx-0.10.1/guint]]
-
--[[gstomx-0.10.1/gulong]]
-
--[[gstomx-0.10.1/OMX_BUFFERHEADERTYPE]]

   GMutex *mutex;
   gboolean enabled;
   gboolean omx_allocate;   /**< Setup with OMX_AllocateBuffer rather than OMX_UseBuffer */
   AsyncQueue *queue;
-
--[[gstomx-0.10.1/GMutex]]
-
--[[gstomx-0.10.1/gboolean]]
-
--[[gstomx-0.10.1/AsyncQueue]]

 };


*コメント [#c3ea80a3]

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS