Home
last modified time | relevance | path

Searched refs:have_data (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Daudioiirfilter.c98 static gboolean have_data = FALSE; variable
104 if (!have_data) { in on_handoff()
120 have_data = TRUE; in on_handoff()
130 have_data = FALSE; in GST_START_TEST()
164 fail_unless (have_data); in GST_START_TEST()
Daudiofirfilter.c88 static gboolean have_data = FALSE; variable
94 if (!have_data) { in on_handoff()
110 have_data = TRUE; in on_handoff()
121 have_data = FALSE; in GST_START_TEST()
167 fail_unless (have_data); in GST_START_TEST()
Dinterleave.c95 static gint have_data; variable
141 have_data++; in interleave_chain_func()
158 have_data = 0; in GST_START_TEST()
252 fail_unless (have_data == 2); in GST_START_TEST()
289 have_data = 0; in GST_START_TEST()
379 fail_unless (have_data == 2); in GST_START_TEST()
525 have_data++; in sink_handoff_float32()
538 have_data = 0; in test_interleave_2ch_pipeline()
601 fail_unless (have_data == 4); in test_interleave_2ch_pipeline()
632 have_data = 0; in GST_START_TEST()
[all …]
/third_party/gstreamer/gstreamer/tests/check/libs/
Dbaseparse.c35 static gboolean have_data = FALSE; variable
399 have_data = TRUE; in _sink_chain()
470 have_data = FALSE; in GST_START_TEST()
485 fail_unless (have_data == TRUE); in GST_START_TEST()
517 have_data = TRUE; in _sink_chain_pull_short_read()
573 have_data = FALSE; in GST_START_TEST()
590 fail_unless_equals_int (have_data, TRUE); in GST_START_TEST()
619 have_data = TRUE; in _sink_chain_pull_frame_growth()
648 have_data = FALSE; in GST_START_TEST()
670 fail_unless (have_data == TRUE); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dmxfdemux.c30 static gboolean have_data = FALSE; variable
77 have_data = TRUE; in _sink_chain()
194 have_data = FALSE; in GST_START_TEST()
220 fail_unless (have_data == TRUE); in GST_START_TEST()
242 have_data = FALSE; in GST_START_TEST()
277 fail_unless (have_data == TRUE); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux-webvtt.c99 gboolean have_data = FALSE; in webvtt_decode_vttc() local
137 have_data = TRUE; in webvtt_decode_vttc()
145 if (have_data) { in webvtt_decode_vttc()
162 return have_data; in webvtt_decode_vttc()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudiointerleave.c99 static gint have_data; variable
144 have_data += map.size; in interleave_chain_func()
167 have_data = 0; in GST_START_TEST()
268 while (have_data < 48000 * 2 * 2 * sizeof (float)) in GST_START_TEST()
307 have_data = 0; in GST_START_TEST()
391 while (have_data != 48000 * 2 * sizeof (float)) in GST_START_TEST()
410 while (have_data != 48000 * 2 * 2 * sizeof (float)) in GST_START_TEST()
563 have_data += map.size; in sink_handoff_float32()
579 have_data = 0; in test_audiointerleave_2ch_pipeline()
651 fail_unless (have_data == 48000 * 2 * 4 * sizeof (gfloat)); in test_audiointerleave_2ch_pipeline()
[all …]
/third_party/libinput/tools/
Dlibinput-analyze-per-slot-delta.py54 self.have_data = False
63 self.have_data = True
66 self.have_data = True
121 self.have_data = True
376 if fmt.have_data:
/third_party/libsnd/src/
Dcaf.c344 int marker, k, have_data = 0, error ; in caf_read_header() local
484 have_data = 1 ; in caf_read_header()
548 if (! psf->sf.seekable && have_data) in caf_read_header()
557 if (have_data == 0) in caf_read_header()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfmux.c1463 gboolean have_data = FALSE; in gst_mxf_mux_handle_eos() local
1469 have_data = FALSE; in gst_mxf_mux_handle_eos()
1483 have_data = TRUE; in gst_mxf_mux_handle_eos()
1494 if (have_data && !l->next) { in gst_mxf_mux_handle_eos()
1505 have_data = TRUE; in gst_mxf_mux_handle_eos()
1507 } while (have_data); in gst_mxf_mux_handle_eos()
/third_party/libcoap/src/
Dcoap_block.c2926 int have_data = 0; in check_freshness() local
2933 have_data = 1; in check_freshness()
2939 have_data = 1; in check_freshness()
2947 have_data = 1; in check_freshness()
2963 if (have_data) { in check_freshness()
/third_party/gstreamer/gst_libav/
DChangeLog4363 We use have_data (that comes from libav), instead of only trying 10
4379 We use have_data (that comes from libav), instead of only trying 10 times,
4413 have_data is not propagated from gst_ffmpegviddec_video_frame to
4414 gst_ffmpegviddec_frame. have_data is only set to 1 in
4416 not true while draining, which means that have_data from libav will be
5022 And properly use the have_data variable. It's a boolean.