/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth265picture.c | 217 g_array_index (dpb->pic_list, GstH265Picture *, i); in gst_h265_dpb_add() 251 g_array_index (dpb->pic_list, GstH265Picture *, i); in gst_h265_dpb_delete_unused() 278 g_array_index (dpb->pic_list, GstH265Picture *, i); in gst_h265_dpb_num_ref_pictures() 302 g_array_index (dpb->pic_list, GstH265Picture *, i); in gst_h265_dpb_mark_all_non_ref() 326 g_array_index (dpb->pic_list, GstH265Picture *, i); in gst_h265_dpb_get_ref_by_poc() 355 g_array_index (dpb->pic_list, GstH265Picture *, i); in gst_h265_dpb_get_ref_by_poc_lsb() 384 g_array_index (dpb->pic_list, GstH265Picture *, i); in gst_h265_dpb_get_short_ref_by_poc() 413 g_array_index (dpb->pic_list, GstH265Picture *, i); in gst_h265_dpb_get_long_ref_by_poc() 473 g_array_index (dpb->pic_list, GstH265Picture *, i); in gst_h265_dpb_get_picture() 491 g_array_index (dpb->pic_list, GstH265Picture *, i); in gst_h265_dpb_check_latency_count() [all …]
|
D | gsth264picture.c | 329 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_delete_unused() 361 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_num_ref_frames() 389 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_mark_all_non_ref() 413 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_get_short_ref_by_pic_num() 446 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_get_long_ref_by_long_term_pic_num() 476 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_get_lowest_frame_num_short_ref() 513 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_get_pictures_short_term_ref() 550 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_get_pictures_long_term_ref() 611 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_get_picture() 642 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_has_empty_frame_buffer() [all …]
|
D | gsth264decoder.c | 758 GstH264Picture *picture = g_array_index (dpb, GstH264Picture *, i); in gst_h264_decoder_update_pic_nums() 1170 g_array_index (pictures, GstH264Picture *, pictures->len - 1); in gst_h264_decoder_find_first_field_picture() 2606 g_qsort_with_data (&g_array_index (priv->ref_pic_list_p0, gpointer, pos), in construct_ref_pic_lists_p() 2615 g_array_index (priv->ref_pic_list_p0, GstH264Picture *, pos); in construct_ref_pic_lists_p() 2650 GstH264Picture *pic = g_array_index (ref_frame_list, GstH264Picture *, i); in init_picture_refs_fields_1() 2660 GstH264Picture *pic = g_array_index (ref_frame_list, GstH264Picture *, j); in init_picture_refs_fields_1() 2695 GstH264Picture *ref = g_array_index (priv->ref_frame_list_0_short_term, in construct_ref_field_pic_lists_p() 2718 GstH264Picture *ref = g_array_index (priv->ref_frame_list_0_short_term, in construct_ref_field_pic_lists_p() 2741 g_array_index (priv->ref_pic_list_p0, GstH264Picture *, pos); in construct_ref_field_pic_lists_p() 2769 if (g_array_index (l1, gpointer, i) != g_array_index (l2, gpointer, i)) in lists_are_equal() [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstpoll.c | 367 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 …]
|
D | gstquery.c | 1286 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 …]
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | isoff.c | 136 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()
|
D | h264parser.c | 396 sei = &g_array_index (seis, GstH264SEIMessage, 0); in GST_START_TEST() 399 sei = &g_array_index (seis, GstH264SEIMessage, 1); in GST_START_TEST() 663 g_array_index (msg_array, GstH264SEIMessage, 0); in GST_START_TEST() 668 &g_array_index (msg_array, GstH264SEIMessage, 0); in GST_START_TEST() 700 GstH264SEIMessage *msg = &g_array_index (msg_array, GstH264SEIMessage, i); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/sys/oss/ |
D | oss_probe.c | 73 g_print ("%d\n", g_array_index (probe->rates, int, i)); in main() 87 g_print ("%d\n", g_array_index (probe->rates, int, i)); in main() 97 g_print ("%d\n", g_array_index (probe->rates, int, i)); in main() 107 g_print ("%d\n", g_array_index (probe->rates, int, i)); in main() 236 val = g_array_index (array, int, i); in add_rate()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstsdpmessage.c | 81 init_func (&g_array_index ((field), type, i)); \ 116 return &g_array_index (msg->field, type, idx); \ 121 return g_array_index (msg->field, type, idx); \ 140 v = &g_array_index (msg->field, type, idx); \ 149 v = &g_array_index (msg->field, type, idx); \ 394 repeat[j] = g_array_index (time->repeat, char *, j); in gst_sdp_message_copy() 566 g_array_index (times->repeat, gchar *, 0)); in gst_sdp_message_as_text() 569 g_array_index (times->repeat, gchar *, j)); in gst_sdp_message_as_text() 1648 attr = &g_array_index (msg->attributes, GstSDPAttribute, i); in gst_sdp_message_get_attribute_val_n() 1789 nmedia = &g_array_index (msg->medias, GstSDPMedia, len); in gst_sdp_message_add_media() [all …]
|
D | gstmikey.c | 144 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/gstreamer/gstplugins_bad/gst/dvbsubenc/ |
D | gstdvbsubenc-util.c | 183 c = &g_array_index (colours, ColourEntry, out_index); in gst_dvbsubenc_ayuv_to_ayuv8p() 196 c = &g_array_index (colours, ColourEntry, 0); in gst_dvbsubenc_ayuv_to_ayuv8p() 201 ColourEntry *c = &g_array_index (colours, ColourEntry, i); in gst_dvbsubenc_ayuv_to_ayuv8p() 210 h = &g_array_index (histogram, HistogramEntry, num_colours); in gst_dvbsubenc_ayuv_to_ayuv8p() 218 h = &g_array_index (histogram, HistogramEntry, num_colours); in gst_dvbsubenc_ayuv_to_ayuv8p() 279 h = &g_array_index (histogram, HistogramEntry, i); in gst_dvbsubenc_ayuv_to_ayuv8p() 289 c = &g_array_index (colours, ColourEntry, i); in gst_dvbsubenc_ayuv_to_ayuv8p() 290 h = &g_array_index (histogram, HistogramEntry, out_index); in gst_dvbsubenc_ayuv_to_ayuv8p() 294 h = &g_array_index (histogram, HistogramEntry, out_index); in gst_dvbsubenc_ayuv_to_ayuv8p()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtptwcc.c | 369 RecvPacket *pkt = &g_array_index (twcc_packets, RecvPacket, i); in rtp_twcc_write_recv_deltas() 575 RecvPacket *pkt = &g_array_index (twcc_packets, RecvPacket, i); in rtp_twcc_write_chunks() 638 first = &g_array_index (twcc->recv_packets, RecvPacket, 0); in rtp_twcc_manager_add_fci() 640 &g_array_index (twcc->recv_packets, RecvPacket, in rtp_twcc_manager_add_fci() 665 RecvPacket *pkt = &g_array_index (twcc->recv_packets, RecvPacket, i); in rtp_twcc_manager_add_fci() 776 first = &g_array_index (twcc->recv_packets, RecvPacket, 0); in _many_packets_some_lost() 827 RecvPacket *last = &g_array_index (twcc->recv_packets, RecvPacket, in rtp_twcc_manager_recv_packet() 974 first = &g_array_index (twcc->sent_packets, SentPacket, 0); in _prune_sent_packets() 975 last = &g_array_index (twcc_packets, RTPTWCCPacket, twcc_packets->len - 1); in _prune_sent_packets() 1089 first_sent_pkt = &g_array_index (twcc->sent_packets, SentPacket, 0); in rtp_twcc_manager_parse_fci() [all …]
|
D | rtpstats.c | 481 RTPTWCCPacket *pkt = &g_array_index (twcc_packets, RTPTWCCPacket, i); in rtp_twcc_stats_get_packets_structure() 505 RTPTWCCPacket *pkt = &g_array_index (twcc_packets, RTPTWCCPacket, i); in rtp_twcc_stats_calculate_stats() 547 &g_array_index (stats->packets, RTPTWCCPacket, start_index); in _get_window_start_index() 596 RTPTWCCPacket *pkt = &g_array_index (stats->packets, RTPTWCCPacket, i); in rtp_twcc_stats_calculate_windowed_stats()
|
/third_party/glib/glib/tests/ |
D | array-test.c | 52 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/gstreamer/gstplugins_bad/ext/lv2/ |
D | gstlv2filter.c | 234 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/skia/third_party/externals/harfbuzz/util/ |
D | view-cairo.hh | 75 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_base/gst-libs/gst/tag/ |
D | id3v2frames.c | 230 tag_str = g_array_index (tag_fields, gchar *, t); in id3v2_parse_frame() 268 description = g_array_index (fields, gchar *, 0); in parse_comment_frame() 269 text = g_array_index (fields, gchar *, 1); in parse_comment_frame() 332 g_array_index (fields, gchar *, 0)); in parse_text_identification_frame() 427 gst_tag_from_id3_user_tag ("TXXX", g_array_index (fields, gchar *, 0)); in parse_user_text_identification_frame() 430 work->parse_size - 1, g_array_index (fields, gchar *, 0), in parse_user_text_identification_frame() 434 ret = g_strdup (g_array_index (fields, gchar *, 1)); in parse_user_text_identification_frame() 939 tag_str = g_array_index (tag_fields, gchar *, i); in id3v2_genre_fields_to_taglist() 1259 c = g_array_index (fields, gchar *, i); in free_tag_strings()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/util/ |
D | view-cairo.cc | 56 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()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | transportstream.c | 50 PtMapItem *item = &g_array_index (stream->ptmap, PtMapItem, i); in transport_stream_get_caps_for_pt() 65 PtMapItem *item = &g_array_index (stream->ptmap, PtMapItem, i); in transport_stream_get_pt() 93 PtMapItem *item = &g_array_index (stream->ptmap, PtMapItem, i); in transport_stream_get_all_pt()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | ebml-read.h | 134 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/glib/tests/gobject/ |
D | performance-threaded.c | 275 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/harfbuzz/util/ |
D | view-cairo.cc | 64 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()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspmessage.c | 77 (*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/gst_libav/ext/libav/ |
D | gstavcfg.c | 140 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() 214 g_flags_register_static (flags_name, &g_array_index (values, in register_flags()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 343 g_array_index (ogg->current_chain->streams, GstOggPad *, i); in gst_ogg_pad_src_query() 630 g_array_index (ogg->current_chain->streams, GstOggPad *, i); in gst_ogg_demux_chain_peer() 945 GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i); in gst_ogg_demux_collect_start_time() 978 GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i); in gst_ogg_demux_collect_sync_time() 1577 GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i); in gst_ogg_demux_get_earliest_keyframe_time() 1937 g_array_index (ogg->building_chain->streams, GstOggPad *, i); in gst_ogg_pad_handle_push_mode_state() 2150 GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i); in gst_ogg_chain_free() 2172 GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i); in gst_ogg_chain_mark_discont() 2184 GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i); in gst_ogg_chain_reset() 2239 GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i); in gst_ogg_chain_get_stream() [all …]
|