Home
last modified time | relevance | path

Searched refs:gint64 (Results 1 – 25 of 694) sorted by relevance

12345678910>>...28

/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggstream.h63 gint64 granule_offset;
68 gint64 accumulated_granule;
97 gint64 invisible_count;
99 gint64 first_granpos;
107 gint64 prestime;
108 gint64 basetime;
123 gint64 granulepos);
125 gint64 granulepos);
126 GstClockTime gst_ogg_stream_granule_to_time (GstOggStream *pad, gint64 granule);
127 gint64 gst_ogg_stream_granulepos_to_granule (GstOggStream * pad, gint64 granulepos);
[all …]
Dgstoggdemux.h60 gint64 offset; /* starting offset of chain */
61 gint64 end_offset; /* end offset of chain */
62 gint64 bytes; /* number of bytes */
90 gint64 packetno;
91 gint64 current_granule;
92 gint64 prev_granule;
93 gint64 keyframe_granule;
97 gint64 first_granule; /* the granulepos of first page == first sample in next page */
134 gint64 length;
135 gint64 read_offset;
[all …]
Dgstoggstream.c46 gint64 granulepos);
47 typedef gint64 (*GstOggMapToGranuleFunc) (GstOggStream * pad,
48 gint64 granulepos);
49 typedef gint64 (*GstOggMapToGranuleposFunc) (GstOggStream * pad,
50 gint64 granule, gint64 keyframe_granule);
54 gint64 granulepos);
63 typedef gint64 (*GstOggMapPacketDurationFunc) (GstOggStream * pad,
68 typedef gint64 (*GstOggMapGranuleposToKeyGranuleFunc) (GstOggStream * pad,
69 gint64 granulepos);
122 gint64 granulepos) in gst_ogg_stream_get_start_time_for_granulepos()
[all …]
Dgstoggmux.h60 gint64 packetno; /* number of next packet */
61 gint64 pageno; /* number of next page */
64 gint64 offset;
82 gint64 next_granule; /* expected granule of next buffer ts */
83 gint64 keyframe_granule; /* granule of last preceding keyframe */
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dgreedyh.asm37 gint64 YMask = 0x00ff00ff00ff00ffull; // to keep only luma
38 gint64 UVMask = 0xff00ff00ff00ff00ull; // to keep only chroma
39 gint64 ShiftMask = 0xfefefefefefefefeull; // to avoid shifting chroma to luma
40 gint64 QW256 = 0x0100010001000100ull; // 4 256's
41 gint64 MaxComb;
42 gint64 MotionThreshold;
43 gint64 MotionSense;
44 gint64 i;
48 gint64 QW256B;
49 gint64 LastAvg = 0; //interp value from left qword
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstquery.h329 void gst_query_set_position (GstQuery *query, GstFormat format, gint64 cur);
332 void gst_query_parse_position (GstQuery *query, GstFormat *format, gint64 *cur);
340 void gst_query_set_duration (GstQuery *query, GstFormat format, gint64 duration…
343 void gst_query_parse_duration (GstQuery *query, GstFormat *format, gint64 *durati…
361 GstQuery* gst_query_new_convert (GstFormat src_format, gint64 value, GstFormat dest…
364 void gst_query_set_convert (GstQuery *query, GstFormat src_format, gint64 src_…
365 GstFormat dest_format, gint64 dest_value);
368 void gst_query_parse_convert (GstQuery *query, GstFormat *src_format, gint64 *sr…
369 GstFormat *dest_format, gint64 *dest_value);
377 gint64 start_value, gint64 stop_value);
[all …]
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmuxstream.h184 gint64 pts;
185 gint64 dts;
188 gint64 last_dts;
189 gint64 last_pts;
191 gint64 first_ts;
196 gint64 next_pcr;
241 void *user_data, gint64 pts, gint64 dts,
257 gint64 tsmux_stream_get_pts (TsMuxStream *stream);
258 gint64 tsmux_stream_get_dts (TsMuxStream *stream);
Dtsmux.h87 typedef gboolean (*TsMuxWriteFunc) (GstBuffer * buf, void *user_data, gint64 new_pcr);
111 gint64 next_pmt_pcr;
124 gint64 next_scte35_pcr;
160 gint64 next_pat_pcr;
170 gint64 next_si_pcr;
191 gint64 first_pcr_ts;
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoutilsprivate.h40 gboolean __gst_video_encoded_video_convert (gint64 bytes, gint64 time,
41 GstFormat src_format, gint64 src_value,
42 GstFormat * dest_format, gint64 * dest_value);
46 gint64 src_value, GstFormat * dest_format,
47 gint64 * dest_value);
/third_party/glib/glib/tests/
Dtest-printf.c139 res = g_snprintf (buf, 128, "%" G_GINT64_FORMAT, (gint64)-5); in test_d()
688 res = g_snprintf (buf, 128, "%" G_GINT64_FORMAT, (gint64)123456); in test_64bit()
692 res = g_snprintf (buf, 128, "%" G_GINT64_FORMAT, (gint64)-123456); in test_64bit()
700 res = g_snprintf (buf, 128, "%" G_GINT64_MODIFIER "o", (gint64)123456); in test_64bit()
704 res = g_snprintf (buf, 128, "%#" G_GINT64_MODIFIER "o", (gint64)123456); in test_64bit()
708 res = g_snprintf (buf, 128, "%" G_GINT64_MODIFIER "x", (gint64)123456); in test_64bit()
712 res = g_snprintf (buf, 128, "%#" G_GINT64_MODIFIER "x", (gint64)123456); in test_64bit()
716 res = g_snprintf (buf, 128, "%" G_GINT64_MODIFIER "X", (gint64)123456); in test_64bit()
737 res = g_snprintf (buf, 128, "%" "lli", (gint64)123456); in test_64bit()
741 res = g_snprintf (buf, 128, "%" "lli", (gint64)-123456); in test_64bit()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.h111 gint64 range_start;
112 gint64 range_end;
119 gint64 header_range_start;
120 gint64 header_range_end;
124 gint64 index_range_start;
125 gint64 index_range_end;
178 gint64 download_start_time;
179 gint64 download_total_bytes;
246 gint64 clock_offset; /* offset between realtime_clock and UTC (in usec) */
284 gint64 (*get_manifest_update_interval) (GstAdaptiveDemux * demux);
[all …]
/third_party/gstreamer/gstplugins_bad/gst/audiolatency/
Dgstaudiolatency.c100 static gint64 gst_audiolatency_get_latency (GstAudioLatency * self);
101 static gint64 gst_audiolatency_get_average_latency (GstAudioLatency * self);
241 static gint64
244 gint64 last_latency; in gst_audiolatency_get_latency()
259 static gint64
263 gint64 average = 0; in gst_audiolatency_get_average_latency_unlocked()
274 static gint64
277 gint64 average; in gst_audiolatency_get_average_latency()
287 gst_audiolatency_set_latency (GstAudioLatency * self, gint64 latency) in gst_audiolatency_set_latency()
289 gint64 avg_latency; in gst_audiolatency_set_latency()
[all …]
/third_party/glib/gio/
Dgcredentials.c237 g_string_append_printf (ret, "pid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.pid); in g_credentials_to_string()
239 g_string_append_printf (ret, "uid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.uid); in g_credentials_to_string()
241 g_string_append_printf (ret, "gid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.gid); in g_credentials_to_string()
248 g_string_append_printf (ret, "uid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.cr_uid); in g_credentials_to_string()
250 …g_string_append_printf (ret, "gid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.cr_groups[i… in g_credentials_to_string()
256 …g_string_append_printf (ret, "pid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.cmcred_pid); in g_credentials_to_string()
258 …g_string_append_printf (ret, "uid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.cmcred_euid… in g_credentials_to_string()
260 …g_string_append_printf (ret, "gid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.cmcred_gid); in g_credentials_to_string()
264 g_string_append_printf (ret, "pid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.unp_pid); in g_credentials_to_string()
266 … g_string_append_printf (ret, "uid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.unp_euid); in g_credentials_to_string()
[all …]
Dgdatagrambased.h78 gint64 timeout,
85 gint64 timeout,
96 gint64 timeout,
111 gint64 timeout,
121 gint64 timeout,
138 gint64 timeout,
/third_party/gstreamer/gstplugins_bad/ext/modplug/
Dgstmodplug.h69 gint64 seek_at; /* pending seek, or -1 */
70 gint64 song_size; /* size of the raw song data in bytes */
71 gint64 song_length; /* duration of the song in nanoseconds */
72 gint64 offset; /* current position in samples */
73 gint64 timestamp;
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.h136 gint64 last_socket_read_time;
141 gint64 buffering_time;
142 gint64 last_try_time;
143 gint64 wait_time;
144 gint64 wait_already;
152 gint64 playerState;
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioutilsprivate.h40 gboolean __gst_audio_encoded_audio_convert (GstAudioInfo * fmt, gint64 bytes,
41 gint64 samples, GstFormat src_format,
42 gint64 src_value, GstFormat * dest_format,
43 gint64 * dest_value);
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstmpegtsmux.h93 gint64 previous_pcr;
94 gint64 previous_offset;
95 gint64 pcr_rate_num;
96 gint64 pcr_rate_den;
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.h122 gint64 position;
123 gint64 duration;
202 gint64 current_material_track_position;
217 gint64 current_component_start_position;
220 gint64 current_component_start;
221 gint64 current_component_duration;
225 gint64 current_essence_track_position;
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.h72 gint64 sequence; /* the next sequence for this client */
74 gint64 highest_sequence_number; /* largest seen sequence number */
97 gint64 sequence; /* the sequence nb of this file */
101 gint64 offset, size;
109 gint64 offset, size;
147 gint64 * start,
148 gint64 * stop);
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoraparse.c404 static gint64
405 make_granulepos (GstTheoraParse * parse, gint64 keyframe, gint64 frame) in make_granulepos()
407 gint64 iframe; in make_granulepos()
428 parse_granulepos (GstTheoraParse * parse, gint64 granulepos, in parse_granulepos()
429 gint64 * keyframe, gint64 * frame) in parse_granulepos()
431 gint64 kf; in parse_granulepos()
461 gint64 keyframe, gint64 frame) in theora_parse_munge_granulepos()
463 gint64 frames_diff; in theora_parse_munge_granulepos()
497 gint64 keyframe, gint64 frame) in theora_parse_push_buffer()
577 theora_parse_drain_queue (GstTheoraParse * parse, gint64 granulepos) in theora_parse_drain_queue()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.h79 GstRTSPResult gst_rtsp_connection_connect_usec (GstRTSPConnection * conn, gint64 tim…
82 GstRTSPResult gst_rtsp_connection_connect_with_response_usec (GstRTSPConnection * conn, gint64
127 guint size, gint64 timeout);
131 guint size, gint64 timeout);
137 gint64 timeout);
141 gint64 timeout);
145 gint64 timeout);
151 GstRTSPEvent *revents, gint64 timeout);
156 gint64 gst_rtsp_connection_next_timeout_usec (GstRTSPConnection *conn);
339 gint64 timeout);
/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstpcapparse.h70 gint64 src_ip;
71 gint64 dst_ip;
75 gint64 offset;
82 gint64 cur_packet_size;
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dpsmuxstream.h118 gint64 pts; /* TODO: cur_buffer->pts?*/
119 gint64 dts; /* TODO: cur_buffer->dts?*/
120 gint64 last_pts;
143 gint64 pts, gint64 dts,
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.h81 …_header (GstMPDClient *client, gchar **uri, guint stream_idx, gint64 * range_start, gint64 * range…
82 …r_index (GstMPDClient *client, gchar **uri, guint stream_idx, gint64 * range_start, gint64 * range…
100 gint gst_mpd_client_get_rep_idx_with_max_bandwidth (GList *Representations, gint64 max_bandwidth, g…
137 gint64 gst_mpd_client_calculate_time_difference (const GstDateTime * t1, const GstDateTime * t2);
138 GstDateTime *gst_mpd_client_add_time_difference (GstDateTime * t1, gint64 usecs);
139 gint64 gst_mpd_client_parse_default_presentation_delay(GstMPDClient * client, const gchar * default…

12345678910>>...28