Home
last modified time | relevance | path

Searched refs:g_array_index (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/gstreamer/gstreamer/gst/
Dgstpoll.c367 ifd = &g_array_index (array, struct pollfd, fd->idx); in find_index()
369 ifd = &g_array_index (array, WinsockFd, fd->idx); in find_index()
380 ifd = &g_array_index (array, struct pollfd, i); in find_index()
382 ifd = &g_array_index (array, WinsockFd, i); in find_index()
404 struct pollfd *pfd = &g_array_index (set->fds, struct pollfd, i); in selectable_fds()
481 struct pollfd *pfd = &g_array_index (set->fds, struct pollfd, i); in pollfd_to_fd_set()
509 struct pollfd *pfd = &g_array_index (set->active_fds, struct pollfd, i); in fd_set_to_pollfd()
554 WinsockFd *wfd = &g_array_index (set->fds, WinsockFd, idx); in gst_poll_free_winsock_event()
555 HANDLE event = g_array_index (set->events, HANDLE, idx); in gst_poll_free_winsock_event()
567 wfd = &g_array_index (set->fds, WinsockFd, idx); in gst_poll_update_winsock_event_mask()
[all …]
Dgstquery.c1286 last = &g_array_index (array, GstQueryBufferingRange, array->len - 1); in gst_query_add_buffering_range()
1352 range = &g_array_index (array, GstQueryBufferingRange, index); in gst_query_parse_nth_buffering_range()
1691 ap = &g_array_index (array, AllocationPool, index); in gst_query_parse_nth_allocation_pool()
1730 oldap = &g_array_index (array, AllocationPool, index); in gst_query_set_nth_allocation_pool()
1738 g_array_index (array, AllocationPool, index) = ap; in gst_query_set_nth_allocation_pool()
1865 am = &g_array_index (array, AllocationMeta, index); in gst_query_parse_nth_allocation_meta()
1927 AllocationMeta *am = &g_array_index (array, AllocationMeta, i); in gst_query_find_allocation_meta()
2038 ap = &g_array_index (array, AllocationParam, index); in gst_query_parse_nth_allocation_param()
2072 old = &g_array_index (array, AllocationParam, index); in gst_query_set_nth_allocation_param()
2082 g_array_index (array, AllocationParam, index) = ap; in gst_query_set_nth_allocation_param()
[all …]
Dgstvalue.c151 #define VALUE_LIST_GET_VALUE(v, index) ((const GValue *) &g_array_index (VALUE_LIST_ARRAY(v), GValu…
216 v = &g_array_index (array, GValue, i); in _priv_gst_value_serialize_any_list()
256 list_value = &g_array_index (array, GValue, i); in gst_value_transform_any_list_string()
386 gst_value_init_and_copy (&g_array_index (dest, GValue, i), in copy_garray_of_gstvalue()
387 &g_array_index (src, GValue, i)); in copy_garray_of_gstvalue()
409 g_value_unset (&g_array_index (src, GValue, i)); in gst_value_free_list_or_array()
471 return gst_value_list_or_array_get_basic_type (&g_array_index (array, in gst_value_list_or_array_get_basic_type()
614 gst_value_init_and_copy (&g_array_index (array, GValue, i), in gst_value_list_concat()
618 gst_value_init_and_copy (&g_array_index (array, GValue, 0), value1); in gst_value_list_concat()
623 gst_value_init_and_copy (&g_array_index (array, GValue, in gst_value_list_concat()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Disoff.c136 traf = &g_array_index (moof->traf, GstTrafBox, 0); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
162 GstTrunSample *sample = &g_array_index (trun->samples, GstTrunSample, i); in GST_START_TEST()
208 traf = &g_array_index (moof->traf, GstTrafBox, 0); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
236 GstTrunSample *sample = &g_array_index (trun->samples, GstTrunSample, i); in GST_START_TEST()
274 traf = &g_array_index (moof->traf, GstTrafBox, 0); in GST_START_TEST()
294 tfrf_entry = &g_array_index (tfrf->entries, GstTfrfBoxEntry, 0); in GST_START_TEST()
299 tfrf_entry = &g_array_index (tfrf->entries, GstTfrfBoxEntry, 1); in GST_START_TEST()
331 trak = &g_array_index (moov->trak, GstTrakBox, 0); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.c80 init_func (&g_array_index ((field), type, i)); \
115 return &g_array_index (msg->field, type, idx); \
120 return g_array_index (msg->field, type, idx); \
139 v = &g_array_index (msg->field, type, idx); \
148 v = &g_array_index (msg->field, type, idx); \
393 repeat[j] = g_array_index (time->repeat, char *, j); in gst_sdp_message_copy()
565 g_array_index (times->repeat, gchar *, 0)); in gst_sdp_message_as_text()
568 g_array_index (times->repeat, gchar *, j)); in gst_sdp_message_as_text()
1647 attr = &g_array_index (msg->attributes, GstSDPAttribute, i); in gst_sdp_message_get_attribute_val_n()
1788 nmedia = &g_array_index (msg->medias, GstSDPMedia, len); in gst_sdp_message_add_media()
[all …]
Dgstmikey.c144 g_array_index (payload->subpayloads, GstMIKEYPayload *, i); in gst_mikey_payload_kemac_copy()
195 return g_array_index (p->subpayloads, GstMIKEYPayload *, idx); in gst_mikey_payload_kemac_get_sub()
422 GstMIKEYPayloadSPParam *param = &g_array_index (payload->params, in gst_mikey_payload_sp_copy()
476 return &g_array_index (p->params, GstMIKEYPayloadSPParam, idx); in gst_mikey_payload_sp_get_param()
990 return &g_array_index (msg->map_info, GstMIKEYMapSRTP, idx); in gst_mikey_message_get_cs_srtp()
1045 g_array_index (msg->map_info, GstMIKEYMapSRTP, idx) = *map; in gst_mikey_message_replace_cs_srtp()
1141 return g_array_index (msg->payloads, GstMIKEYPayload *, idx); in gst_mikey_message_get_payload()
1166 g_array_index (msg->payloads, GstMIKEYPayload *, i); in gst_mikey_message_find_payload()
1268 p = g_array_index (msg->payloads, GstMIKEYPayload *, idx); in gst_mikey_message_replace_payload()
1270 g_array_index (msg->payloads, GstMIKEYPayload *, idx) = payload; in gst_mikey_message_replace_payload()
[all …]
/third_party/skia/third_party/externals/harfbuzz/util/
Dview-cairo.hh75 helper_cairo_line_t &line = g_array_index (lines, helper_cairo_line_t, i); in finish()
126 helper_cairo_line_t &line = g_array_index (lines, helper_cairo_line_t, i); in render()
167 helper_cairo_line_t &l = g_array_index (lines, helper_cairo_line_t, i); in render()
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2filter.c234 positions[i] = g_array_index (group->ports, GstLV2Port, i).position;
299 group = &g_array_index (oclass->lv2.in_groups, GstLV2Group, i); in gst_lv2_filter_setup()
317 group = &g_array_index (oclass->lv2.out_groups, GstLV2Group, i); in gst_lv2_filter_setup()
407 lv2_port = &g_array_index (lv2_group->ports, GstLV2Port, j); in gst_lv2_filter_transform_data()
419 lv2_port = &g_array_index (lv2_group->ports, GstLV2Port, j); in gst_lv2_filter_transform_data()
427 lv2_port = &g_array_index (lv2_class->control_in_ports, GstLV2Port, j); in gst_lv2_filter_transform_data()
/third_party/glib/glib/tests/
Darray-test.c52 g_assert_cmpint (g_array_index (garray, gint, i), ==, expected_data[i]); in assert_int_array_equal()
96 g_assert_cmpint (g_array_index (garray, gint, i), ==, 0); in array_set_size()
119 g_assert_cmpint (g_array_index (garray, gint, i), ==, 0); in array_set_size_sized()
165 g_assert_cmpint (g_array_index (garray, gint, i), ==, i); in array_steal()
179 g_assert_cmpint (g_array_index (garray, gint, 0), ==, array_size); in array_steal()
210 g_assert_cmpint (g_array_index (garray, gint, i), ==, i); in array_append_val()
236 g_assert_cmpint (g_array_index (garray, gint, i), ==, (100 - i - 1)); in array_prepend_val()
354 g_assert_cmpint (g_array_index (garray, gint, i), ==, expected_vals5[i]); in array_insert_vals()
390 cur = g_array_index (garray, gint, i); in array_remove_index()
427 cur = g_array_index (garray, gint, i); in array_remove_index_fast()
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Dview-cairo.cc56 helper_cairo_line_t &line = g_array_index (lines, helper_cairo_line_t, i); in render()
96 helper_cairo_line_t &l = g_array_index (lines, helper_cairo_line_t, i); in render()
Dview-cairo.hh73 helper_cairo_line_t &line = g_array_index (lines, helper_cairo_line_t, i); in finish()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Did3v2frames.c238 tag_str = g_array_index (tag_fields, gchar *, t); in id3v2_parse_frame()
276 description = g_array_index (fields, gchar *, 0); in parse_comment_frame()
277 text = g_array_index (fields, gchar *, 1); in parse_comment_frame()
340 g_array_index (fields, gchar *, 0)); in parse_text_identification_frame()
435 gst_tag_from_id3_user_tag ("TXXX", g_array_index (fields, gchar *, 0)); in parse_user_text_identification_frame()
438 work->parse_size - 1, g_array_index (fields, gchar *, 0), in parse_user_text_identification_frame()
442 ret = g_strdup (g_array_index (fields, gchar *, 1)); in parse_user_text_identification_frame()
947 tag_str = g_array_index (tag_fields, gchar *, i); in id3v2_genre_fields_to_taglist()
1267 c = g_array_index (fields, gchar *, i); in free_tag_strings()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Debml-read.h134 m = &(g_array_index (ebml->readers, GstEbmlMaster, ebml->readers->len - 1)); in gst_ebml_read_get_pos()
151 return &(g_array_index (ebml->readers, in gst_ebml_read_br()
/third_party/harfbuzz/util/
Dview-cairo.cc64 helper_cairo_line_t &line = g_array_index (lines, helper_cairo_line_t, i); in render()
103 helper_cairo_line_t &l = g_array_index (lines, helper_cairo_line_t, i); in render()
Dview-cairo.hh73 helper_cairo_line_t &line = g_array_index (lines, helper_cairo_line_t, i); in finish()
/third_party/glib/tests/gobject/
Dperformance-threaded.c275 min = g_array_index (array, double, 0) * 1000; in print_results()
276 max = g_array_index (array, double, array->len - 1) * 1000; in print_results()
280 avg += g_array_index (array, double, i); in print_results()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcfg.c140 if (g_array_index (values, GEnumValue, i).value == cur_val) { in register_enum()
143 cur_val = g_array_index (values, GEnumValue, i).value; in register_enum()
147 cur_val = g_array_index (values, GEnumValue, i).value; in register_enum()
154 g_enum_register_static (enum_name, &g_array_index (values, GEnumValue, in register_enum()
212 g_flags_register_static (flags_name, &g_array_index (values, in register_flags()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspmessage.c77 (*func) (&g_array_index (array, RTSPKeyValue, i), user_data); in key_value_foreach()
502 RTSPKeyValue *keyval = &g_array_index (msg->hdr_fields, RTSPKeyValue, i); in gst_rtsp_message_unset()
668 RTSPKeyValue *key_value = &g_array_index (msg->hdr_fields, RTSPKeyValue, i); in gst_rtsp_message_remove_header()
710 RTSPKeyValue *key_value = &g_array_index (msg->hdr_fields, RTSPKeyValue, i); in gst_rtsp_message_get_header()
801 key_val = &g_array_index (msg->hdr_fields, RTSPKeyValue, i); in gst_rtsp_message_find_header_by_name()
847 kv = &g_array_index (msg->hdr_fields, RTSPKeyValue, pos); in gst_rtsp_message_remove_header_by_name()
887 key_val = &g_array_index (msg->hdr_fields, RTSPKeyValue, pos); in gst_rtsp_message_get_header_by_name()
917 key_value = &g_array_index (msg->hdr_fields, RTSPKeyValue, i); in gst_rtsp_message_append_headers()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c342 g_array_index (ogg->current_chain->streams, GstOggPad *, i); in gst_ogg_pad_src_query()
629 g_array_index (ogg->current_chain->streams, GstOggPad *, i); in gst_ogg_demux_chain_peer()
944 GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i); in gst_ogg_demux_collect_start_time()
977 GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i); in gst_ogg_demux_collect_sync_time()
1576 GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i); in gst_ogg_demux_get_earliest_keyframe_time()
1932 g_array_index (ogg->building_chain->streams, GstOggPad *, i); in gst_ogg_pad_handle_push_mode_state()
2145 GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i); in gst_ogg_chain_free()
2167 GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i); in gst_ogg_chain_mark_discont()
2179 GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i); in gst_ogg_chain_reset()
2234 GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i); in gst_ogg_chain_get_stream()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.c172 &g_array_index (demux->essence_tracks, GstMXFDemuxEssenceTrack, i); in gst_mxf_demux_reset_mxf_state()
203 &g_array_index (demux->essence_tracks, GstMXFDemuxEssenceTrack, i); in gst_mxf_demux_reset_linked_metadata()
716 &g_array_index (demux->essence_tracks, GstMXFDemuxEssenceTrack, in gst_mxf_demux_update_essence_tracks()
752 &g_array_index (demux->essence_tracks, GstMXFDemuxEssenceTrack, in gst_mxf_demux_update_essence_tracks()
898 &g_array_index (demux->essence_tracks, GstMXFDemuxEssenceTrack, i); in gst_mxf_demux_update_essence_tracks()
1120 &g_array_index (demux->essence_tracks, GstMXFDemuxEssenceTrack, k); in gst_mxf_demux_update_tracks()
1602 &g_array_index (demux->essence_tracks, GstMXFDemuxEssenceTrack, k); in gst_mxf_demux_pad_set_component()
1734 &g_array_index (demux->essence_tracks, GstMXFDemuxEssenceTrack, i); in gst_mxf_demux_handle_generic_container_essence_element()
1755 &g_array_index (etrack->offsets, GstMXFDemuxIndex, i); in gst_mxf_demux_handle_generic_container_essence_element()
1773 &g_array_index (etrack->offsets, GstMXFDemuxIndex, etrack->position); in gst_mxf_demux_handle_generic_container_essence_element()
[all …]
/third_party/glib/gio/
Dgfileinfo.c455 attr = &g_array_index (info->attributes, GFileAttribute, i); in g_file_info_set_attribute_mask()
2370 compare = &g_array_index (matcher->sub_matchers, SubMatcher, j); in matcher_optimize()
2374 submatcher = &g_array_index (matcher->sub_matchers, SubMatcher, i); in matcher_optimize()
2510 ssub = &g_array_index (subtract->sub_matchers, SubMatcher, si); in g_file_attribute_matcher_subtract()
2514 msub = &g_array_index (matcher->sub_matchers, SubMatcher, mi); in g_file_attribute_matcher_subtract()
2524 ssub = &g_array_index (subtract->sub_matchers, SubMatcher, si); in g_file_attribute_matcher_subtract()
2533 &g_array_index (matcher->sub_matchers, SubMatcher, mi), in g_file_attribute_matcher_subtract()
2613 sub_matcher = &g_array_index (matcher->sub_matchers, SubMatcher, 0); in g_file_attribute_matcher_matches_only()
2758 sub_matcher = &g_array_index (matcher->sub_matchers, SubMatcher, i); in g_file_attribute_matcher_enumerate_next()
2797 SubMatcher *submatcher = &g_array_index (matcher->sub_matchers, SubMatcher, i); in g_file_attribute_matcher_to_string()
Dgmenu.c116 *table = g_hash_table_ref (g_array_index (menu->items, struct item, position).attributes); in g_menu_get_item_attributes()
126 *table = g_hash_table_ref (g_array_index (menu->items, struct item, position).links); in g_menu_get_item_links()
485 g_menu_clear_item (&g_array_index (menu->items, struct item, position)); in g_menu_remove()
507 g_menu_clear_item (&g_array_index (menu->items, struct item, i)); in g_menu_remove_all()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dtransportstream.c50 PtMapItem *item = &g_array_index (stream->ptmap, PtMapItem, i); in transport_stream_get_caps_for_pt()
64 PtMapItem *item = &g_array_index (stream->ptmap, PtMapItem, i); in transport_stream_get_pt()
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultihandlesink.c1118 bufval = &g_array_index (buffers, GValue, i); in gst_multi_handle_sink_client_queue_buffer()
1172 buf = g_array_index (sink->bufqueue, GstBuffer *, i); in find_syncframe()
1204 buf = g_array_index (sink->bufqueue, GstBuffer *, i); in get_buffers_max()
1227 buf = g_array_index (sink->bufqueue, GstBuffer *, i); in get_buffers_max()
1309 buf = g_array_index (sink->bufqueue, GstBuffer *, i); in find_limits()
1641 buf = g_array_index (sink->bufqueue, GstBuffer *, newbufpos); in gst_multi_handle_sink_recover_client()
1818 buf = g_array_index (mhsink->bufqueue, GstBuffer *, i); in gst_multi_handle_sink_queue_buffer()
1839 old = g_array_index (mhsink->bufqueue, GstBuffer *, i); in gst_multi_handle_sink_queue_buffer()
2212 buf = g_array_index (mhsink->bufqueue, GstBuffer *, i); in gst_multi_handle_sink_stop()
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssfragmentparser.c106 GstTrafBox *traf = &g_array_index (parser->moof->traf, GstTrafBox, 0); in gst_mss_fragment_parser_add_buffer()

12345