Home
last modified time | relevance | path

Searched refs:streamable (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvmux.c328 mux->streamable = DEFAULT_STREAMABLE; in gst_flv_mux_init()
498 if (ret && mux->streamable && mux->state != GST_FLV_MUX_STATE_HEADER) { in gst_flv_mux_video_pad_setcaps()
676 if (ret && mux->streamable && mux->state != GST_FLV_MUX_STATE_HEADER) { in gst_flv_mux_audio_pad_setcaps()
736 if (mux->state != GST_FLV_MUX_STATE_HEADER && !mux->streamable) { in gst_flv_mux_create_new_pad()
953 if (!mux->streamable) { in gst_flv_mux_create_metadata()
1008 if (!mux->streamable && mux->duration == GST_CLOCK_TIME_NONE) { in gst_flv_mux_create_metadata()
1012 if (!mux->streamable && mux->duration != GST_CLOCK_TIME_NONE) { in gst_flv_mux_create_metadata()
1368 if (mux->streamable) { in gst_flv_mux_buffer_to_tag_internal()
1539 if (!mux->streamable) { in gst_flv_mux_write_header()
1553 mux->streamable = TRUE; in gst_flv_mux_write_header()
[all …]
Dgstflvmux.h95 gboolean streamable; member
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-message.h209 std::string StreamableToString(const T& streamable) { in StreamableToString() argument
210 return (Message() << streamable).GetString(); in StreamableToString()
/third_party/googletest/googletest/include/gtest/
Dgtest-message.h210 std::string StreamableToString(const T& streamable) { in StreamableToString() argument
211 return (Message() << streamable).GetString(); in StreamableToString()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Debml-write.h64 gboolean streamable; member
Dmatroska-mux.c524 mux->ebml_write->streamable = DEFAULT_STREAMABLE; in gst_matroska_mux_init()
3148 if (!mux->ebml_write->streamable) { in gst_matroska_mux_start()
3162 mux->ebml_write->streamable = TRUE; in gst_matroska_mux_start()
3198 if (!mux->ebml_write->streamable) { in gst_matroska_mux_start()
3211 if (mux->ebml_write->streamable) { in gst_matroska_mux_start()
3252 if (!mux->ebml_write->streamable) { in gst_matroska_mux_start()
3360 if (toc != NULL && !mux->ebml_write->streamable) { in gst_matroska_mux_start()
4084 if (!mux->ebml_write->streamable) in gst_matroska_mux_write_data()
4149 if (!mux->ebml_write->streamable && (is_video_keyframe || is_audio_only)) { in gst_matroska_mux_write_data()
4304 if (!mux->ebml_write->streamable) { in gst_matroska_mux_handle_buffer()
[all …]
Debml-write.c219 ebml->streamable ? GST_FORMAT_TIME : GST_FORMAT_BYTES); in gst_ebml_writer_send_segment_event()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_join_test.cc270 StreamableType streamable = {"object"}; in TEST() local
271 f(&s, streamable); in TEST()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dqtmux.c345 const gchar * sinkname, guint32 dts_method, gboolean streamable) in check_qtmux_pad_fragmented() argument
359 qtmux = setup_qtmux (srctemplate, sinkname, !streamable); in check_qtmux_pad_fragmented()
362 g_object_set (qtmux, "streamable", streamable, NULL); in check_qtmux_pad_fragmented()
450 const gchar * sinkname, guint32 dts_method, gboolean streamable) in check_qtmux_pad_fragmented_finalise() argument
463 qtmux = setup_qtmux (srctemplate, sinkname, !streamable); in check_qtmux_pad_fragmented_finalise()
467 g_object_set (qtmux, "streamable", streamable, NULL); in check_qtmux_pad_fragmented_finalise()
/third_party/libxml2/
Dpattern.c2369 int streamable = 1; in xmlPatterncompile() local
2417 if (streamable) { in xmlPatterncompile()
2422 streamable = 0; in xmlPatterncompile()
2425 streamable = 0; in xmlPatterncompile()
2428 if (streamable) in xmlPatterncompile()
2438 if (streamable == 0) { in xmlPatterncompile()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.h314 gboolean streamable; member
Dgstqtmux.c3177 if (qtmux->streamable in gst_qt_mux_start_file()
3225 qtmux->streamable = TRUE; in gst_qt_mux_start_file()
7526 qtmux->streamable = g_value_get_boolean (value); in gst_qt_mux_subclass_set_property()
7546 g_value_set_boolean (value, qtmux->streamable); in gst_qt_mux_subclass_get_property()
7561 gboolean streamable; in gst_qt_mux_subclass_class_init() local
7571 streamable = DEFAULT_STREAMABLE; in gst_qt_mux_subclass_class_init()
7576 streamable = FALSE; in gst_qt_mux_subclass_class_init()
7581 streamable, streamable_flags | G_PARAM_STATIC_STRINGS)); in gst_qt_mux_subclass_class_init()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxftypes.h243 …ul, MXFOperationalPattern pattern, gboolean internal_essence, gboolean streamable, gboolean single…
Dmxftypes.c733 gboolean internal_essence, gboolean streamable, gboolean single_track) in mxf_op_set_generalized() argument
756 if (!streamable) in mxf_op_set_generalized()
/third_party/googletest/docs/reference/
Dtesting.md459 given message. The `message` argument can be anything streamable to
/third_party/cef/tools/distrib/gtest/
Dgtest.h2876 std::string StreamableToString(const T& streamable) {
2877 return (Message() << streamable).GetString();
/third_party/googletest/docs/
Dadvanced.md638 where `message` can be anything streamable to `std::ostream`. `SCOPED_TRACE`
/third_party/gstreamer/gstplugins_good/
DChangeLog2691 isomp4: actually make streamable fallback work
2693 implementation doesn't change based on the value of the streamable
9792 flvmux: Allow requesting streamable pads after header is written
9793 Allows us to request pads after writing header for streamable flv's.
9794 For non-streamable it doesn't make sense to request a new pad after
9796 can't add the new stream. But for streamable, any clients that connect
11580 flvmux: Don't calculate duration in streamable mode
17644 flvmux: Don't refuse caps changes after starting to write headers in streamable mode.
37737 matroskamux: Create a TIME segment when creating streamable output
37763 flvmux: use time segment and copy timestamps when streamable
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog150566 Use the "streamable" property instead.
174345 qtmux: add streamable property to avoid building fragmented mfra index
180761 asfmux: Deprecate 'is-live' and add 'streamable' property
180763 'streamable' property and deprecated 'is-live' for a better/less wrong
/third_party/chromium/patch/
D0001-cve.patch79388 - of expressions and streamable validation.
79578 - and should be helpful for a future streamable validation.