Searched refs:preface (Results 1 – 25 of 38) sorted by relevance
12
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfmux.c | 257 mux->preface = NULL; in gst_mxf_mux_reset() 347 if (mux->preface && mux->preface->content_storage && in gst_mxf_mux_set_caps() 348 mux->preface->content_storage->packages) { in gst_mxf_mux_set_caps() 351 for (i = 0; i < mux->preface->content_storage->n_packages; i++) { in gst_mxf_mux_set_caps() 354 if (!MXF_IS_METADATA_SOURCE_PACKAGE (mux->preface-> in gst_mxf_mux_set_caps() 359 MXF_METADATA_SOURCE_PACKAGE (mux->preface-> in gst_mxf_mux_set_caps() 508 mux->preface = in gst_mxf_mux_create_metadata() 510 mxf_uuid_init (&MXF_METADATA_BASE (mux->preface)->instance_uid, in gst_mxf_mux_create_metadata() 513 &MXF_METADATA_BASE (mux->preface)->instance_uid, mux->preface); in gst_mxf_mux_create_metadata() 514 mux->metadata_list = g_list_prepend (mux->metadata_list, mux->preface); in gst_mxf_mux_create_metadata() [all …]
|
D | mxfmux.h | 64 MXFMetadataPreface *preface; member
|
D | mxfdemux.c | 241 demux->preface = NULL; in gst_mxf_demux_reset_metadata() 639 mxf_metadata_base_to_structure (MXF_METADATA_BASE (demux->preface)); in gst_mxf_demux_resolve_references() 649 for (i = 0; i < demux->preface->n_identifications; i++) { in gst_mxf_demux_resolve_references() 651 demux->preface->identifications[i]; in gst_mxf_demux_resolve_references() 682 if (demux->preface->content_storage in gst_mxf_demux_find_package() 683 && demux->preface->content_storage->packages) { in gst_mxf_demux_find_package() 684 for (i = 0; i < demux->preface->content_storage->n_packages; i++) { in gst_mxf_demux_find_package() 686 demux->preface->content_storage->packages[i]; in gst_mxf_demux_find_package() 734 ret = demux->preface->primary_package; in gst_mxf_demux_choose_package() 741 for (i = 0; i < demux->preface->content_storage->n_packages; i++) { in gst_mxf_demux_choose_package() [all …]
|
D | mxfdemux.h | 283 MXFMetadataPreface *preface; member
|
/third_party/boost/libs/python/doc/ |
D | index.qbk | 19 [include preface.qbk]
|
D | preface.qbk | 1 [preface Introduction
|
/third_party/boost/tools/quickbook/doc/ |
D | structure.qbk | 53 * [@http://www.docbook.org/tdg/en/html/preface.html preface] 208 The appropriate document type for an introduction is `preface`, so 211 [preface Introduction
|
/third_party/boost/libs/spirit/repository/doc/html/ |
D | spirit2_repository_HTML.manifest | 2 spirit_repository/preface.html
|
/third_party/boost/libs/spirit/doc/x3/html/ |
D | spirit_x3_HTML.manifest | 2 spirit_x3/preface.html
|
/third_party/boost/libs/xpressive/doc/ |
D | xpressive.qbk | 62 [include preface.qbk]
|
/third_party/boost/libs/metaparse/doc/ |
D | metaparse.qbk | 77 [include preface.qbk]
|
/third_party/libwebsockets/lib/roles/h2/ |
D | http2.c | 83 static const char *preface = "PRI * HTTP/2.0\x0d\x0a\x0d\x0aSM\x0d\x0a\x0d\x0a"; variable 404 if (lws_issue_raw(wsi, (uint8_t *)preface, strlen(preface)) != in lws_h2_issue_preface() 405 (int)strlen(preface)) in lws_h2_issue_preface() 2019 if (preface[h2n->count++] != c) in lws_h2_parser() 2022 if (preface[h2n->count]) in lws_h2_parser()
|
/third_party/gettext/gettext-tools/examples/hello-csharp-forms/ |
D | README | 79 Acknowledgement: This preface borrows ideas from an article of Luke Plant.
|
/third_party/boost/libs/phoenix/doc/ |
D | phoenix3.qbk | 83 [include preface.qbk]
|
/third_party/boost/libs/spirit/repository/doc/ |
D | spirit2_repository.qbk | 105 [include preface.qbk]
|
/third_party/skia/site/docs/user/ |
D | color.md | 78 Now how do nullptr SkColorSpace defaults work into all of this? We preface all
|
/third_party/wayland_standard/doc/publican/sources/css/ |
D | common.css | 248 .preface > div > div > div > h2.title, 249 .preface > div > div > div > h1.title { 1326 div.preface, div.part {
|
/third_party/nghttp2/ |
D | README.rst | 357 Use word "client magic" where we use "client connection preface" 360 We use "client connection preface" to mean first 24 bytes of client 361 connection preface. This is technically not correct, since client 362 connection preface is composed of 24 bytes client magic byte string 383 24 bytes byte string of client connection preface, and client
|
/third_party/boost/libs/spirit/doc/x3/ |
D | spirit_x3.qbk | 211 [include preface.qbk]
|
/third_party/boost/libs/proto/doc/ |
D | proto.qbk | 245 [include preface.qbk]
|
/third_party/boost/libs/spirit/doc/html/ |
D | spirit2_HTML.manifest | 2 spirit/preface.html
|
/third_party/boost/libs/fusion/doc/html/ |
D | quickbook_HTML.manifest | 2 fusion/preface.html
|
/third_party/nghttp2/doc/sources/ |
D | tutorial-client.rst | 239 A HTTP/2 connection begins by sending the client connection preface,
|
D | tutorial-server.rst | 294 The server now begins by sending the server connection preface, which
|
/third_party/nghttp2/doc/ |
D | programmers-guide.rst | 100 connection preface using `nghttp2_submit_settings()`. Similarly,
|
12