/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstflowcombiner.c | 225 GstFlowReturn fret = GST_PAD_LAST_FLOW_RETURN (iter->data); in gst_flow_combiner_get_flow() local 228 combiner, iter->data, gst_flow_get_name (fret), fret); in gst_flow_combiner_get_flow() 230 if (fret <= GST_FLOW_NOT_NEGOTIATED || fret == GST_FLOW_FLUSHING) { in gst_flow_combiner_get_flow() 232 cret = fret; in gst_flow_combiner_get_flow() 236 if (fret != GST_FLOW_NOT_LINKED) { in gst_flow_combiner_get_flow() 238 if (fret != GST_FLOW_EOS) in gst_flow_combiner_get_flow() 269 gst_flow_combiner_update_flow (GstFlowCombiner * combiner, GstFlowReturn fret) in gst_flow_combiner_update_flow() argument 276 gst_flow_get_name (fret), fret); in gst_flow_combiner_update_flow() 278 if (combiner->last_ret == fret) { in gst_flow_combiner_update_flow() 279 return fret; in gst_flow_combiner_update_flow() [all …]
|
D | gstpushsrc.c | 124 GstFlowReturn fret; in gst_push_src_create() local 131 fret = pclass->create (src, ret); in gst_push_src_create() 133 fret = in gst_push_src_create() 136 return fret; in gst_push_src_create() 143 GstFlowReturn fret; in gst_push_src_alloc() local 150 fret = pclass->alloc (src, ret); in gst_push_src_alloc() 152 fret = GST_BASE_SRC_CLASS (parent_class)->alloc (bsrc, offset, length, ret); in gst_push_src_alloc() 154 return fret; in gst_push_src_alloc() 161 GstFlowReturn fret; in gst_push_src_fill() local 168 fret = pclass->fill (src, ret); in gst_push_src_fill() [all …]
|
D | gstflowcombiner.h | 58 GstFlowReturn gst_flow_combiner_update_flow (GstFlowCombiner * combiner, GstFlowReturn fret); 62 GstFlowReturn fret);
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | fakesink.c | 129 GstFlowReturn fret; in GST_START_TEST() local 136 fret = gst_pad_chain (sinkpad, buffer); in GST_START_TEST() 137 fail_if (fret != GST_FLOW_OK); in GST_START_TEST() 146 GstFlowReturn fret; in GST_START_TEST() local 153 fret = gst_pad_chain (sinkpad, buffer); in GST_START_TEST() 154 fail_if (fret != GST_FLOW_OK); in GST_START_TEST() 163 GstFlowReturn fret; in GST_START_TEST() local 186 fret = chain_async_return (data); in GST_START_TEST() 187 fail_if (fret != GST_FLOW_OK); in GST_START_TEST() 194 GstFlowReturn fret; in GST_START_TEST() local [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | ftell.c | 41 int fret = fseek(fptr, 0L, SEEK_SET); in ftell_0100() local 42 if (fret != 0) { in ftell_0100() 72 int fret = fseek(fptr, 8L, SEEK_SET); in ftell_0200() local 73 if (fret != 0) { in ftell_0200() 103 int fret = fseek(fptr, 0L, SEEK_END); in ftell_0300() local 104 if (fret != 0) { in ftell_0300()
|
D | getc.c | 41 int fret = fseek(fptr, 0, SEEK_SET); in getc_0100() local 42 if (fret != 0) { in getc_0100()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtphdrextclientaudiolevel.c | 278 GstFlowReturn fret; in GST_START_TEST() local 290 fret = gst_harness_push (h, b); in GST_START_TEST() 291 fail_unless (fret == GST_FLOW_OK); in GST_START_TEST() 312 GstFlowReturn fret; in GST_START_TEST() local 330 fret = gst_harness_push (h, b); in GST_START_TEST() 331 fail_unless (fret == GST_FLOW_OK); in GST_START_TEST()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | enum-typecheck.c | 16 enum good fret(void); 17 enum bad fret(void) { return 0; } in fret() function
|
/third_party/gstreamer/gstplugins_good/ext/shout2/ |
D | gstshout2.c | 558 GstFlowReturn fret = GST_FLOW_OK; local 592 fret = gst_base_sink_wait_preroll (GST_BASE_SINK (sink)); 593 if (fret != GST_FLOW_OK) 623 return fret; 723 GstFlowReturn fret = GST_FLOW_OK; local 734 fret = gst_shout2send_connect (sink); 735 if (fret != GST_FLOW_OK) 746 fret = gst_base_sink_wait_preroll (basesink); 747 if (fret != GST_FLOW_OK) 804 return fret;
|
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/ |
D | gstjifmux.c | 698 GstFlowReturn fret = GST_FLOW_OK; in gst_jif_mux_chain() local 713 fret = gst_jif_mux_recombine_image (self, &buf, old); in gst_jif_mux_chain() 721 if (fret == GST_FLOW_OK) { in gst_jif_mux_chain() 722 fret = gst_pad_push (self->srcpad, buf); in gst_jif_mux_chain() 724 return fret; in gst_jif_mux_chain()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfdsrc.c | 550 GstFlowReturn fret; in gst_fd_src_create_base() local 555 fret = gst_fd_src_create_offset (bsrc, offset, length, ret); in gst_fd_src_create_base() 557 fret = GST_BASE_SRC_CLASS (parent_class)->create (bsrc, offset, length, ret); in gst_fd_src_create_base() 560 return fret; in gst_fd_src_create_base()
|
/third_party/pulseaudio/src/pulsecore/ |
D | conf-parser.c | 246 …DWORD fret = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_ME… in pa_config_parse() local 249 if (fret != 0) { in pa_config_parse()
|
/third_party/grpc/third_party/upb/upb/json/ |
D | parser.rl | 9 ** the "fcall" and "fret" constructs. 2590 %/{ fhold; fret; } 2592 >{ fhold; fret; } 2619 @{ fhold; fret; } 2658 @{ fhold; fret; } 2671 @{ fhold; fret; } 2689 @{ fhold; fret; } 2781 <: any >{ fhold; fret; } ;
|
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/ |
D | gstipcpipelinecomm.c | 1646 GstFlowReturn fret) in cancel_request() argument 1654 req->ret = fret; in cancel_request() 1663 GstFlowReturn fret = comm_request_ret_get_failure_value (req->type); in cancel_request_error() local 1665 cancel_request (key, value, user_data, fret); in cancel_request_error()
|
/third_party/skia/third_party/externals/brotli/tests/testdata/ |
D | plrabn12.txt | 6134 All sounds on fret by string or golden wire,
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | ulyss10.txt | 6350 --That'll be all right, Myles Crawford said more calmly. Never you fret.
|