Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstflowcombiner.c217 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/iowow/src/kv/tests/
Diwkv_test10.c76 int cret = 0; in iwkv_test10_1_impl() local
84 IW_CMP(cret, vbuf, vlen, val.data, val.size); in iwkv_test10_1_impl()
85 CU_ASSERT_EQUAL_FATAL(cret, 0); in iwkv_test10_1_impl()
Diwkv_test8.c81 int cret = 0; in iwkv_test8_1() local
89 IW_CMP(cret, vbuf, vlen, val.data, val.size); in iwkv_test8_1()
90 CU_ASSERT_EQUAL_FATAL(cret, 0); in iwkv_test8_1()
Diwkv_test1.c168 int cret; in iwkv_test2_impl() local
176 IW_CMP(cret, vbuf, vsize, val.data, val.size); in iwkv_test2_impl()
177 CU_ASSERT_EQUAL_FATAL(cret, 0); in iwkv_test2_impl()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstclocksync.c310 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()
Dgsttee.c873 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()
Dgstidentity.c387 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/
Ddestest.c665 unsigned char cret[8]; in test_des_cbc_cksum() local
668 cs = DES_cbc_cksum(cbc_data, &cret, strlen((char *)cbc_data), &ks, in test_des_cbc_cksum()
672 return TEST_mem_eq(cret, 8, cbc_cksum_data, 8); in test_des_cbc_cksum()
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxaudiosink.c392 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/
Dgstdirectsoundsink.c336 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/
Dgstoggdemux.c507 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()
/third_party/iowow/src/kv/
Diwkv.c2166 int cret; in _lx_roll_forward() local
2189 rc = _lx_sblk_cmp_key(lx, sblk, &cret); in _lx_roll_forward()
2191 if (cret > 0 || lx->upper_addr == sblk->addr) { // upper > key in _lx_roll_forward()