Home
last modified time | relevance | path

Searched refs:gst_memory_resize (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmemory.c286 ASSERT_CRITICAL (gst_memory_resize (mem, 200, 50)); in GST_START_TEST()
287 ASSERT_CRITICAL (gst_memory_resize (mem, 0, 150)); in GST_START_TEST()
288 ASSERT_CRITICAL (gst_memory_resize (mem, 1, maxalloc)); in GST_START_TEST()
289 ASSERT_CRITICAL (gst_memory_resize (mem, maxalloc, 1)); in GST_START_TEST()
292 gst_memory_resize (mem, 0, 100); in GST_START_TEST()
300 gst_memory_resize (mem, 0, 50); in GST_START_TEST()
306 gst_memory_resize (mem, 0, 100); in GST_START_TEST()
312 gst_memory_resize (mem, 1, 99); in GST_START_TEST()
318 ASSERT_CRITICAL (gst_memory_resize (mem, 1, maxalloc - 1)); in GST_START_TEST()
320 gst_memory_resize (mem, 0, 99); in GST_START_TEST()
[all …]
Dgstbuffer.c481 gst_memory_resize (mem, 10, 70); in GST_START_TEST()
496 gst_memory_resize (mem, 20, 60); in GST_START_TEST()
515 gst_memory_resize (mem, 0, 0); in GST_START_TEST()
528 gst_memory_resize (mem, 0, 0); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstmemory.h353 void gst_memory_resize (GstMemory *mem, gssize offset, gsize size);
Dgstmemory.c201 gst_memory_resize (GstMemory * mem, gssize offset, gsize size) in gst_memory_resize() function
Dgstbuffer.c943 gst_memory_resize (mem, sizeof (GstBufferImpl), size); in gst_buffer_new_allocate()
1737 gst_memory_resize (mem, offset, left); in gst_buffer_resize_range()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecallocator.c95 gst_memory_resize (mem, offsets[i], sizes[i] - offsets[i]); in gst_v4l2_codec_buffer_new()
Dgstv4l2codecvp8dec.c599 gst_memory_resize (self->bitstream, 0, bytesused); in gst_v4l2_codec_vp8_dec_end_picture()
Dgstv4l2codecmpeg2dec.c780 gst_memory_resize (self->bitstream, 0, bytesused); in gst_v4l2_codec_mpeg2_dec_submit_bitstream()
Dgstv4l2codecvp9dec.c771 gst_memory_resize (self->bitstream, 0, bytesused); in gst_v4l2_codec_vp9_dec_end_picture()
Dgstv4l2codech264dec.c1146 gst_memory_resize (self->bitstream, 0, bytesused); in gst_v4l2_codec_h264_dec_submit_bitstream()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c931 gst_memory_resize (dma_mem, group->planes[i].data_offset, in gst_v4l2_allocator_alloc_dmabuf()
1380 gst_memory_resize (group->mem[i], offset, size); in gst_v4l2_allocator_dqbuf()
1387 gst_memory_resize (group->mem[i], 0, group->mem[i]->maxsize); in gst_v4l2_allocator_dqbuf()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegenc.c270 gst_memory_resize (jpegenc->output_mem, 0, memory_size); in gst_jpegenc_term_destination()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbuffer.c892 gst_memory_resize (mem, 0, min_size); in gst_rtp_buffer_set_extension_data()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinecomm.c1793 gst_memory_resize (mem, 0, sz); in update_adapter()
/third_party/gstreamer/gstplugins_good/
DChangeLog29051 gst_memory_resize (group->mem[i], 0, group->planes[i].bytesused);
29053 …(pulsevideo:11): GStreamer-CRITICAL **: gst_memory_resize: assertion 'size + mem->offset + offset …
/third_party/gstreamer/gstreamer/
DChangeLog30775 Add guard to gst_memory_resize() to make sure the