Home
last modified time | relevance | path

Searched refs:gst_memory_ref (Results 1 – 25 of 31) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgstmemory.h329 gst_memory_ref (GstMemory * memory) in gst_memory_ref() function
341 GstMemory * gst_memory_ref (GstMemory * memory);
Dgstmemory.c131 gst_memory_ref (parent); in gst_memory_init()
478 gst_memory_ref (GstMemory * memory) in gst_memory_ref() function
Dgstbuffer.c312 return gst_memory_ref (GST_BUFFER_MEM_PTR (buffer, idx)); in _get_merged_memory()
436 ret = gst_memory_ref (mem); in _memory_get_exclusive_reference()
949 _memory_add (newbuf, -1, gst_memory_ref (mem), TRUE); in gst_buffer_new_allocate()
1151 mem = gst_memory_ref (GST_BUFFER_MEM_PTR (buffer, idx)); in _get_mapped()
1864 _replace_memory (buffer, len, idx, length, gst_memory_ref (nmem)); in gst_buffer_map_range()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkimageview.c124 (GstVulkanImageMemory *) gst_memory_ref (GST_MEMORY_CAST (image)); in gst_vulkan_image_view_new()
Dgstvkfullscreenquad.c969 priv->uniforms = gst_memory_ref (uniforms); in gst_vulkan_full_screen_quad_set_uniform_buffer()
1003 priv->indices = gst_memory_ref (indices); in gst_vulkan_full_screen_quad_set_index_buffer()
1034 priv->vertices = gst_memory_ref (vertices); in gst_vulkan_full_screen_quad_set_vertex_buffer()
Dgstvkimagememory.c660 ret->image = (GstVulkanImageMemory *) gst_memory_ref ((GstMemory *) image); in gst_vulkan_image_memory_find_view()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkcolorconvert.c653 return gst_memory_ref (sinfo->user_data); in swizzle_rgb_create_uniform_memory()
677 sinfo->user_data = gst_memory_ref (uniforms); in swizzle_rgb_create_uniform_memory()
707 return gst_memory_ref (sinfo->user_data); in yuv_to_rgb_create_uniform_memory()
742 sinfo->user_data = gst_memory_ref (uniforms); in yuv_to_rgb_create_uniform_memory()
1284 gst_memory_ref ((GstMemory *) render_img_mems[i])); in gst_vulkan_color_convert_transform()
Dvkviewconvert.c512 return gst_memory_ref (conv->uniform); in get_uniforms()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecallocator.c154 gst_memory_ref (mem); in gst_v4l2_codec_allocator_release()
Dgstv4l2decoder.c925 request->bitstream = gst_memory_ref (bitstream); in gst_v4l2_decoder_alloc_request()
971 request->bitstream = gst_memory_ref (bitstream); in gst_v4l2_decoder_alloc_sub_request()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglframebuffer.c108 attach->mem = (GstGLBaseMemory *) gst_memory_ref (GST_MEMORY_CAST (mem)); in _fbo_attachment_init()
Dgstgloverlaycompositor.c411 gst_memory_ref ((GstMemory *) comp_gl_memory); in gst_gl_composition_overlay_upload()
Dgstglupload.c1658 unmap_data->memory = gst_memory_ref (in_mem); in _directviv_upload_perform_gl_thread()
2160 GST_GL_RGBA, gst_memory_ref (in_map_info.memory), in _nvmm_upload_perform()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbuffer.c884 gst_memory_ref (mem); in gst_rtp_buffer_set_extension_data()
890 gst_memory_ref (mem); in gst_rtp_buffer_set_extension_data()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c675 GST_GL_RGBA, gst_memory_ref (nvmm_mem), in gst_gl_buffer_pool_nvmm_alloc()
1182 gst_buffer_insert_memory (buffer, -1, gst_memory_ref (info->dmabuf)); in _try_export_dmabuf()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c139 group->mem[mem->plane] = gst_memory_ref ((GstMemory *) mem); in _v4l2mem_dispose()
1269 gst_memory_ref (group->mem[i]); in gst_v4l2_allocator_qbuf()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcvideodec.c1244 tmp->oes_mem = (GstGLMemory *) gst_memory_ref ((GstMemory *) sync->oes_mem); in _amc_gl_copy()
1439 gst_memory_ref ((GstMemory *) self->oes_mem)); in gst_amc_video_dec_loop()
1447 (GstGLMemory *) gst_memory_ref ((GstMemory *) self->oes_mem); in gst_amc_video_dec_loop()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmemory.c167 gst_memory_ref (mem2); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c1274 gst_buffer_prepend_memory (buffer, gst_memory_ref (set_data_frame_value)); in gst_rtmp_connection_set_data_frame()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.cpp1868 gst_memory_ref (mem); in gst_d3d11_memory_release()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c211 gst_atomic_queue_push (self->queue, gst_memory_ref (mem)); in gst_va_memory_pool_push()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c1426 gst_buffer_append_memory (*outbuf, gst_memory_ref (GST_MEMORY_CAST (kmsmem))); in gst_kms_sink_import_dmabuf()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c3340 gst_buffer_append_memory (new_buffer, gst_memory_ref (sei)); in gst_h264_parser_insert_sei_internal()
Dgsth265parser.c4276 new_mem = gst_memory_ref (sei); in gst_h265_parser_insert_sei_internal()
/third_party/gstreamer/gstplugins_good/
DNEWS1272 gst_event_copy, gst_memory_ref, gst_memory_unref, gst_message_ref,

12