Searched refs:cret (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstflowcombiner.c | 217 GstFlowReturn cret = GST_FLOW_OK; in gst_flow_combiner_get_flow() local 232 cret = fret; in gst_flow_combiner_get_flow() 243 cret = GST_FLOW_NOT_LINKED; in gst_flow_combiner_get_flow() 245 cret = GST_FLOW_EOS; in gst_flow_combiner_get_flow() 249 gst_flow_get_name (cret), cret); in gst_flow_combiner_get_flow() 250 return cret; in gst_flow_combiner_get_flow()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstclocksync.c | 310 GstClockReturn cret; in gst_clocksync_do_sync() local 346 cret = gst_clock_id_wait (clocksync->clock_id, &jitter); in gst_clocksync_do_sync() 349 cret, GST_STIME_ARGS (jitter)); in gst_clocksync_do_sync() 356 if (cret == GST_CLOCK_UNSCHEDULED || clocksync->flushing) in gst_clocksync_do_sync()
|
D | gsttee.c | 873 GstFlowReturn ret, cret; in gst_tee_handle_data() local 921 cret = GST_FLOW_OK; in gst_tee_handle_data() 923 cret = GST_FLOW_NOT_LINKED; in gst_tee_handle_data() 978 GST_LOG_OBJECT (tee, "Replacing ret val %d with %d", cret, ret); in gst_tee_handle_data() 979 cret = ret; in gst_tee_handle_data() 988 return cret; in gst_tee_handle_data()
|
D | gstidentity.c | 387 GstClockReturn cret; in gst_identity_do_sync() local 406 cret = gst_clock_id_wait (identity->clock_id, NULL); in gst_identity_do_sync() 413 if (cret == GST_CLOCK_UNSCHEDULED || identity->flushing) in gst_identity_do_sync()
|
/third_party/openssl/test/ |
D | destest.c | 672 unsigned char cret[8]; in test_des_cbc_cksum() local 675 cs = DES_cbc_cksum(cbc_data, &cret, strlen((char *)cbc_data), &ks, in test_des_cbc_cksum() 679 return TEST_mem_eq(cret, 8, cbc_cksum_data, 8); in test_des_cbc_cksum()
|
/third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
D | gstosxaudiosink.c | 392 gboolean cret = gst_caps_can_intersect (pad_caps, caps); in gst_osx_audio_sink_acceptcaps() local 394 if (!cret) in gst_osx_audio_sink_acceptcaps()
|
/third_party/gstreamer/gstplugins_good/sys/directsound/ |
D | gstdirectsoundsink.c | 336 gboolean cret = gst_caps_is_subset (caps, pad_caps); in gst_directsound_sink_acceptcaps() local 338 if (!cret) { in gst_directsound_sink_acceptcaps()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 507 GstFlowReturn ret, cret; in gst_ogg_demux_chain_peer() local 520 ret = cret = GST_FLOW_OK; in gst_ogg_demux_chain_peer() 905 cret = gst_ogg_demux_combine_flows (ogg, pad, ret); in gst_ogg_demux_chain_peer() 911 return cret; in gst_ogg_demux_chain_peer()
|