Home
last modified time | relevance | path

Searched refs:glong (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasioobject.h35 glong index,
41 glong buffer_size,
80 glong * num_input_ch,
81 glong * num_output_ch);
84 glong * min_size,
85 glong * max_size,
86 glong * preferred_size,
87 glong * granularity);
90 glong * input_latency,
91 glong * output_latency);
Dgstasioobject.cpp48 glong index, ASIOBool process_now);
51 static glong gst_asio_object_messages (GstAsioObject * self, glong selector,
52 glong value, gpointer message, gdouble * opt);
54 ASIOTime * time_info, glong index, ASIOBool process_now);
71 void BufferSwitch (glong index, ASIOBool process_now) in BufferSwitch()
91 glong Messages (glong selector, glong value, gpointer message, gdouble *opt) in Messages()
97 glong ret = gst_asio_object_messages (obj, selector, value, message, opt); in Messages()
104 glong index, ASIOBool process_now) in BufferSwitchTimeInfo()
126 BufferSwitchStatic(glong index, ASIOBool process_now) in BufferSwitchStatic()
137 static glong
[all …]
Dgstasiodeviceprovider.cpp188 glong min_buf_size = 0; in gst_asio_device_provider_probe_internal()
189 glong max_buf_size = 0; in gst_asio_device_provider_probe_internal()
190 glong preferred_buf_size = 0; in gst_asio_device_provider_probe_internal()
191 glong buf_size_granularity = 0; in gst_asio_device_provider_probe_internal()
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-input.h66 glong line ;
67 glong col ;
70 glong next_byte_index ;
128 cr_input_get_cur_index (CRInput const *a_this, glong *a_index) ;
131 cr_input_set_cur_index (CRInput *a_this, glong a_index) ;
156 cr_input_set_line_num (CRInput *a_this, glong a_line_num) ;
159 cr_input_get_line_num (CRInput const *a_this, glong *a_line_num) ;
162 cr_input_set_column_num (CRInput *a_this, glong a_col) ;
165 cr_input_get_column_num (CRInput const *a_this, glong *a_col) ;
169 glong a_increment) ;
[all …]
Dcr-rgb.h52 glong red ;
53 glong green ;
54 glong blue ;
Dcr-declaration.h76 glong ref_count ;
113 FILE *a_fp, glong a_indent,
117 FILE *a_fp, glong a_indent) ;
Dcr-input.c386 glong
514 cr_input_set_line_num (CRInput * a_this, glong a_line_num) in cr_input_set_line_num()
533 cr_input_get_line_num (CRInput const * a_this, glong * a_line_num) in cr_input_get_line_num()
553 cr_input_set_column_num (CRInput * a_this, glong a_col) in cr_input_set_column_num()
572 cr_input_get_column_num (CRInput const * a_this, glong * a_col) in cr_input_get_column_num()
592 cr_input_increment_line_num (CRInput * a_this, glong a_increment) in cr_input_increment_line_num()
611 cr_input_increment_col_num (CRInput * a_this, glong a_increment) in cr_input_increment_col_num()
954 glong abs_offset = 0; in cr_input_seek_index()
1066 cr_input_get_cur_index (CRInput const * a_this, glong * a_index) in cr_input_get_cur_index()
1088 cr_input_set_cur_index (CRInput * a_this, glong a_index) in cr_input_set_cur_index()
Dcr-tknzr.h92 glong cr_tknzr_get_nb_bytes_left (CRTknzr *a_this) ;
107 glong *a_nb_char) ;
/third_party/glib/glib/
Dgunicode.h778 glong offset) G_GNUC_PURE;
780 glong g_utf8_pointer_to_offset (const gchar *str,
792 glong g_utf8_strlen (const gchar *p,
797 glong start_pos,
798 glong end_pos) G_GNUC_MALLOC;
821 glong len,
822 glong *items_read,
823 glong *items_written,
827 glong len,
828 glong *items_read,
[all …]
Dgutf8.c231 glong
235 glong len = 0; in g_utf8_strlen()
286 glong start_pos, in g_utf8_substring()
287 glong end_pos) in g_utf8_substring()
352 glong offset) in g_utf8_offset_to_pointer()
394 glong
399 glong offset = 0; in g_utf8_pointer_to_offset()
723 glong len, in g_utf8_to_ucs4_fast()
724 glong *items_written) in g_utf8_to_ucs4_fast()
849 glong len, in g_utf8_to_ucs4()
[all …]
Dglibconfig.h100 #define GPOINTER_TO_INT(p) ((gint) (glong) (p))
103 #define GINT_TO_POINTER(i) ((gpointer) (glong) (i))
232 #define GLONG_TO_LE(val) ((glong) GINT64_TO_LE (val))
234 #define GLONG_TO_BE(val) ((glong) GINT64_TO_BE (val))
248 #define GLONG_TO_LE(val) ((glong) GINT32_TO_LE (val))
250 #define GLONG_TO_BE(val) ((glong) GINT32_TO_BE (val))
/third_party/glib/glib/tests/
Dconvert.c143 glong ucs4_len, in check_utf8_to_ucs4()
144 glong error_pos) in check_utf8_to_ucs4()
147 glong items_read, items_read2; in check_utf8_to_ucs4()
148 glong items_written, items_written2; in check_utf8_to_ucs4()
231 glong ucs4_len, in check_ucs4_to_utf8()
233 glong utf8_len, in check_ucs4_to_utf8()
234 glong error_pos) in check_ucs4_to_utf8()
237 glong items_read, items_read2; in check_ucs4_to_utf8()
238 glong items_written, items_written2; in check_ucs4_to_utf8()
297 glong utf16_len, in check_utf8_to_utf16()
[all …]
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dsdp.c236 glong length = -1; in GST_START_TEST()
265 glong length = -1; in GST_START_TEST()
324 glong length = -1; in GST_START_TEST()
351 glong length = -1; in GST_START_TEST()
395 glong length = -1; in GST_START_TEST()
442 glong length = -1; in GST_START_TEST()
482 glong length = -1; in GST_START_TEST()
523 glong length = -1; in GST_START_TEST()
566 glong length = -1; in GST_START_TEST()
600 glong length = -1; in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudiodynamic.c344 glong val; in gst_audio_dynamic_transform_hard_knee_compressor_int()
345 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
346 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_compressor_int()
393 glong val; in gst_audio_dynamic_transform_soft_knee_compressor_int()
394 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
395 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_soft_knee_compressor_int()
498 glong val; in gst_audio_dynamic_transform_hard_knee_expander_int()
499 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
500 glong thr_n = filter->threshold * G_MININT16; in gst_audio_dynamic_transform_hard_knee_expander_int()
573 glong val; in gst_audio_dynamic_transform_soft_knee_expander_int()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsoundsrc.h93 glong dw_vol_max;
94 glong dw_vol_min;
96 glong volume;
/third_party/glib/gobject/
Dgvaluecollector.h66 glong v_long;
108 g_vci_cvalue->v_long = va_arg ((var_args), glong); \
179 va_arg ((var_args), glong); \
229 g_vl_cvalue->v_long = va_arg ((var_args), glong); \
Dgparamspecs.h704 glong minimum;
705 glong maximum;
706 glong default_value;
1026 glong minimum,
1027 glong maximum,
1028 glong default_value,
Dgvaluetransform.c58 DEFINE_CAST (int_long, v_int, glong, v_long);
67 DEFINE_CAST (uint_long, v_uint, glong, v_long);
88 DEFINE_CAST (ulong_long, v_ulong, glong, v_long);
95 DEFINE_CAST (int64_long, v_int64, glong, v_long);
104 DEFINE_CAST (uint64_long, v_uint64, glong, v_long);
113 DEFINE_CAST (float_long, v_float, glong, v_long);
122 DEFINE_CAST (double_long, v_double, glong, v_long);
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dgreedyh.asm45 glong LoopCtr;
46 glong oldbx = 0;
264 glong LoopCtr;
265 glong oldbx = 0;
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/
Dgstaudiotestsrc.h74 glong rows[PINK_MAX_RANDOM_ROWS];
75 glong running_sum; /* Used to optimize summing of generators. */
/third_party/gstreamer/gstreamer/gst/
Dgstclock.h186 (tv).tv_sec = (glong) (((GstClockTime) (t)) / GST_SECOND); \
187 (tv).tv_usec = (glong) ((((GstClockTime) (t)) - \
210 (ts).tv_sec = (glong) ((t) / GST_SECOND); \
211 (ts).tv_nsec = (glong) (((t) - (ts).tv_sec * GST_SECOND) / GST_NSECOND); \
/third_party/glib/tests/
Dbit-test.c121 for (i = 0; (glong)i < 1500 ; i = -(i+((glong)i>=0))) { in main()
Dtype-test.c45 glong gl; in main()
99 gl = (glong) (1 + (gulong) gl); in main()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlbasesink.h97 glong (*transfer_get_response_code) (GstCurlBaseSink * sink, glong resp);
Dgstcurlhttpsrc.h183 glong allow_3xx_redirect; /* CURLOPT_FOLLOWLOCATION */
184 glong max_3xx_redirects; /* CURLOPT_MAXREDIRS */

12345