Home
last modified time | relevance | path

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

12

/third_party/glib/glib/
Dgdate.c2186 g_array_set_size (result, result->len + n); in append_month_name()
2191 g_array_set_size (result, result->len - 1); in append_month_name()
2207 g_array_set_size (result, result->len + n); in append_month_name()
2219 g_array_set_size (result, result->len - 3); in append_month_name()
2299 g_array_set_size (result, result->len + n); in win32_strftime_helper()
2301 g_array_set_size (result, result->len - 1); in win32_strftime_helper()
2309 g_array_set_size (result, result->len + n); in win32_strftime_helper()
2311 g_array_set_size (result, result->len - 1); in win32_strftime_helper()
2330 g_array_set_size (result, result->len + n); in win32_strftime_helper()
2332 g_array_set_size (result, result->len - 1); in win32_strftime_helper()
[all …]
Dgarray.h106 GArray* g_array_set_size (GArray *array,
Dgarray.c627 return g_array_append_vals (g_array_set_size (farray, index_), data, len); in g_array_insert_vals()
656 g_array_set_size (GArray *farray, in g_array_set_size() function
2448 g_array_set_size ((GArray *)array, length); in g_byte_array_set_size()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpulpfecdec.c127 g_array_set_size (self->info_arr, gst_buffer_list_length (buflist)); in gst_rtp_ulpfec_dec_start()
169 g_array_set_size (self->info_arr, 0); in gst_rtp_ulpfec_dec_stop()
220 g_array_set_size (self->scratch_buf, 0); in gst_rtp_ulpfec_dec_recover_from_fec()
248 g_array_set_size (self->info_arr, self->info_arr->len + 1); in gst_rtp_ulpfec_dec_recover_from_fec()
273 g_array_set_size (self->info_arr, self->info_arr->len - 1); in gst_rtp_ulpfec_dec_recover_from_fec()
Dgstrtpulpfecenc.c142 g_array_set_size (ctx->info_arr, packets->length); in gst_rtp_ulpfec_enc_stream_ctx_start()
163 g_array_set_size (ctx->info_arr, 0); in gst_rtp_ulpfec_enc_stream_ctx_stop()
164 g_array_set_size (ctx->scratch_buf, 0); in gst_rtp_ulpfec_enc_stream_ctx_stop()
227 g_array_set_size (ctx->scratch_buf, 0); in gst_rtp_ulpfec_enc_stream_ctx_protect()
Drtpulpfeccommon.c229 g_array_set_size (dst_arr, MAX (payload_len, dst_arr->len)); in rtp_buffer_to_ulpfec_bitstring()
238 g_array_set_size (dst_arr, MAX (dst_offset + len, dst_arr->len)); in rtp_buffer_to_ulpfec_bitstring()
Dgstrtph265pay.c1320 g_array_set_size (nal_queue, 0); in gst_rtp_h265_pay_handle_buffer()
1336 g_array_set_size (nal_queue, 0); in gst_rtp_h265_pay_handle_buffer()
Dgstrtph264pay.c1306 g_array_set_size (nal_queue, 0); in gst_rtp_h264_pay_handle_buffer()
1322 g_array_set_size (nal_queue, 0); in gst_rtp_h264_pay_handle_buffer()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcccombiner.c191 g_array_set_size (self->current_frame_captions, 0); in gst_cc_combiner_collect_captions()
401 g_array_set_size (self->current_frame_captions, 0); in gst_cc_combiner_stop()
418 g_array_set_size (self->current_frame_captions, 0); in gst_cc_combiner_flush()
/third_party/gstreamer/gstreamer/gst/
Dgstpoll.c584 g_array_set_size (set->active_fds, 0); in gst_poll_prepare_winsock_active_sets()
585 g_array_set_size (set->active_fds_ignored, 0); in gst_poll_prepare_winsock_active_sets()
586 g_array_set_size (set->active_events, 0); in gst_poll_prepare_winsock_active_sets()
655 g_array_set_size (set->active_fds_ignored, 0); in gst_poll_collect_winsock_events()
1440 g_array_set_size (set->active_fds, set->fds->len); in gst_poll_wait()
Dgstvalue.c384 g_array_set_size (dest, len); in copy_garray_of_gstvalue()
610 g_array_set_size (array, value1_length + value2_length); in gst_value_list_concat()
656 g_array_set_size (array, val1_length + val2_length); in gst_value_list_concat_and_take_values()
662 g_array_set_size (VALUE_LIST_ARRAY (val1), 0); in gst_value_list_concat_and_take_values()
674 g_array_set_size (VALUE_LIST_ARRAY (val2), 0); in gst_value_list_concat_and_take_values()
716 g_array_set_size (array, value1_length + value2_length); in gst_value_list_merge()
765 g_array_set_size (array, new_size); in gst_value_list_merge()
775 g_array_set_size (array, 0); in gst_value_list_merge()
/third_party/glib/tests/
Dunicode-encoding.c426 g_array_set_size (ucs4, 0); in main()
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-pgs.c326 g_array_set_size (ps->objects, n_objects); in pgs_presentation_segment_set_object_count()
340 g_array_set_size (ps->objects, n_objects); in pgs_presentation_segment_set_object_count()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkdec.c239 g_array_set_size (thiz->tasks, 0); in gst_msdkdec_close_decoder()
406 g_array_set_size (thiz->tasks, 0); /* resets array content */ in gst_msdkdec_init_decoder()
407 g_array_set_size (thiz->tasks, thiz->param.AsyncDepth); in gst_msdkdec_init_decoder()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsource.c285 g_array_set_size (src->nacks, 0); in rtp_source_reset()
2032 g_array_set_size (src->nacks, 0); in rtp_source_clear_nacks()
2033 g_array_set_size (src->nack_deadlines, 0); in rtp_source_clear_nacks()
/third_party/glib/glib/deprecated/
Dgthread-deprecated.c1403 g_array_set_size (array, private_key->index); in g_static_private_set()
/third_party/glib/gio/
Dgfileattribute.c836 g_array_set_size (new->array, list->n_infos); in g_file_attribute_info_list_dup()
Dgmenu.c508 g_array_set_size (menu->items, 0); in g_menu_remove_all()
Dgfileinfo.c388 g_array_set_size (dest_info->attributes, in g_file_info_copy_into()
2385 g_array_set_size (matcher->sub_matchers, j + 1); in matcher_optimize()
/third_party/glib/glib/tests/
Darray-test.c90 g_array_set_size (garray, 5); in array_set_size()
113 g_array_set_size (garray, 5); in array_set_size_sized()
563 g_array_set_size (array_copy, old_length + 5); in array_copy()
/third_party/libsoup/libsoup/
Dsoup-message-headers.c147 g_array_set_size (hdrs->array, 0); in soup_message_headers_clear()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.c185 g_array_set_size (demux->essence_tracks, 0); in gst_mxf_demux_reset_mxf_state()
1873 g_array_set_size (etrack->offsets, etrack->position + 1); in gst_mxf_demux_handle_generic_container_essence_element()
3729 g_array_set_size (t->offsets, end); in collect_index_table_segments()
3772 g_array_set_size (t->offsets, pts_i + 1); in collect_index_table_segments()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.c81 g_array_set_size ((field), 0); \
1787 g_array_set_size (msg->medias, len + 1); in gst_sdp_message_add_media()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdsrc.c480 g_array_set_size (src->vts_attrs, 0); in read_vts_info()
492 g_array_set_size (src->vts_attrs, n_vts + 1); in read_vts_info()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.c3430 g_array_set_size (bundle_stream->ptmap, 0); in _update_transceivers_from_sdp()
3456 g_array_set_size (stream->ptmap, 0); in _update_transceivers_from_sdp()
3792 g_array_set_size (webrtc->priv->pending_ice_candidates, 0); in _set_description_task()

12