Home
last modified time | relevance | path

Searched refs:gst_allocator_alloc (Results 1 – 25 of 32) sorted by relevance

12

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmemory.c34 memory = gst_allocator_alloc (NULL, 4, NULL); in GST_START_TEST()
102 memory = gst_allocator_alloc (NULL, 4, NULL); in GST_START_TEST()
206 memory = gst_allocator_alloc (NULL, 4, NULL); in GST_START_TEST()
227 memory = gst_allocator_alloc (NULL, 0, NULL); in GST_START_TEST()
250 mem = gst_allocator_alloc (NULL, 0, NULL); in GST_START_TEST()
259 mem = gst_allocator_alloc (NULL, size, NULL); in GST_START_TEST()
279 mem = gst_allocator_alloc (NULL, 100, NULL); in GST_START_TEST()
378 mem = gst_allocator_alloc (NULL, 100, NULL); in GST_START_TEST()
402 mem = gst_allocator_alloc (NULL, 100, NULL); in GST_START_TEST()
455 mem = gst_allocator_alloc (NULL, 100, NULL); in GST_START_TEST()
[all …]
Dgstbuffer.c490 mem = gst_allocator_alloc (NULL, 100, NULL); in GST_START_TEST()
513 mem = gst_allocator_alloc (NULL, 100, NULL); in GST_START_TEST()
526 mem = gst_allocator_alloc (NULL, 100, NULL); in GST_START_TEST()
649 gst_buffer_insert_memory (buf, -1, gst_allocator_alloc (NULL, 50, NULL)); in GST_START_TEST()
650 gst_buffer_insert_memory (buf, -1, gst_allocator_alloc (NULL, 50, NULL)); in GST_START_TEST()
708 gst_buffer_insert_memory (buf, -1, gst_allocator_alloc (NULL, 50, NULL)); in GST_START_TEST()
709 gst_buffer_insert_memory (buf, -1, gst_allocator_alloc (NULL, 50, NULL)); in GST_START_TEST()
710 gst_buffer_insert_memory (buf, -1, gst_allocator_alloc (NULL, 50, NULL)); in GST_START_TEST()
757 gst_buffer_append_memory (buf, gst_allocator_alloc (NULL, 0, NULL)); in GST_START_TEST()
758 gst_buffer_append_memory (buf, gst_allocator_alloc (NULL, 10, NULL)); in GST_START_TEST()
[all …]
Dgstevent.c341 mem = gst_allocator_alloc (NULL, 40, NULL); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/examples/memory/
Dmemory_test.c23 mem = gst_allocator_alloc (alloc, 1024, &params); in main()
/third_party/gstreamer/gstplugins_bad/gst/gdp/
Ddataprotocol.c152 mem = gst_allocator_alloc (NULL, GST_DP_HEADER_LENGTH, NULL); in gst_dp_payload_buffer()
241 mem = gst_allocator_alloc (NULL, GST_DP_HEADER_LENGTH, NULL); in gst_dp_payload_caps()
289 mem = gst_allocator_alloc (NULL, GST_DP_HEADER_LENGTH, NULL); in gst_dp_payload_event()
/third_party/gstreamer/gstreamer/gst/
Dgstallocator.h186 GstMemory * gst_allocator_alloc (GstAllocator * allocator, gsize size,
Dgstallocator.c108 copy = gst_allocator_alloc (allocator, size, &params); in _fallback_mem_copy()
315 gst_allocator_alloc (GstAllocator * allocator, gsize size, in gst_allocator_alloc() function
Dgstbuffer.c267 result = gst_allocator_alloc (NULL, size, NULL); in _actual_merged_memory()
891 mem = gst_allocator_alloc (allocator, size, params); in gst_buffer_new_allocate()
932 mem = gst_allocator_alloc (allocator, asize, align); in gst_buffer_new_allocate()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbuffer.c114 mem = gst_allocator_alloc (NULL, hlen, NULL); in gst_rtp_buffer_allocate_data()
137 mem = gst_allocator_alloc (NULL, payload_len, NULL); in gst_rtp_buffer_allocate_data()
141 mem = gst_allocator_alloc (NULL, pad_len, NULL); in gst_rtp_buffer_allocate_data()
858 mem = gst_allocator_alloc (NULL, min_size, NULL); in gst_rtp_buffer_set_extension_data()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dfilesink.c106 GstMemory* mem_block = gst_allocator_alloc(NULL,num_bytes,NULL); \
132 GstMemory* mem_block = gst_allocator_alloc(NULL,num_bytes,NULL); \
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtprtxreceive.c477 mem = gst_allocator_alloc (NULL, payload_len, NULL); in _gst_rtp_buffer_new_from_rtx()
492 mem = gst_allocator_alloc (NULL, pad_len, NULL); in _gst_rtp_buffer_new_from_rtx()
Dgstrtprtxsend.c418 mem = gst_allocator_alloc (NULL, rtp.size[1], NULL); in gst_rtp_rtx_buffer_new()
427 mem = gst_allocator_alloc (NULL, payload_len, NULL); in gst_rtp_rtx_buffer_new()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglmemory.c79 ASSERT_WARNING (mem = gst_allocator_alloc (gl_allocator, 0, NULL)); in GST_START_TEST()
94 ASSERT_WARNING (mem = gst_allocator_alloc (gl_allocator, 0, NULL)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegenc.c212 new_memory = gst_allocator_alloc (NULL, desired_size, &params); in ensure_memory()
486 jpegenc->output_mem = gst_allocator_alloc (NULL, jpegenc->bufsize, &params); in gst_jpegenc_handle_frame()
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristrtpdeext.c218 mem = gst_allocator_alloc (NULL, orig_ts_packet_count * ts_packet_size, NULL); in gst_rist_rtp_deext_chain()
/third_party/gstreamer/gstplugins_good/ext/libpng/
Dgstpngenc.c240 mem = gst_allocator_alloc (NULL, length, NULL); in user_write_data()
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpaafpay.c205 mem = gst_allocator_alloc (NULL, sizeof (struct avtp_stream_pdu), NULL); in gst_avtp_aaf_pay_change_state()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpulpfeccommon.c267 ret_mem = gst_allocator_alloc (NULL, MIN_RTP_HEADER_LEN + payload_len, NULL); in rtp_ulpfec_bitstring_to_media_rtp_buffer()
Dgstrtph264pay.c1231 size_header = gst_allocator_alloc (NULL, 2, NULL); in gst_rtp_h264_pay_send_bundle()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dristrtpext.c443 gst_buffer_append_memory (ibuf, gst_allocator_alloc (NULL, (204 - 188) * 7, in GST_START_TEST()
959 gst_buffer_append_memory (ibuf, gst_allocator_alloc (NULL, 5, NULL)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgiobasesrc.c377 mem = gst_allocator_alloc (NULL, cachesize, NULL); in gst_gio_base_src_create()
/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstinteraudiosrc.c405 mem = gst_allocator_alloc (NULL, (period_samples - n) * bpf, NULL); in gst_inter_audio_src_create()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpchunkstream.c562 mem = gst_allocator_alloc (NULL, size, 0); in gst_rtmp_chunk_stream_parse_payload()
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dgstshmsink.c314 memory = gst_allocator_alloc (NULL, size, params); in gst_shm_sink_allocator_alloc()
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegenc.c1210 mem = gst_allocator_alloc (NULL, 8, NULL); in gst_openjpeg_enc_encode_stripe()

12