/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstsensors.h | 54 gfloat x; 55 gfloat y; 56 gfloat z; 61 gfloat temperature; 66 gfloat x; 67 gfloat y; 68 gfloat z; 69 gfloat cos; 70 gfloat accuracy; 75 gfloat x; [all …]
|
/third_party/gstreamer/gstplugins_good/gst/replaygain/ |
D | rganalysis.c | 87 gfloat inprebuf_l[MAX_ORDER * 2]; 88 gfloat *inpre_l; 89 gfloat stepbuf_l[MAX_SAMPLE_WINDOW + MAX_ORDER]; 90 gfloat *step_l; 91 gfloat outbuf_l[MAX_SAMPLE_WINDOW + MAX_ORDER]; 92 gfloat *out_l; 94 gfloat inprebuf_r[MAX_ORDER * 2]; 95 gfloat *inpre_r; 96 gfloat stepbuf_r[MAX_SAMPLE_WINDOW + MAX_ORDER]; 97 gfloat *step_r; [all …]
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audiopanorama.c | 121 static void gst_audio_panorama_m2s_int (gfloat pan, 123 static void gst_audio_panorama_s2s_int (gfloat pan, 125 static void gst_audio_panorama_m2s_float (gfloat pan, 126 gfloat * idata, gfloat * odata, guint num_samples); 127 static void gst_audio_panorama_s2s_float (gfloat pan, 128 gfloat * idata, gfloat * odata, guint num_samples); 130 static void gst_audio_panorama_m2s_int_simple (gfloat pan, 132 static void gst_audio_panorama_s2s_int_simple (gfloat pan, 134 static void gst_audio_panorama_m2s_float_simple (gfloat pan, 135 gfloat * idata, gfloat * odata, guint num_samples); [all …]
|
D | audiopanoramaorc-dist.h | 84 void audiopanoramam_orc_process_f32_ch1_none (gfloat * ORC_RESTRICT d1, const gfloat * ORC_RESTRICT… 86 void audiopanoramam_orc_process_f32_ch2_none (gfloat * ORC_RESTRICT d1, const gfloat * ORC_RESTRICT… 88 void audiopanoramam_orc_process_f32_ch1_psy (gfloat * ORC_RESTRICT d1, const gfloat * ORC_RESTRICT … 91 void audiopanoramam_orc_process_f32_ch2_psy_right (gfloat * ORC_RESTRICT d1, const gfloat * ORC_RES… 92 void audiopanoramam_orc_process_f32_ch2_psy_left (gfloat * ORC_RESTRICT d1, const gfloat * ORC_REST… 97 void audiopanoramam_orc_process_f32_ch1_sim_right (gfloat * ORC_RESTRICT d1, const gfloat * ORC_RES… 98 void audiopanoramam_orc_process_f32_ch1_sim_left (gfloat * ORC_RESTRICT d1, const gfloat * ORC_REST… 99 void audiopanoramam_orc_process_f32_ch2_sim_right (gfloat * ORC_RESTRICT d1, const gfloat * ORC_RES… 100 void audiopanoramam_orc_process_f32_ch2_sim_left (gfloat * ORC_RESTRICT d1, const gfloat * ORC_REST…
|
D | audiopanoramaorc.h | 84 void audiopanoramam_orc_process_f32_ch1_none (gfloat * ORC_RESTRICT d1, const gfloat * ORC_RESTRICT… 86 void audiopanoramam_orc_process_f32_ch2_none (gfloat * ORC_RESTRICT d1, const gfloat * ORC_RESTRICT… 88 void audiopanoramam_orc_process_f32_ch1_psy (gfloat * ORC_RESTRICT d1, const gfloat * ORC_RESTRICT … 91 void audiopanoramam_orc_process_f32_ch2_psy_right (gfloat * ORC_RESTRICT d1, const gfloat * ORC_RES… 92 void audiopanoramam_orc_process_f32_ch2_psy_left (gfloat * ORC_RESTRICT d1, const gfloat * ORC_REST… 97 void audiopanoramam_orc_process_f32_ch1_sim_right (gfloat * ORC_RESTRICT d1, const gfloat * ORC_RES… 98 void audiopanoramam_orc_process_f32_ch1_sim_left (gfloat * ORC_RESTRICT d1, const gfloat * ORC_REST… 99 void audiopanoramam_orc_process_f32_ch2_sim_right (gfloat * ORC_RESTRICT d1, const gfloat * ORC_RES… 100 void audiopanoramam_orc_process_f32_ch2_sim_left (gfloat * ORC_RESTRICT d1, const gfloat * ORC_REST…
|
D | audiopanoramaorc.orc | 11 .source 4 s1 gfloat 12 .dest 8 d1 gfloat 25 .source 8 s1 gfloat 26 .dest 8 d1 gfloat 52 .source 4 s1 gfloat 53 .dest 8 d1 gfloat 109 .source 8 s1 gfloat 110 .dest 8 d1 gfloat 126 .source 8 s1 gfloat 127 .dest 8 d1 gfloat [all …]
|
D | audiokaraoke.h | 46 gfloat level; 47 gfloat mono_level; 48 gfloat filter_band; 49 gfloat filter_width; 52 gfloat A, B, C; 53 gfloat y1, y2;
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler-x86-sse.c | 30 inner_product_gfloat_full_1_sse (gfloat * o, const gfloat * a, in inner_product_gfloat_full_1_sse() 31 const gfloat * b, gint len, const gfloat * icoeff, gint bstride) in inner_product_gfloat_full_1_sse() 50 inner_product_gfloat_linear_1_sse (gfloat * o, const gfloat * a, in inner_product_gfloat_linear_1_sse() 51 const gfloat * b, gint len, const gfloat * icoeff, gint bstride) in inner_product_gfloat_linear_1_sse() 55 const gfloat *c[2] = { (gfloat *) ((gint8 *) b + 0 * bstride), in inner_product_gfloat_linear_1_sse() 56 (gfloat *) ((gint8 *) b + 1 * bstride) in inner_product_gfloat_linear_1_sse() 77 inner_product_gfloat_cubic_1_sse (gfloat * o, const gfloat * a, in inner_product_gfloat_cubic_1_sse() 78 const gfloat * b, gint len, const gfloat * icoeff, gint bstride) in inner_product_gfloat_cubic_1_sse() 83 const gfloat *c[4] = { (gfloat *) ((gint8 *) b + 0 * bstride), in inner_product_gfloat_cubic_1_sse() 84 (gfloat *) ((gint8 *) b + 1 * bstride), in inner_product_gfloat_cubic_1_sse() [all …]
|
D | audio-resampler-neon.h | 460 inner_product_gfloat_full_1_neon (gfloat * o, const gfloat * a, in inner_product_gfloat_full_1_neon() 461 const gfloat * b, gint len, const gfloat * icoeff, gint bstride) in inner_product_gfloat_full_1_neon() 503 inner_product_gfloat_linear_1_neon (gfloat * o, const gfloat * a, in inner_product_gfloat_linear_1_neon() 504 const gfloat * b, gint len, const gfloat * icoeff, gint bstride) in inner_product_gfloat_linear_1_neon() 506 const gfloat *c[2] = {(gfloat*)((gint8*)b + 0*bstride), in inner_product_gfloat_linear_1_neon() 507 (gfloat*)((gint8*)b + 1*bstride)}; in inner_product_gfloat_linear_1_neon() 539 inner_product_gfloat_cubic_1_neon (gfloat * o, const gfloat * a, in inner_product_gfloat_cubic_1_neon() 540 const gfloat * b, gint len, const gfloat * icoeff, gint bstride) in inner_product_gfloat_cubic_1_neon() 542 const gfloat *c[4] = {(gfloat*)((gint8*)b + 0*bstride), in inner_product_gfloat_cubic_1_neon() 543 (gfloat*)((gint8*)b + 1*bstride), in inner_product_gfloat_cubic_1_neon() [all …]
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgltransformation.h | 54 gfloat xrotation; 55 gfloat yrotation; 56 gfloat zrotation; 58 gfloat xscale; 59 gfloat yscale; 61 gfloat xtranslation; 62 gfloat ytranslation; 63 gfloat ztranslation; 65 gfloat xpivot; 66 gfloat ypivot; [all …]
|
D | gstglfilterglass.c | 80 gint width, gint height, guint texture, gfloat center_x, gfloat center_y, 81 gfloat start_alpha, gfloat stop_alpha, gboolean reversed, gfloat rotation); 276 gfloat mesh[] = { in gst_gl_filter_glass_draw_background_gradient() 298 gl->VertexPointer (3, GL_FLOAT, 7 * sizeof (gfloat), mesh); in gst_gl_filter_glass_draw_background_gradient() 299 gl->ColorPointer (4, GL_FLOAT, 7 * sizeof (gfloat), &mesh[3]); in gst_gl_filter_glass_draw_background_gradient() 310 gfloat center_x, gfloat center_y, in gst_gl_filter_glass_draw_video_plane() 311 gfloat start_alpha, gfloat stop_alpha, gboolean reversed, gfloat rotation) in gst_gl_filter_glass_draw_video_plane() 316 gfloat topy = reversed ? center_y - 1.0f : center_y + 1.0f; in gst_gl_filter_glass_draw_video_plane() 317 gfloat bottomy = reversed ? center_y + 1.0f : center_y - 1.0f; in gst_gl_filter_glass_draw_video_plane() 320 gfloat mesh[] = { in gst_gl_filter_glass_draw_video_plane() [all …]
|
D | gstglalpha.h | 80 gfloat angle; 81 gfloat noise_level; 86 gfloat cb, cr; 87 gfloat kg; 88 gfloat accept_angle_tg; 89 gfloat accept_angle_ctg; 90 gfloat one_over_kc; 91 gfloat kfgy_scale; 92 gfloat noise_level2;
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglshader.h | 101 void gst_gl_shader_set_uniform_1f (GstGLShader *shader, const gchar *name, gfloat value); 103 …et_uniform_1fv (GstGLShader *shader, const gchar *name, guint count, const gfloat *value); 109 …l_shader_set_uniform_2f (GstGLShader *shader, const gchar *name, gfloat v0, gfloat v1); 111 …et_uniform_2fv (GstGLShader *shader, const gchar *name, guint count, const gfloat *value); 117 …iform_3f (GstGLShader *shader, const gchar *name, gfloat v0, gfloat v1, gfloat v2); 119 …et_uniform_3fv (GstGLShader *shader, const gchar *name, guint count, const gfloat *value); 125 …4f (GstGLShader *shader, const gchar *name, gfloat v0, gfloat v1, gfloat v2, gfloa… 127 …et_uniform_4fv (GstGLShader *shader, const gchar *name, guint count, const gfloat *value); 129 …fv (GstGLShader *shader, const gchar *name, gint count, gboolean transpose, const gfloat* value); 131 …fv (GstGLShader *shader, const gchar *name, gint count, gboolean transpose, const gfloat* value); [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/freeverb/ |
D | gstfreeverb.c | 114 gfloat * idata, gfloat * odata, guint num_samples); 116 gfloat * idata, gfloat * odata, guint num_samples); 154 gfloat feedback; 155 gfloat *buffer; 164 allpass->buffer = g_new (gfloat, size); in freeverb_allpass_setbuffer() 178 gfloat *buf = allpass->buffer; in freeverb_allpass_init() 181 buf[i] = (gfloat) DC_OFFSET; /* this is not 100 % correct. */ in freeverb_allpass_init() 186 freeverb_allpass_setfeedback (freeverb_allpass * allpass, gfloat val) in freeverb_allpass_setfeedback() 200 gfloat output; \ 201 gfloat bufout; \ [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | audiopanorama.c | 158 setup_panorama_s16_m (gint method, gfloat pan) in setup_panorama_s16_m() 170 setup_panorama_f32_m (gint method, gfloat pan) in setup_panorama_f32_m() 182 setup_panorama_s16_s (gint method, gfloat pan) in setup_panorama_s16_s() 194 setup_panorama_f32_s (gint method, gfloat pan) in setup_panorama_f32_s() 429 gfloat in[2] = { 0.5, -0.2 }; in GST_START_TEST() 430 gfloat out[4] = { 0.25, 0.25, -0.1, -0.1 }; in GST_START_TEST() 431 gfloat res[4]; in GST_START_TEST() 449 gfloat in[2] = { 0.5, -0.2 }; in GST_START_TEST() 450 gfloat out[4] = { 0.5, 0.0, -0.2, 0.0 }; in GST_START_TEST() 451 gfloat res[4]; in GST_START_TEST() [all …]
|
D | deinterleave.c | 84 gfloat *indata; in deinterleave_chain_func() 88 indata = (gfloat *) map.data; in deinterleave_chain_func() 89 fail_unless_equals_int (map.size, 48000 * sizeof (gfloat)); in deinterleave_chain_func() 135 gfloat *indata; in GST_START_TEST() 173 inbuf = gst_buffer_new_and_alloc (2 * 48000 * sizeof (gfloat)); in GST_START_TEST() 176 indata = (gfloat *) map.data; in GST_START_TEST() 208 gfloat *indata; in GST_START_TEST() 246 inbuf = gst_buffer_new_and_alloc (2 * 48000 * sizeof (gfloat)); in GST_START_TEST() 249 indata = (gfloat *) map.data; in GST_START_TEST() 282 gfloat *indata; in GST_START_TEST() [all …]
|
D | audiocheblimit.c | 107 gfloat *in, *res, rms; in GST_START_TEST() 123 inbuffer = gst_buffer_new_allocate (NULL, 128 * sizeof (gfloat), NULL); in GST_START_TEST() 125 in = (gfloat *) map.data; in GST_START_TEST() 142 res = (gfloat *) map.data; in GST_START_TEST() 166 gfloat *in, *res, rms; in GST_START_TEST() 182 inbuffer = gst_buffer_new_allocate (NULL, 128 * sizeof (gfloat), NULL); in GST_START_TEST() 184 in = (gfloat *) map.data; in GST_START_TEST() 203 res = (gfloat *) map.data; in GST_START_TEST() 227 gfloat *in, *res, rms; in GST_START_TEST() 243 inbuffer = gst_buffer_new_allocate (NULL, 128 * sizeof (gfloat), NULL); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/spectrum/ |
D | gstspectrum.c | 225 cd->input = g_new0 (gfloat, nfft); in gst_spectrum_alloc_channel_data() 226 cd->input_tmp = g_new0 (gfloat, nfft); in gst_spectrum_alloc_channel_data() 228 cd->spect_magnitude = g_new0 (gfloat, bands); in gst_spectrum_alloc_channel_data() 229 cd->spect_phase = g_new0 (gfloat, bands); in gst_spectrum_alloc_channel_data() 399 input_data_mixed_float (const guint8 * _in, gfloat * out, guint len, in input_data_mixed_float() 400 guint channels, gfloat max_value, guint op, guint nfft) in input_data_mixed_float() 403 gfloat v; in input_data_mixed_float() 404 gfloat *in = (gfloat *) _in; in input_data_mixed_float() 416 input_data_mixed_double (const guint8 * _in, gfloat * out, guint len, in input_data_mixed_double() 417 guint channels, gfloat max_value, guint op, guint nfft) in input_data_mixed_double() [all …]
|
D | gstspectrum.h | 40 typedef void (*GstSpectrumInputData)(const guint8 * in, gfloat * out, 41 guint len, guint channels, gfloat max_value, guint op, guint nfft); 45 gfloat *input; 46 gfloat *input_tmp; 48 gfloat *spect_magnitude; /* accumulated mangitude and phase */ 49 gfloat *spect_phase; /* will be scaled by num_fft before sending */
|
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/ |
D | gstwavescope.c | 248 gfloat dx, dy; in render_dots() 253 dx = (gfloat) w / (gfloat) num_samples; in render_dots() 259 x = (guint) ((gfloat) i * dx); in render_dots() 260 y = (guint) (oy + (gfloat) adata[s] * dy); in render_dots() 273 gfloat dx, dy; in render_lines() 279 dx = (gfloat) (w - 1) / (gfloat) num_samples; in render_lines() 285 y2 = (guint) (oy + (gfloat) adata[s] * dy); in render_lines() 287 x = (guint) ((gfloat) i * dx); in render_lines() 288 y = (guint) (oy + (gfloat) adata[s] * dy); in render_lines() 318 gfloat dx, dy; in render_color_dots() [all …]
|
D | gstdrawhelpers.h | 48 gfloat _f; \ 52 _f = (gfloat) _i / (gfloat) _j; \ 62 gfloat _f, _rx, _ry, _fx, _fy; \ 66 _f = (gfloat) _i / (gfloat) _j; \ 71 _fx = _rx - (gfloat)_x; \ 72 _fy = _ry - (gfloat)_y; \
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audiointerleave.c | 100 static gfloat input[2]; 126 gfloat *outdata; in interleave_chain_func() 132 outdata = (gfloat *) map.data; in interleave_chain_func() 162 gfloat *indata; in GST_START_TEST() 230 inbuf = gst_buffer_new_and_alloc (48000 * sizeof (gfloat)); in GST_START_TEST() 233 indata = (gfloat *) map.data; in GST_START_TEST() 240 inbuf = gst_buffer_new_and_alloc (48000 * sizeof (gfloat)); in GST_START_TEST() 243 indata = (gfloat *) map.data; in GST_START_TEST() 249 inbuf = gst_buffer_new_and_alloc (48000 * sizeof (gfloat)); in GST_START_TEST() 252 indata = (gfloat *) map.data; in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/interfaces/ |
D | photography.h | 434 gfloat ev_compensation; 436 gfloat zoom; 443 gfloat analog_gain; 444 gfloat lens_focus; 512 gboolean (*get_ev_compensation) (GstPhotography * photo, gfloat * ev_comp); 520 gboolean (*get_zoom) (GstPhotography * photo, gfloat * zoom); 524 gboolean (*set_ev_compensation) (GstPhotography * photo, gfloat ev_comp); 532 gboolean (*set_zoom) (GstPhotography * photo, gfloat zoom); 550 gboolean (*set_analog_gain) (GstPhotography * photo, gfloat analog_gain); 551 gboolean (*get_analog_gain) (GstPhotography * photo, gfloat * analog_gain); [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/ |
D | gstfftf32.h | 46 gfloat r; 47 gfloat i; 59 void gst_fft_f32_fft (GstFFTF32 *self, const gfloat *timedata, 64 gfloat *timedata); 67 void gst_fft_f32_window (GstFFTF32 *self, gfloat *timedata, GstFFTWindow window);
|
/third_party/gstreamer/gstplugins_bad/ext/soundtouch/ |
D | gstpitch.hh | 52 gfloat tempo; /* time stretch 57 gfloat rate; /* change playback rate 62 gfloat out_seg_rate; /* change output segment rate 67 gfloat pitch; /* change pitch 72 gfloat seg_arate; /* Rate to apply from input segment */
|