Home
last modified time | relevance | path

Searched refs:all_headers (Results 1 – 23 of 23) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-event.c117 GstClockTime stream_time, GstClockTime running_time, gboolean all_headers, in gst_video_event_new_downstream_force_key_unit() argument
127 "all-headers", G_TYPE_BOOLEAN, all_headers, in gst_video_event_new_downstream_force_key_unit()
154 gboolean all_headers, guint count) in gst_video_event_new_upstream_force_key_unit() argument
161 "all-headers", G_TYPE_BOOLEAN, all_headers, in gst_video_event_new_upstream_force_key_unit()
216 GstClockTime * running_time, gboolean * all_headers, guint * count) in gst_video_event_parse_downstream_force_key_unit() argument
261 if (all_headers) in gst_video_event_parse_downstream_force_key_unit()
262 *all_headers = ev_all_headers; in gst_video_event_parse_downstream_force_key_unit()
289 GstClockTime * running_time, gboolean * all_headers, guint * count) in gst_video_event_parse_upstream_force_key_unit() argument
325 if (all_headers) in gst_video_event_parse_upstream_force_key_unit()
326 *all_headers = ev_all_headers; in gst_video_event_parse_upstream_force_key_unit()
Dvideo-event.h42 gboolean all_headers,
50 gboolean * all_headers,
55 gboolean all_headers,
61 gboolean * all_headers,
Dgstvideoencoder.c190 gboolean all_headers; member
202 forced_key_unit_event_new (GstClockTime running_time, gboolean all_headers, in forced_key_unit_event_new() argument
208 evt->all_headers = all_headers; in forced_key_unit_event_new()
1183 gboolean all_headers; in gst_video_encoder_sink_event_default() local
1187 NULL, NULL, &running_time, &all_headers, &count)) { in gst_video_encoder_sink_event_default()
1191 fevt = forced_key_unit_event_new (running_time, all_headers, count); in gst_video_encoder_sink_event_default()
1199 GST_TIME_ARGS (running_time), all_headers, count); in gst_video_encoder_sink_event_default()
1329 gboolean all_headers; in gst_video_encoder_src_event_default() local
1333 &running_time, &all_headers, &count)) { in gst_video_encoder_src_event_default()
1337 fevt = forced_key_unit_event_new (running_time, all_headers, count); in gst_video_encoder_src_event_default()
[all …]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Dapplicationlayer.c399 struct SPDY_NameValue ** all_headers = NULL; //TODO maybe array in stack is enough in SPDY_build_response() local
417 if(NULL == (all_headers = malloc(num_hdr_containers * sizeof(struct SPDY_NameValue *)))) in SPDY_build_response()
419 memset(all_headers, 0, num_hdr_containers * sizeof(struct SPDY_NameValue *)); in SPDY_build_response()
422 all_headers[1] = headers; in SPDY_build_response()
424 if(NULL == (all_headers[0] = SPDY_name_value_create())) in SPDY_build_response()
434 if(SPDY_YES != SPDY_name_value_add(all_headers[0], ":status", fullstatus)) in SPDY_build_response()
440 if(SPDY_YES != SPDY_name_value_add(all_headers[0], ":version", version)) in SPDY_build_response()
443 if(0 >= (response->headers_size = SPDYF_name_value_to_stream(all_headers, in SPDY_build_response()
448 SPDY_name_value_destroy(all_headers[0]); in SPDY_build_response()
449 free(all_headers); in SPDY_build_response()
[all …]
/third_party/boost/libs/histogram/test/
Dcheck_odr_test.py18 all_headers = set() variable
33 all_headers.add(fn)
57 diff = sorted(all_headers - set(included_headers))
/third_party/freetype/builds/meson/
Dgenerate_reference_docs.py37 all_headers = (
66 ] + all_headers
/third_party/skia/third_party/externals/freetype/builds/meson/
Dgenerate_reference_docs.py47 all_headers = (
76 ] + all_headers
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpeg4videoparse.c662 gboolean all_headers; in check_pending_key_unit_event() local
693 NULL, &all_headers, &count); in check_pending_key_unit_event()
697 running_time, all_headers, count); in check_pending_key_unit_event()
952 gboolean all_headers; in gst_mpeg4vparse_event() local
957 &timestamp, &stream_time, &running_time, &all_headers, &count); in gst_mpeg4vparse_event()
962 GST_TIME_ARGS (running_time), all_headers, count); in gst_mpeg4vparse_event()
995 gboolean all_headers; in gst_mpeg4vparse_src_event() local
1000 &running_time, &all_headers, &count); in gst_mpeg4vparse_src_event()
1005 GST_TIME_ARGS (running_time), all_headers, count); in gst_mpeg4vparse_src_event()
1007 if (all_headers) { in gst_mpeg4vparse_src_event()
Dgsth265parse.c2604 gboolean all_headers; in check_pending_key_unit_event() local
2635 NULL, &all_headers, &count)) { in check_pending_key_unit_event()
2637 NULL, NULL, &all_headers, &count); in check_pending_key_unit_event()
2642 running_time, all_headers, count); in check_pending_key_unit_event()
3294 gboolean all_headers; in gst_h265_parse_event() local
3299 &timestamp, &stream_time, &running_time, &all_headers, &count); in gst_h265_parse_event()
3304 GST_TIME_ARGS (running_time), all_headers, count); in gst_h265_parse_event()
3358 gboolean all_headers; in gst_h265_parse_src_event() local
3363 &running_time, &all_headers, &count); in gst_h265_parse_src_event()
3368 GST_TIME_ARGS (running_time), all_headers, count); in gst_h265_parse_src_event()
[all …]
Dgsth264parse.c2754 gboolean all_headers; in check_pending_key_unit_event() local
2785 NULL, &all_headers, &count)) { in check_pending_key_unit_event()
2787 NULL, NULL, &all_headers, &count); in check_pending_key_unit_event()
2792 running_time, all_headers, count); in check_pending_key_unit_event()
3688 gboolean all_headers; in gst_h264_parse_event() local
3693 &timestamp, &stream_time, &running_time, &all_headers, &count); in gst_h264_parse_event()
3699 GST_TIME_ARGS (running_time), all_headers, count); in gst_h264_parse_event()
3762 gboolean all_headers; in gst_h264_parse_src_event() local
3767 &running_time, &all_headers, &count); in gst_h264_parse_src_event()
3772 GST_TIME_ARGS (running_time), all_headers, count); in gst_h264_parse_src_event()
[all …]
/third_party/node/tools/gyp/pylib/gyp/
Dmac_tool.py350 def ExecCompileIosFrameworkHeaderMap(self, out, framework, *all_headers): argument
352 all_headers = [os.path.abspath(header) for header in all_headers]
354 for header in all_headers:
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c1068 gboolean all_headers; in check_pending_key_unit_event() local
1099 NULL, NULL, NULL, &all_headers, &count); in check_pending_key_unit_event()
1102 &all_headers, &count); in check_pending_key_unit_event()
1107 running_time, all_headers, count); in check_pending_key_unit_event()
1975 gboolean all_headers; in gst_base_ts_mux_sink_event() local
2026 &timestamp, &stream_time, &running_time, &all_headers, &count); in gst_base_ts_mux_sink_event()
2037 if (!all_headers) in gst_base_ts_mux_sink_event()
2114 gboolean all_headers, done = FALSE; in gst_base_ts_mux_src_event() local
2123 &running_time, &all_headers, &count); in gst_base_ts_mux_src_event()
2128 all_headers, count); in gst_base_ts_mux_src_event()
[all …]
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpsession.c304 gboolean all_headers, gpointer user_data);
1815 guint32 ssrc, guint payload, gboolean all_headers, gint count) in gst_rtp_session_request_remote_key_unit() argument
1827 fir = gst_structure_has_field (s, "rtcp-fb-ccm-fir") && all_headers; in gst_rtp_session_request_remote_key_unit()
1864 gboolean all_headers = FALSE; in gst_rtp_session_event_recv_rtp_src() local
1867 gst_structure_get_boolean (s, "all-headers", &all_headers); in gst_rtp_session_event_recv_rtp_src()
1871 all_headers, count)) in gst_rtp_session_event_recv_rtp_src()
2787 guint32 ssrc, gboolean all_headers, gpointer user_data) in gst_rtp_session_request_key_unit() argument
2801 "all-headers", G_TYPE_BOOLEAN, all_headers, NULL)); in gst_rtp_session_request_key_unit()
Drtpsession.h134 gboolean all_headers, gpointer user_data);
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlssink.c478 gboolean all_headers; in gst_hls_sink_ghost_event_probe() local
486 &timestamp, &stream_time, &running_time, &all_headers, &count); in gst_hls_sink_ghost_event_probe()
/third_party/boost/libs/metaparse/test/
DJamfile.v216 [ compile all_headers.cpp ]
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.c1575 gboolean all_headers; in gst_uvc_h264_src_buffer_probe() local
1580 &ts, &all_headers, &count)) { in gst_uvc_h264_src_buffer_probe()
1592 GST_TIME_FORMAT, all_headers, count, GST_TIME_ARGS (ts), in gst_uvc_h264_src_buffer_probe()
1595 stream_time, running_time, all_headers, count); in gst_uvc_h264_src_buffer_probe()
1615 gboolean all_headers; in gst_uvc_h264_src_parse_event() local
1618 &ts, &all_headers, NULL)) { in gst_uvc_h264_src_parse_event()
1620 GST_TIME_FORMAT, all_headers, GST_TIME_ARGS (ts)); in gst_uvc_h264_src_parse_event()
1622 if (all_headers) in gst_uvc_h264_src_parse_event()
/third_party/gstreamer/gstplugins_bad/tests/examples/uvch264/
Dtest-uvch264.c89 gboolean all_headers, guint count) in new_upstream_force_key_unit() argument
96 "all-headers", G_TYPE_BOOLEAN, all_headers, in new_upstream_force_key_unit()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstmultifilesink.c990 gboolean all_headers; in gst_multi_file_sink_event() local
998 &stream_time, &running_time, &all_headers, &count); in gst_multi_file_sink_event()
/third_party/node/tools/gyp/pylib/gyp/generator/
Dninja.py877 all_headers = map(
888 all_headers,
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpsession.c303 gboolean all_headers = TRUE; in session_harness_force_key_unit() local
307 "all-headers", G_TYPE_BOOLEAN, all_headers, in session_harness_force_key_unit()
/third_party/gstreamer/gstplugins_bad/
DChangeLog605 gboolean all_headers, done = FALSE, res = FALSE;
76246 "all_headers" boolean variable.
158799 Handle force key unit events outputting PAT and PMT when all_headers=TRUE
/third_party/gstreamer/gstplugins_good/
DChangeLog65556 all_headers=true is set in key unit events.