/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstmemory.c | 34 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 …]
|
D | gstbuffer.c | 490 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 …]
|
D | gstevent.c | 341 mem = gst_allocator_alloc (NULL, 40, NULL); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/tests/examples/memory/ |
D | memory_test.c | 23 mem = gst_allocator_alloc (alloc, 1024, ¶ms); in main()
|
/third_party/gstreamer/gstplugins_bad/gst/gdp/ |
D | dataprotocol.c | 152 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/ |
D | gstallocator.h | 186 GstMemory * gst_allocator_alloc (GstAllocator * allocator, gsize size,
|
D | gstallocator.c | 108 copy = gst_allocator_alloc (allocator, size, ¶ms); in _fallback_mem_copy() 315 gst_allocator_alloc (GstAllocator * allocator, gsize size, in gst_allocator_alloc() function
|
D | gstbuffer.c | 267 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/ |
D | gstrtpbuffer.c | 114 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/ |
D | filesink.c | 106 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/ |
D | gstrtprtxreceive.c | 477 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()
|
D | gstrtprtxsend.c | 418 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/ |
D | gstglmemory.c | 79 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/ |
D | gstjpegenc.c | 212 new_memory = gst_allocator_alloc (NULL, desired_size, ¶ms); in ensure_memory() 486 jpegenc->output_mem = gst_allocator_alloc (NULL, jpegenc->bufsize, ¶ms); in gst_jpegenc_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristrtpdeext.c | 218 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/ |
D | gstpngenc.c | 240 mem = gst_allocator_alloc (NULL, length, NULL); in user_write_data()
|
/third_party/gstreamer/gstplugins_bad/ext/avtp/ |
D | gstavtpaafpay.c | 205 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/ |
D | rtpulpfeccommon.c | 267 ret_mem = gst_allocator_alloc (NULL, MIN_RTP_HEADER_LEN + payload_len, NULL); in rtp_ulpfec_bitstring_to_media_rtp_buffer()
|
D | gstrtph264pay.c | 1231 size_header = gst_allocator_alloc (NULL, 2, NULL); in gst_rtp_h264_pay_send_bundle()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | ristrtpext.c | 443 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/ |
D | gstgiobasesrc.c | 377 mem = gst_allocator_alloc (NULL, cachesize, NULL); in gst_gio_base_src_create()
|
/third_party/gstreamer/gstplugins_bad/gst/inter/ |
D | gstinteraudiosrc.c | 405 mem = gst_allocator_alloc (NULL, (period_samples - n) * bpf, NULL); in gst_inter_audio_src_create()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | rtmpchunkstream.c | 562 mem = gst_allocator_alloc (NULL, size, 0); in gst_rtmp_chunk_stream_parse_payload()
|
/third_party/gstreamer/gstplugins_bad/sys/shm/ |
D | gstshmsink.c | 314 memory = gst_allocator_alloc (NULL, size, params); in gst_shm_sink_allocator_alloc()
|
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/ |
D | gstopenjpegenc.c | 1210 mem = gst_allocator_alloc (NULL, 8, NULL); in gst_openjpeg_enc_encode_stripe()
|