Home
last modified time | relevance | path

Searched refs:g_ptr_array_ref (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-atsc-section.c91 copy->descriptors = g_ptr_array_ref (source->descriptors); in _gst_mpegts_atsc_vct_source_copy()
115 copy->sources = g_ptr_array_ref (vct->sources); in _gst_mpegts_atsc_vct_copy()
116 copy->descriptors = g_ptr_array_ref (vct->descriptors); in _gst_mpegts_atsc_vct_copy()
308 copy->descriptors = g_ptr_array_ref (mgt_table->descriptors); in _gst_mpegts_atsc_mgt_table_copy()
330 copy->tables = g_ptr_array_ref (mgt->tables); in _gst_mpegts_atsc_mgt_copy()
331 copy->descriptors = g_ptr_array_ref (mgt->descriptors); in _gst_mpegts_atsc_mgt_copy()
730 copy->segments = g_ptr_array_ref (mstring->segments); in _gst_mpegts_atsc_mult_string_copy()
913 copy->titles = g_ptr_array_ref (event->titles); in _gst_mpegts_atsc_eit_event_copy()
914 copy->descriptors = g_ptr_array_ref (event->descriptors); in _gst_mpegts_atsc_eit_event_copy()
939 copy->events = g_ptr_array_ref (eit->events); in _gst_mpegts_atsc_eit_copy()
[all …]
Dgst-dvb-section.c162 copy->descriptors = g_ptr_array_ref (eit->descriptors); in _gst_mpegts_eit_event_copy()
187 copy->events = g_ptr_array_ref (eit->events); in _gst_mpegts_eit_copy()
317 copy->descriptors = g_ptr_array_ref (bat->descriptors); in _gst_mpegts_bat_stream_copy()
340 copy->descriptors = g_ptr_array_ref (bat->descriptors); in _gst_mpegts_bat_copy()
341 copy->streams = g_ptr_array_ref (bat->streams); in _gst_mpegts_bat_copy()
495 copy->descriptors = g_ptr_array_ref (nit->descriptors); in _gst_mpegts_nit_stream_copy()
517 copy->descriptors = g_ptr_array_ref (nit->descriptors); in _gst_mpegts_nit_copy()
518 copy->streams = g_ptr_array_ref (nit->streams); in _gst_mpegts_nit_copy()
839 copy->descriptors = g_ptr_array_ref (sdt->descriptors); in _gst_mpegts_sdt_service_copy()
861 copy->services = g_ptr_array_ref (sdt->services); in _gst_mpegts_sdt_copy()
[all …]
Dgstmpegtssection.c526 return g_ptr_array_ref ((GPtrArray *) section->cached_parsed); in gst_mpegts_section_get_pat()
643 copy->descriptors = g_ptr_array_ref (pmt->descriptors); in _gst_mpegts_pmt_stream_copy()
667 copy->descriptors = g_ptr_array_ref (pmt->descriptors); in _gst_mpegts_pmt_copy()
668 copy->streams = g_ptr_array_ref (pmt->streams); in _gst_mpegts_pmt_copy()
1004 return g_ptr_array_ref ((GPtrArray *) section->cached_parsed); in gst_mpegts_section_get_cat()
1028 return g_ptr_array_ref ((GPtrArray *) section->cached_parsed); in gst_mpegts_section_get_tsdt()
Dgst-scte-section.c51 copy->components = g_ptr_array_ref (event->components); in _gst_mpegts_scte_splice_event_copy()
246 copy->splices = g_ptr_array_ref (sit->splices); in _gst_mpegts_scte_sit_copy()
247 copy->descriptors = g_ptr_array_ref (sit->descriptors); in _gst_mpegts_scte_sit_copy()
Dgst-dvb-descriptor.c597 copy->linkage_data = g_ptr_array_ref (source->linkage_data); in _gst_mpegts_dvb_linkage_descriptor_copy()
1096 copy->items = g_ptr_array_ref (source->items); in _gst_mpegts_extended_event_descriptor_copy()
2236 copy->cells = g_ptr_array_ref (source->cells); in _gst_mpegts_t2_delivery_system_descriptor_copy()
2271 copy->sub_cells = g_ptr_array_ref (source->sub_cells); in _gst_mpegts_t2_delivery_system_cell_copy()
/third_party/glib/glib/
Dgstrvbuilder.c97 return (GStrvBuilder *) g_ptr_array_ref (&builder->array); in g_strv_builder_ref()
Dgarray.h159 GPtrArray* g_ptr_array_ref (GPtrArray *array);
Dgarray.c1369 g_ptr_array_ref (GPtrArray *array) in g_ptr_array_ref() function
/third_party/glib/glib/tests/
Darray-test.c951 gparray2 = g_ptr_array_ref (gparray); in pointer_array_ref_count()
961 gparray2 = g_ptr_array_ref (gparray); in pointer_array_ref_count()
1013 g_ptr_array_ref (gparray); in pointer_array_free_func()
1026 gparray2 = g_ptr_array_ref (gparray); in pointer_array_free_func()
1299 ptr_array3 = g_ptr_array_ref (ptr_array2); in pointer_array_extend_and_steal()
/third_party/glib/gobject/
Dgboxed.c145 G_DEFINE_BOXED_TYPE (GPtrArray, g_ptr_array,g_ptr_array_ref, g_ptr_array_unref) in G_DEFINE_BOXED_TYPE()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2938 g_ptr_array_ref
/third_party/glib/
DNEWS6590 676034 Fix doc annotation for g_ptr_array_ref()