Searched refs:inbufs (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtprtx.c | 138 GstBuffer *inbufs[5]; in GST_START_TEST() local 159 inbufs[i] = create_rtp_buffer (master_ssrc, master_pt, 100 + i); in GST_START_TEST() 160 gst_harness_push (hsend, gst_buffer_ref (inbufs[i])); in GST_START_TEST() 182 compare_rtp_packets (inbufs[i], outbuf); in GST_START_TEST() 183 gst_buffer_unref (inbufs[i]); in GST_START_TEST()
|
/third_party/node/deps/openssl/openssl/engines/ |
D | e_dasync.c | 165 unsigned char **inbufs; member 659 pipe_ctx->inbufs = (unsigned char **)ptr; in dasync_cipher_ctrl_helper() 777 (ctx, pipe_ctx->outbufs[i], pipe_ctx->inbufs[i], in dasync_cipher_helper()
|
/third_party/openssl/engines/ |
D | e_dasync.c | 165 unsigned char **inbufs; member 659 pipe_ctx->inbufs = (unsigned char **)ptr; in dasync_cipher_ctrl_helper() 777 (ctx, pipe_ctx->outbufs[i], pipe_ctx->inbufs[i], in dasync_cipher_helper()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiodecoder.c | 1399 GQueue inbufs = G_QUEUE_INIT; in gst_audio_decoder_finish_frame_or_subframe() local 1485 g_queue_push_tail (&inbufs, g_queue_pop_head (&priv->frames)); in gst_audio_decoder_finish_frame_or_subframe() 1565 if (inbufs.length) { in gst_audio_decoder_finish_frame_or_subframe() 1567 for (l = inbufs.head; l; l = l->next) { in gst_audio_decoder_finish_frame_or_subframe() 1602 g_queue_foreach (&inbufs, (GFunc) gst_buffer_unref, NULL); in gst_audio_decoder_finish_frame_or_subframe() 1603 g_queue_clear (&inbufs); in gst_audio_decoder_finish_frame_or_subframe()
|