/third_party/gstreamer/gstplugins_bad/ext/opus/ |
D | gstopusparse.c | 111 parse->got_headers = FALSE; in gst_opus_parse_init() 121 parse->got_headers = FALSE; in gst_opus_parse_start() 134 parse->got_headers = FALSE; in gst_opus_parse_stop() 252 if (!parse->got_headers) { in gst_opus_parse_handle_frame() 343 if (!parse->got_headers || !parse->header_sent) { in gst_opus_parse_parse_frame() 358 parse->got_headers = TRUE; in gst_opus_parse_parse_frame()
|
D | gstopusparse.h | 47 gboolean got_headers, header_sent; member
|
/third_party/libsoup/tests/ |
D | continue-test.c | 42 EVENT_HANDLER (got_headers) in EVENT_HANDLER() argument 84 G_CALLBACK (got_headers), "client"); in EVENT_HANDLER() 417 G_CALLBACK (got_headers), "server"); in request_started()
|
D | redirect-test.c | 123 got_headers (SoupMessage *msg, gpointer user_data) in got_headers() function 182 G_CALLBACK (got_headers), &treq); in do_message_api_test() 227 G_CALLBACK (got_headers), &treq); in do_request_api_test()
|
D | multipart-test.c | 98 got_headers (SoupMessage *msg, int *headers_count) in got_headers() function 445 G_CALLBACK (got_headers), &headers_count); in test_multipart()
|
D | sniffing-test.c | 164 got_headers (SoupMessage *msg, gpointer data) in got_headers() function 235 "signal::got-headers", got_headers, GINT_TO_POINTER (should_pause), in do_signals_test()
|
/third_party/gstreamer/gstplugins_good/ext/flac/ |
D | gstflacdec.h | 43 gboolean got_headers; /* have we received all the header buffers yet? */ member
|
D | gstflacenc.h | 60 gboolean got_headers; member
|
D | gstflacdec.c | 221 dec->got_headers = FALSE; in gst_flac_dec_start() 287 flacdec->got_headers = FALSE; in gst_flac_dec_set_format() 808 if (G_UNLIKELY (!dec->got_headers)) { in gst_flac_dec_handle_frame() 825 dec->got_headers = TRUE; in gst_flac_dec_handle_frame()
|
D | gstflacenc.c | 402 flacenc->got_headers = FALSE; in gst_flac_enc_start() 1196 if (!flacenc->got_headers) { in gst_flac_enc_write_callback() 1206 flacenc->got_headers = TRUE; in gst_flac_enc_write_callback() 1210 if (flacenc->got_headers && samples == 0) { in gst_flac_enc_write_callback()
|
/third_party/gstreamer/gstplugins_good/ext/soup/ |
D | gstsouphttpsrc.h | 84 gboolean got_headers; /* Already received headers from the server */ member
|
D | gstsouphttpsrc.c | 564 src->got_headers = FALSE; in gst_soup_http_src_reset() 1521 src->got_headers = TRUE; in gst_soup_http_src_got_headers() 2809 if (!src->got_headers && GST_STATE (src) >= GST_STATE_PAUSED) { in gst_soup_http_src_check_seekable() 2811 while (!src->got_headers && !g_cancellable_is_cancelled (src->cancellable) in gst_soup_http_src_check_seekable() 2856 if (src->got_headers && !src->seekable) { in gst_soup_http_src_do_seek()
|
/third_party/libsoup/libsoup/ |
D | soup-message.h | 48 void (*got_headers) (SoupMessage *msg); member
|
D | soup-server.c | 1339 got_headers (SoupMessage *msg, SoupClientContext *client) in got_headers() function 1519 g_signal_connect (msg, "got_headers", G_CALLBACK (got_headers), client); in start_request()
|
D | soup-message.c | 523 G_STRUCT_OFFSET (SoupMessageClass, got_headers), in soup_message_class_init()
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 1953 * libsoup/soup-server.c (got_headers): fix leak when decoding path 2260 * libsoup/soup-server.c (got_headers): set Date header, as 2265 * libsoup/soup-server.c (got_headers): if raw_paths isn't set, 2494 (got_informational, got_headers, got_chunk, got_body): remove 2590 immediately after "got_headers", not "got_body", so that we can 5252 got_headers in the 1xx case. 5600 (got_headers, got_chunk, got_body): Default signal methods that
|
D | NEWS | 3854 processing. (Eg, "wrote_body", "got_headers".) (You
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 16973 reset the decoder and mark got_headers FALSE.
|