/third_party/gstreamer/gstplugins_good/gst/flv/ |
D | gstflvmux.c | 328 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 …]
|
D | gstflvmux.h | 95 gboolean streamable; member
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest-message.h | 209 std::string StreamableToString(const T& streamable) { in StreamableToString() argument 210 return (Message() << streamable).GetString(); in StreamableToString()
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest-message.h | 210 std::string StreamableToString(const T& streamable) { in StreamableToString() argument 211 return (Message() << streamable).GetString(); in StreamableToString()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | ebml-write.h | 64 gboolean streamable; member
|
D | matroska-mux.c | 524 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 …]
|
D | ebml-write.c | 219 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/ |
D | str_join_test.cc | 270 StreamableType streamable = {"object"}; in TEST() local 271 f(&s, streamable); in TEST()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | qtmux.c | 345 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/ |
D | pattern.c | 2369 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/ |
D | gstqtmux.h | 314 gboolean streamable; member
|
D | gstqtmux.c | 3177 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/ |
D | mxftypes.h | 243 …ul, MXFOperationalPattern pattern, gboolean internal_essence, gboolean streamable, gboolean single…
|
D | mxftypes.c | 733 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/ |
D | testing.md | 459 given message. The `message` argument can be anything streamable to
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest.h | 2876 std::string StreamableToString(const T& streamable) { 2877 return (Message() << streamable).GetString();
|
/third_party/googletest/docs/ |
D | advanced.md | 638 where `message` can be anything streamable to `std::ostream`. `SCOPED_TRACE`
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 2691 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/ |
D | ChangeLog | 150566 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/ |
D | 0001-cve.patch | 79388 - of expressions and streamable validation. 79578 - and should be helpful for a future streamable validation.
|