gstomx-0.10.1/get_port()
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#f589b487]
#backlinks
*説明 [#n85a642a]
-パス: [[gstomx-0.10.1/omx/gstomx_util.c]]
-FIXME: これは何?
--説明
**引数 [#z2ed5d46]
-GOmxCore * core
--
--[[gstomx-0.10.1/GOmxCore]]
-guint index
--
--[[gstomx-0.10.1/guint]]
**返り値 [#j44509fd]
-GOmxPort *
--
--[[gstomx-0.10.1/GOmxPort]]
**参考 [#h3a70719]
*実装 [#uc500241]
static inline GOmxPort *
get_port (GOmxCore * core, guint index)
{
if (G_LIKELY (index < core->ports->len)) {
return g_ptr_array_index (core->ports, index);
}
-
--[[gstomx-0.10.1/G_LIKELY()]]
-
--[[gstomx-0.10.1/g_ptr_array_index()]]
return NULL;
}
*コメント [#xf96027e]
終了行:
*参照元 [#f589b487]
#backlinks
*説明 [#n85a642a]
-パス: [[gstomx-0.10.1/omx/gstomx_util.c]]
-FIXME: これは何?
--説明
**引数 [#z2ed5d46]
-GOmxCore * core
--
--[[gstomx-0.10.1/GOmxCore]]
-guint index
--
--[[gstomx-0.10.1/guint]]
**返り値 [#j44509fd]
-GOmxPort *
--
--[[gstomx-0.10.1/GOmxPort]]
**参考 [#h3a70719]
*実装 [#uc500241]
static inline GOmxPort *
get_port (GOmxCore * core, guint index)
{
if (G_LIKELY (index < core->ports->len)) {
return g_ptr_array_index (core->ports, index);
}
-
--[[gstomx-0.10.1/G_LIKELY()]]
-
--[[gstomx-0.10.1/g_ptr_array_index()]]
return NULL;
}
*コメント [#xf96027e]
ページ名: