Home
last modified time | relevance | path

Searched refs:peer_ret (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinesink.c593 GstStateChangeReturn peer_ret = GST_STATE_CHANGE_SUCCESS; in gst_ipc_pipeline_sink_change_state() local
656 peer_ret = gst_ipc_pipeline_comm_write_state_change_to_fd (&sink->comm, in gst_ipc_pipeline_sink_change_state()
658 if (peer_ret == GST_STATE_CHANGE_FAILURE && down) { in gst_ipc_pipeline_sink_change_state()
661 peer_ret = GST_STATE_CHANGE_SUCCESS; in gst_ipc_pipeline_sink_change_state()
667 peer_ret = GST_STATE_CHANGE_SUCCESS; in gst_ipc_pipeline_sink_change_state()
671 peer_ret = GST_STATE_CHANGE_FAILURE; in gst_ipc_pipeline_sink_change_state()
676 if (peer_ret != GST_STATE_CHANGE_FAILURE) { in gst_ipc_pipeline_sink_change_state()
689 gst_element_state_change_return_get_name (peer_ret), in gst_ipc_pipeline_sink_change_state()
693 if (async && peer_ret != GST_STATE_CHANGE_ASYNC) { in gst_ipc_pipeline_sink_change_state()
703 } else if (G_UNLIKELY (!async && peer_ret == GST_STATE_CHANGE_ASYNC)) { in gst_ipc_pipeline_sink_change_state()
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_pake.function1128 uint8_t peer_ret[20] = { 0 }; // max peer length is 20 bytes
1145 (uint8_t *) &peer_ret,
1160 (uint8_t *) &peer_ret,
1166 (uint8_t *) &peer_ret,
1172 PSA_ASSERT(memcmp(peer_ret, peer, buffer_len_ret));