Home
last modified time | relevance | path

Searched refs:is_video_stream (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dpsmuxstream.c75 stream->is_video_stream = FALSE; in psmux_stream_new()
100 stream->is_video_stream = TRUE; in psmux_stream_new()
140 stream->is_video_stream = TRUE; in psmux_stream_new()
189 if (stream->is_video_stream) in psmux_stream_new()
Dpsmux.c192 if (stream->is_video_stream) { in psmux_create_stream()
384 bits_write (&bw, 1, stream->is_video_stream); /* buffer_bound_scale */ in psmux_ensure_system_header()
385 …bits_write (&bw, 13, stream->max_buffer_size / (stream->is_video_stream ? 1024 : 128)); /* buf… in psmux_ensure_system_header()
Dpsmuxstream.h123 gboolean is_video_stream; member
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmuxstream.c131 stream->is_video_stream = TRUE; in tsmux_stream_new()
136 stream->is_video_stream = TRUE; in tsmux_stream_new()
155 stream->is_video_stream = TRUE; in tsmux_stream_new()
461 if (stream->is_video_stream) { in tsmux_stream_initialize_pes_packet()
Dtsmuxstream.h156 gboolean is_video_stream; member
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c1242 if (mux->force_key_unit_event != NULL && best->stream->is_video_stream) { in gst_base_ts_mux_aggregate_buffer()
1323 if (best->stream->is_video_stream) { in gst_base_ts_mux_aggregate_buffer()