Home
last modified time | relevance | path

Searched refs:have_size (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstpesfilter.c120 gboolean have_size = FALSE; in gst_pes_filter_parse() local
184 have_size = TRUE; in gst_pes_filter_parse()
501 if (have_size == TRUE) { in gst_pes_filter_parse()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstpesfilter.c120 gboolean have_size = FALSE; in gst_pes_filter_parse() local
184 have_size = TRUE; in gst_pes_filter_parse()
501 if (have_size == TRUE) { in gst_pes_filter_parse()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.h85 gboolean have_size; /* Received and parsed Content-Length member
Dgstsouphttpsrc.c563 src->have_size = FALSE; in gst_soup_http_src_reset()
1534 if (!src->have_size || (src->content_size != newsize)) { in gst_soup_http_src_got_headers()
1536 src->have_size = TRUE; in gst_soup_http_src_got_headers()
1968 src->have_body && (!src->have_size || in gst_soup_http_src_parse_status()
2376 if (src->have_size) { in gst_soup_http_src_update_position()
2537 if (src->have_size && src->read_position < src->content_size) { in gst_soup_http_src_read_buffer()
2790 if (src->have_size) { in gst_soup_http_src_get_size()
2866 if (src->have_size && segment->start >= src->content_size) { in gst_soup_http_src_do_seek()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesrc.c3594 gboolean have_size; in gst_base_src_start_complete() local
3608 have_size = FALSE; in gst_base_src_start_complete()
3614 if (!(have_size = bclass->get_size (basesrc, &size))) in gst_base_src_start_complete()
3627 G_GINT64_FORMAT, gst_format_get_name (format), have_size, size, in gst_base_src_start_complete()
/third_party/ffmpeg/libavformat/
Dmovenc.c6375 int have_palette = 0, have_size = 0; in mov_create_dvd_sub_decoder_specific_info() local
6398 have_size = 1; in mov_create_dvd_sub_decoder_specific_info()
6400 if (have_palette && have_size) in mov_create_dvd_sub_decoder_specific_info()
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer4258 * examples/autoplug/autoplug.c: added have_size handler so the
/third_party/gstreamer/gstplugins_good/
DChangeLog53542 souphttpsrc: Consistently use have_size instead of content_size!=0