Home
last modified time | relevance | path

Searched refs:preface (Results 1 – 25 of 38) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfmux.c257 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 …]
Dmxfmux.h64 MXFMetadataPreface *preface; member
Dmxfdemux.c241 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 …]
Dmxfdemux.h283 MXFMetadataPreface *preface; member
/third_party/boost/libs/python/doc/
Dindex.qbk19 [include preface.qbk]
Dpreface.qbk1 [preface Introduction
/third_party/boost/tools/quickbook/doc/
Dstructure.qbk53 * [@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/
Dspirit2_repository_HTML.manifest2 spirit_repository/preface.html
/third_party/boost/libs/spirit/doc/x3/html/
Dspirit_x3_HTML.manifest2 spirit_x3/preface.html
/third_party/boost/libs/xpressive/doc/
Dxpressive.qbk62 [include preface.qbk]
/third_party/boost/libs/metaparse/doc/
Dmetaparse.qbk77 [include preface.qbk]
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c83 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/
DREADME79 Acknowledgement: This preface borrows ideas from an article of Luke Plant.
/third_party/boost/libs/phoenix/doc/
Dphoenix3.qbk83 [include preface.qbk]
/third_party/boost/libs/spirit/repository/doc/
Dspirit2_repository.qbk105 [include preface.qbk]
/third_party/skia/site/docs/user/
Dcolor.md78 Now how do nullptr SkColorSpace defaults work into all of this? We preface all
/third_party/wayland_standard/doc/publican/sources/css/
Dcommon.css248 .preface > div > div > div > h2.title,
249 .preface > div > div > div > h1.title {
1326 div.preface, div.part {
/third_party/nghttp2/
DREADME.rst357 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/
Dspirit_x3.qbk211 [include preface.qbk]
/third_party/boost/libs/proto/doc/
Dproto.qbk245 [include preface.qbk]
/third_party/boost/libs/spirit/doc/html/
Dspirit2_HTML.manifest2 spirit/preface.html
/third_party/boost/libs/fusion/doc/html/
Dquickbook_HTML.manifest2 fusion/preface.html
/third_party/nghttp2/doc/sources/
Dtutorial-client.rst239 A HTTP/2 connection begins by sending the client connection preface,
Dtutorial-server.rst294 The server now begins by sending the server connection preface, which
/third_party/nghttp2/doc/
Dprogrammers-guide.rst100 connection preface using `nghttp2_submit_settings()`. Similarly,

12