参照元

説明

引数

返り値

参考

実装

static void v4l_print_exportbuffer(const void *arg, bool write_only)
{
        const struct v4l2_exportbuffer *p = arg;
        pr_cont("fd=%d, type=%s, index=%u, plane=%u, flags=0x%08x\n",
                p->fd, prt_names(p->type, v4l2_type_names),
                p->index, p->plane, p->flags);
}

コメント


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2016-02-24 (水) 17:24:35