/third_party/gstreamer/gstplugins_bad/sys/androidmedia/magicleap/ |
D | gstamc-codeclist-ml.c | 67 GstAmcCodecInfoHandle *ret = g_new0 (GstAmcCodecInfoHandle, 1); in gst_amc_codeclist_get_codec_info_at() 85 name = g_new0 (gchar, MAX_CODEC_NAME_LENGTH); in gst_amc_codec_info_handle_get_name() 133 ret = g_new0 (gchar *, *length + 1); in gst_amc_codec_info_handle_get_supported_types() 148 ret = g_new0 (GstAmcCodecCapabilitiesHandle, 1); in gst_amc_codec_info_handle_get_capabilities_for_type() 178 ret = g_new0 (gint, *length); in gst_amc_codec_capabilities_handle_get_color_formats() 205 ret = g_new0 (GstAmcCodecProfileLevel, *length); in gst_amc_codec_capabilities_handle_get_profile_levels()
|
/third_party/glib/glib/tests/ |
D | regex.c | 89 data = g_new0 (TestNewData, 1); \ 103 data = g_new0 (TestNewData, 1); \ 133 data = g_new0 (TestNewData, 1); \ 167 data = g_new0 (TestMatchData, 1); \ 240 data = g_new0 (TestMatchData, 1); \ 297 Match *match = g_new0 (Match, 1); in test_match_next() 343 data = g_new0 (TestMatchNextData, 1); \ 359 data = g_new0 (TestMatchNextData, 1); \ 364 match = g_new0 (Match, 1); \ 379 data = g_new0 (TestMatchNextData, 1); \ [all …]
|
D | mem-overflow.c | 65 MEM_OVERFLOW_TEST (new0_a, p = g_new0 (X, a)) 66 MEM_OVERFLOW_TEST (new0_b, p = g_new0 (X, b)) 186 empty = g_new0 (Empty, 1); in empty_alloc_subprocess()
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audiocheblimit.c | 360 gdouble *a = g_new0 (gdouble, 1); in generate_coefficients() 361 gdouble *b = g_new0 (gdouble, 1); in generate_coefficients() 373 gdouble *a = g_new0 (gdouble, 1); in generate_coefficients() 374 gdouble *b = g_new0 (gdouble, 1); in generate_coefficients() 383 gdouble *a = g_new0 (gdouble, 1); in generate_coefficients() 384 gdouble *b = g_new0 (gdouble, 1); in generate_coefficients() 400 a = g_new0 (gdouble, np + 3); in generate_coefficients() 401 b = g_new0 (gdouble, np + 3); in generate_coefficients() 409 gdouble *ta = g_new0 (gdouble, np + 3); in generate_coefficients() 410 gdouble *tb = g_new0 (gdouble, np + 3); in generate_coefficients()
|
D | audiochebband.c | 404 gdouble *a = g_new0 (gdouble, 1); in generate_coefficients() 405 gdouble *b = g_new0 (gdouble, 1); in generate_coefficients() 416 gdouble *a = g_new0 (gdouble, 1); in generate_coefficients() 417 gdouble *b = g_new0 (gdouble, 1); in generate_coefficients() 444 a = g_new0 (gdouble, np + 5); in generate_coefficients() 445 b = g_new0 (gdouble, np + 5); in generate_coefficients() 453 gdouble *ta = g_new0 (gdouble, np + 5); in generate_coefficients() 454 gdouble *tb = g_new0 (gdouble, np + 5); in generate_coefficients()
|
D | audiofxbaseiirfilter.c | 230 g_new0 (GstAudioFXBaseIIRFilterChannelCtx, filter->nchannels); in gst_audio_fx_base_iir_filter_set_coefficients() 234 ctx->x = g_new0 (gdouble, filter->nb); in gst_audio_fx_base_iir_filter_set_coefficients() 235 ctx->y = g_new0 (gdouble, filter->na); in gst_audio_fx_base_iir_filter_set_coefficients() 283 filter->channels = g_new0 (GstAudioFXBaseIIRFilterChannelCtx, channels); in gst_audio_fx_base_iir_filter_setup() 287 ctx->x = g_new0 (gdouble, filter->nb); in gst_audio_fx_base_iir_filter_setup() 288 ctx->y = g_new0 (gdouble, filter->na); in gst_audio_fx_base_iir_filter_setup()
|
/third_party/gstreamer/gstreamer/tests/examples/controller/ |
D | control-sources.c | 232 v1 = g_new0 (GValue, n_values); in test_interpolation() 236 v2 = g_new0 (GValue, n_values); in test_interpolation() 240 v3 = g_new0 (GValue, n_values); in test_interpolation() 322 v1 = g_new0 (GValue, n_values); in test_lfo() 326 v2 = g_new0 (GValue, n_values); in test_lfo() 330 v3 = g_new0 (GValue, n_values); in test_lfo() 334 v4 = g_new0 (GValue, n_values); in test_lfo() 338 v5 = g_new0 (GValue, n_values); in test_lfo() 420 v1 = g_new0 (GValue, n_values); in test_chained_lfo()
|
/third_party/gstreamer/gstplugins_good/sys/oss/ |
D | oss_probe.c | 65 probe = g_new0 (Probe, 1); in main() 80 probe = g_new0 (Probe, 1); in main() 90 probe = g_new0 (Probe, 1); in main() 100 probe = g_new0 (Probe, 1); in main() 195 Range *range = g_new0 (Range, 1); in add_range()
|
/third_party/gstreamer/gstreamer/libs/gst/controller/ |
D | gstargbcontrolbinding.c | 315 dst_val = g_new0 (GValue, 1); in gst_argb_control_binding_get_value() 345 src_val_a = g_new0 (gdouble, n_values); in gst_argb_control_binding_get_value_array() 350 src_val_r = g_new0 (gdouble, n_values); in gst_argb_control_binding_get_value_array() 355 src_val_g = g_new0 (gdouble, n_values); in gst_argb_control_binding_get_value_array() 360 src_val_b = g_new0 (gdouble, n_values); in gst_argb_control_binding_get_value_array() 410 src_val_a = g_new0 (gdouble, n_values); in gst_argb_control_binding_get_g_value_array() 415 src_val_r = g_new0 (gdouble, n_values); in gst_argb_control_binding_get_g_value_array() 420 src_val_g = g_new0 (gdouble, n_values); in gst_argb_control_binding_get_g_value_array() 425 src_val_b = g_new0 (gdouble, n_values); in gst_argb_control_binding_get_g_value_array()
|
D | gstinterpolationcontrolsource.c | 267 gdouble *o = g_new0 (gdouble, n); in _interpolate_cubic_update_cache() 268 gdouble *p = g_new0 (gdouble, n); in _interpolate_cubic_update_cache() 269 gdouble *q = g_new0 (gdouble, n); in _interpolate_cubic_update_cache() 271 gdouble *h = g_new0 (gdouble, n); in _interpolate_cubic_update_cache() 272 gdouble *b = g_new0 (gdouble, n); in _interpolate_cubic_update_cache() 273 gdouble *z = g_new0 (gdouble, n); in _interpolate_cubic_update_cache() 447 gdouble *dxs = g_new0 (gdouble, n); in _interpolate_cubic_monotonic_update_cache() 448 gdouble *dys = g_new0 (gdouble, n); in _interpolate_cubic_monotonic_update_cache() 449 gdouble *ms = g_new0 (gdouble, n); in _interpolate_cubic_monotonic_update_cache() 450 gdouble *c1s = g_new0 (gdouble, n); in _interpolate_cubic_monotonic_update_cache()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay-visualization.c | 79 ret = g_new0 (GstPlayVisualization, 1); in gst_play_visualization_copy() 142 vis = g_new0 (GstPlayVisualization, 1); in gst_play_update_visualization_list() 177 ret = g_new0 (GstPlayVisualization *, g_queue_get_length (&vis_list) + 1); in gst_play_visualizations_get()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/ |
D | gstplayer-visualization.c | 77 ret = g_new0 (GstPlayerVisualization, 1); in gst_player_visualization_copy() 139 vis = g_new0 (GstPlayerVisualization, 1); in gst_player_update_visualization_list() 173 ret = g_new0 (GstPlayerVisualization *, g_queue_get_length (&vis_list) + 1); in gst_player_visualizations_get()
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstnettimepacket.c | 70 ret = g_new0 (GstNetTimePacket, 1); in gst_net_time_packet_new() 108 ret = g_new0 (GstNetTimePacket, 1); in gst_net_time_packet_copy() 135 ret = g_new0 (guint8, GST_NET_TIME_PACKET_SIZE); in gst_net_time_packet_serialize()
|
D | gstntppacket.c | 138 ret = g_new0 (GstNtpPacket, 1); in gst_ntp_packet_new() 157 ret = g_new0 (GstNtpPacket, 1); in gst_ntp_packet_new() 192 ret = g_new0 (GstNtpPacket, 1); in gst_ntp_packet_copy() 220 ret = g_new0 (guint8, GST_NTP_PACKET_SIZE); in gst_ntp_packet_serialize()
|
/third_party/glib/gio/tests/ |
D | socket-service.c | 308 data = g_new0 (WriteAsyncData, 1); in connected_read_write_async_cb() 310 data->data = g_new0 (guint8, 20); in connected_read_write_async_cb() 379 data = g_new0 (WritevAsyncData, 1); in connected_read_writev_async_cb() 381 data->vectors = g_new0 (GOutputVector, 3); in connected_read_writev_async_cb() 383 data->data = g_new0 (guint8, 20); in connected_read_writev_async_cb() 454 data = g_new0 (ReadAsyncData, 1); in incoming_read_write_async_cb() 456 data->data = g_new0 (guint8, 20); in incoming_read_write_async_cb()
|
D | tls-interaction.c | 861 fixture = g_new0 (Fixture, 1); in test_with_async_ask_password() 872 fixture = g_new0 (Fixture, 1); in test_with_async_ask_password() 896 fixture = g_new0 (Fixture, 1); in test_with_unhandled_ask_password() 917 fixture = g_new0 (Fixture, 1); in test_with_sync_ask_password() 928 fixture = g_new0 (Fixture, 1); in test_with_sync_ask_password() 963 fixture = g_new0 (Fixture, 1); in test_with_async_request_certificate() 974 fixture = g_new0 (Fixture, 1); in test_with_async_request_certificate() 998 fixture = g_new0 (Fixture, 1); in test_with_unhandled_request_certificate() 1019 fixture = g_new0 (Fixture, 1); in test_with_sync_request_certificate() 1030 fixture = g_new0 (Fixture, 1); in test_with_sync_request_certificate()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/ |
D | rtcsessiondescription.c | 75 ret = g_new0 (GstWebRTCSessionDescription, 1); in gst_webrtc_session_description_copy() 111 ret = g_new0 (GstWebRTCSessionDescription, 1); in gst_webrtc_session_description_new()
|
/third_party/gstreamer/gstplugins_bad/ext/ladspa/ |
D | gstladspautils.c | 150 in = g_new0 (LADSPA_Data, samples * ladspa->klass->count.audio.in); in gst_ladspa_transform() 151 out = g_new0 (LADSPA_Data, samples * ladspa->klass->count.audio.out); in gst_ladspa_transform() 733 ladspa->ports.audio.in = g_new0 (LADSPA_Data *, ladspa_class->count.audio.in); in gst_ladspa_init() 735 g_new0 (LADSPA_Data *, ladspa_class->count.audio.out); in gst_ladspa_init() 738 g_new0 (LADSPA_Data, ladspa_class->count.control.in); in gst_ladspa_init() 740 g_new0 (LADSPA_Data, ladspa_class->count.control.out); in gst_ladspa_init() 791 g_new0 (unsigned long, ladspa_class->count.audio.in); in gst_ladspa_class_init() 793 g_new0 (unsigned long, ladspa_class->count.audio.out); in gst_ladspa_class_init() 796 g_new0 (unsigned long, ladspa_class->count.control.in); in gst_ladspa_class_init() 798 g_new0 (unsigned long, ladspa_class->count.control.out); in gst_ladspa_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecdevice.c | 60 GstV4l2CodecDevice *device = g_new0 (GstV4l2CodecDevice, 1); in gst_v4l2_codec_device_new() 101 g_new0 (struct media_v2_entity, topology->num_entities); in get_topology() 103 g_new0 (struct media_v2_interface, topology->num_interfaces); in get_topology() 105 g_new0 (struct media_v2_pad, topology->num_pads); in get_topology() 107 g_new0 (struct media_v2_link, topology->num_links); in get_topology()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gstav1picture.c | 56 pic = g_new0 (GstAV1Picture, 1); in gst_av1_picture_new() 125 dpb = g_new0 (GstAV1Dpb, 1); in gst_av1_dpb_new()
|
D | gstvp9picture.c | 54 pic = g_new0 (GstVp9Picture, 1); in gst_vp9_picture_new() 117 dpb = g_new0 (GstVp9Dpb, 1); in gst_vp9_dpb_new()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvktrash.c | 143 ret = g_new0 (GstVulkanTrash, 1); in gst_vulkan_trash_new() 157 pointer = g_new0(guint64, 1); \ 222 info = g_new0 (struct G_PASTE(free_parent_info_,type_name), 1); \ 331 return g_new0 (GstVulkanTrash, 1); in gst_vulkan_trash_list_alloc_impl() 456 fences = g_new0 (VkFence, n); in gst_vulkan_trash_fence_list_wait()
|
D | gstvkdescriptorset.c | 104 set->layouts = g_new0 (GstVulkanHandle *, n_layouts); in gst_vulkan_descriptor_set_init() 136 ret = g_new0 (GstVulkanDescriptorSet, 1); in gst_vulkan_descriptor_set_new_wrapped()
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstmotioncells.cpp | 353 filter->motioncellscolor = g_new0 (cellscolor, 1); in gst_motion_cells_init() 514 g_new0 (motionmaskcoordrect, filter->motionmaskcoord_count); in gst_motion_cells_set_property() 550 g_new0 (motioncellidx, filter->motionmaskcells_count); in gst_motion_cells_set_property() 600 g_new0 (motioncellidx, filter->motioncells_count); in gst_motion_cells_set_property() 765 motioncellsidx = g_new0 (motioncellidx, newcellscnt); in gst_motioncells_update_motion_cells() 776 filter->motioncellsidx = g_new0 (motioncellidx, filter->motioncells_count); in gst_motioncells_update_motion_cells() 801 motionmaskcellsidx = g_new0 (motioncellidx, newmaskcnt); in gst_motioncells_update_motion_masks() 813 g_new0 (motioncellidx, filter->motionmaskcells_count); in gst_motioncells_update_motion_masks() 910 g_new0 (motionmaskcoordrect, filter->motionmaskcoord_count); in gst_motion_cells_transform_ip() 960 motionmaskcellsidx = g_new0 (motioncellidx, filter->motionmaskcells_count); in gst_motion_cells_transform_ip() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspmessage.c | 130 newmsg = g_new0 (GstRTSPMessage, 1); in gst_rtsp_message_new() 195 newmsg = g_new0 (GstRTSPMessage, 1); in gst_rtsp_message_new_request() 289 newmsg = g_new0 (GstRTSPMessage, 1); in gst_rtsp_message_new_response() 415 newmsg = g_new0 (GstRTSPMessage, 1); in gst_rtsp_message_new_data() 1367 auth_credential = g_new0 (GstRTSPAuthCredential, 1); in parse_auth_credentials() 1407 GstRTSPAuthParam *auth_param = g_new0 (GstRTSPAuthParam, 1); in parse_auth_credentials() 1485 copy = g_new0 (GstRTSPAuthParam, 1); in gst_rtsp_auth_param_copy() 1530 copy = g_new0 (GstRTSPAuthCredential, 1); in gst_rtsp_auth_credential_copy() 1535 copy->params = g_new0 (GstRTSPAuthParam *, n_params + 1); in gst_rtsp_auth_credential_copy()
|