/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/iowow/src/kv/tests/ |
D | iwkv_test10.c | 76 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()
|
D | iwkv_test8.c | 81 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()
|
D | iwkv_test1.c | 168 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/ |
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 | 665 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/ |
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()
|
/third_party/iowow/src/kv/ |
D | iwkv.c | 2166 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()
|