/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/ |
D | gstmssmanifest.c | 919 gchar *timescale; in gst_mss_stream_get_timescale() local 922 timescale = in gst_mss_stream_get_timescale() 924 if (!timescale) { in gst_mss_stream_get_timescale() 925 timescale = in gst_mss_stream_get_timescale() 930 if (timescale) { in gst_mss_stream_get_timescale() 931 ts = g_ascii_strtoull (timescale, NULL, 10); in gst_mss_stream_get_timescale() 932 xmlFree (timescale); in gst_mss_stream_get_timescale() 940 gchar *timescale; in gst_mss_manifest_get_timescale() local 943 timescale = in gst_mss_manifest_get_timescale() 946 if (timescale) { in gst_mss_manifest_get_timescale() [all …]
|
/third_party/icu/docs/userguide/datetime/ |
D | universaltimescale.md | 110 timescale to use. However, we use the full range allowed by the data type, 122 information about a particular timescale. In all of these routines, the 139 The routine that gets a particular piece of information about a timescale takes 154 * Precision -- the precision of the timescale, in ticks. 155 …och offset -- the distance from the universal timescale's epoch to the timescale's epoch, in the t… 156 * Minimum "from" value -- the minimum timescale value that can safely be converted to the universal… 157 * Maximum "from" value -- the maximum timescale value that can safely be converted to the universal… 158 * Minimum "to" value -- the minimum universal timescale value that can safely be converted to the t… 159 * Maximum "to" value -- the maximum universal timescale value that can safely be converted to the t… 163 You can convert from other timescale values to the universal timescale using the [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdsegmentbasenode.c | 52 if (self->timescale) in gst_mpd_segment_base_get_xml_node() 54 self->timescale); in gst_mpd_segment_base_get_xml_node() 91 self->timescale = 0; in gst_mpd_segment_base_node_init()
|
D | gstmpdsegmentbasenode.h | 36 guint timescale; member
|
D | gstmpdclient.c | 390 duration /= base->SegmentBase->timescale; in gst_mpd_client_get_segment_duration() 830 segbase->timescale); in gst_mpd_client_stream_update_presentation_time_offset() 931 segbase->timescale); in gst_mpd_client_setup_representation() 940 guint timescale; in gst_mpd_client_setup_representation() local 945 timescale = in gst_mpd_client_setup_representation() 947 cur_segment_list)->SegmentBase->timescale; in gst_mpd_client_setup_representation() 948 duration = gst_util_uint64_scale (S->d, GST_SECOND, timescale); in gst_mpd_client_setup_representation() 952 start_time = gst_util_uint64_scale (S->t, GST_SECOND, timescale) in gst_mpd_client_setup_representation() 1014 GST_SECOND, mult_seg->SegmentBase->timescale); in gst_mpd_client_setup_representation() 1034 guint timescale; in gst_mpd_client_setup_representation() local [all …]
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstisoff.c | 111 parser->sidx.timescale = in gst_isoff_qt_sidx_parser_add_data() 129 GST_LOG ("Timescale: %" G_GUINT32_FORMAT, parser->sidx.timescale); in gst_isoff_qt_sidx_parser_add_data() 135 GST_SECOND, parser->sidx.timescale); in gst_isoff_qt_sidx_parser_add_data() 158 GST_SECOND, parser->sidx.timescale); in gst_isoff_qt_sidx_parser_add_data()
|
D | atomsrecovery.h | 86 guint32 timescale; /* trak's timescale */ member 129 guint32 timescale; member 142 guint32 timescale,
|
D | atomsrecovery.c | 177 atoms_recov_write_moov_timescale (FILE * f, guint32 timescale) in atoms_recov_write_moov_timescale() argument 180 GST_WRITE_UINT32_BE (data, timescale); in atoms_recov_write_moov_timescale() 238 AtomMOOV * moov, guint32 timescale, guint32 traks_number) in atoms_recov_write_headers() argument 252 if (!atoms_recov_write_moov_timescale (f, timescale)) { in atoms_recov_write_headers() 475 moovrf->timescale = GST_READ_UINT32_BE (ts); in moov_recov_parse_moov_timescale() 618 trakrd->timescale = GST_READ_UINT32_BE (data); in moov_recov_parse_mdhd() 1021 duration = gst_util_uint64_scale_round (trak->duration, moovrf->timescale, in moov_recov_write_file() 1022 trak->timescale); in moov_recov_write_file() 1058 GST_WRITE_UINT32_BE (mvhd_data + 20, moovrf->timescale); in moov_recov_write_file() 1083 duration = gst_util_uint64_scale_round (trak->duration, moovrf->timescale, in moov_recov_write_file() [all …]
|
D | gstrtpxqtdepay.c | 338 guint32 timescale; in gst_rtp_xqt_depay_process() local 386 timescale = in gst_rtp_xqt_depay_process() 391 payload[0], payload[1], payload[2], payload[3], timescale); in gst_rtp_xqt_depay_process()
|
D | gstqtmux.c | 293 guint32 timescale; in gst_qt_mux_pad_get_timescale() local 296 timescale = pad->trak_timescale; in gst_qt_mux_pad_get_timescale() 299 return timescale; in gst_qt_mux_pad_get_timescale() 2378 guint32 timescale) in gst_qt_mux_configure_moov_full() argument 2384 timescale); in gst_qt_mux_configure_moov_full() 2385 atom_moov_update_timescale (qtmux->moov, timescale); in gst_qt_mux_configure_moov_full() 2395 guint32 timescale; in gst_qt_mux_configure_moov() local 2398 timescale = qtmux->timescale; in gst_qt_mux_configure_moov() 2404 gst_qt_mux_configure_moov_full (qtmux, fragmented, timescale); in gst_qt_mux_configure_moov() 2602 qtmux->moov, qtmux->timescale, in gst_qt_mux_prepare_moov_recovery() [all …]
|
D | gstisoff.h | 63 guint32 timescale; member
|
D | qtdemux.h | 116 guint32 timescale; member 351 guint32 timescale; member
|
D | atoms.c | 93 ti->timescale = 0; in common_time_info_init() 585 tmcd->timescale = 0; in sample_entry_tmcd_init() 1617 prop_copy_uint32 (ti->timescale, buffer, size, offset); in common_time_info_copy_data() 1622 prop_copy_uint32 (ti->timescale, buffer, size, offset); in common_time_info_copy_data() 2259 prop_copy_uint32 (tmcd->timescale, buffer, size, offset); in sample_entry_tmcd_copy_data() 3359 return trak->mdia.mdhd.time_info.timescale; in atom_trak_get_timescale() 3437 if (trak->mdia.mdhd.time_info.timescale != 0) { in atom_trak_update_duration() 3440 moov_timescale, trak->mdia.mdhd.time_info.timescale); in atom_trak_update_duration() 3448 guint64 timescale) in timecode_atom_trak_set_duration() argument 3463 duration = duration * tmcd->timescale / timescale; in timecode_atom_trak_set_duration() [all …]
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | qttextparse.c | 41 gint timescale; member 67 context->timescale = 1000; in qttext_context_init() 272 context->timescale = 1000; in qttext_parse_tag() 275 context->timescale = aux; in qttext_parse_tag() 322 g_assert (context->timescale != 0); in qttext_parse_timestamp() 323 dec = (GST_SECOND * dec) / context->timescale; in qttext_parse_timestamp()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/ |
D | gstisoff.h | 206 guint32 timescale; member 256 guint32 timescale; member
|
D | gstisoff.c | 586 if (!gst_byte_reader_get_uint32_be (reader, &mdhd->timescale)) in gst_isoff_mdhd_box_parse() 855 parser->sidx.timescale = gst_byte_reader_get_uint32_be_unchecked (reader); in gst_isoff_sidx_parser_parse() 872 GST_LOG ("Timescale: %" G_GUINT32_FORMAT, parser->sidx.timescale); in gst_isoff_sidx_parser_parse() 878 GST_SECOND, parser->sidx.timescale); in gst_isoff_sidx_parser_parse() 901 GST_SECOND, parser->sidx.timescale); in gst_isoff_sidx_parser_parse()
|
/third_party/ffmpeg/tools/ |
D | sidxindex.c | 43 int timescale; member 176 track->timescale = st->time_base.den; in handle_file() 191 track->timescale, AV_ROUND_UP)); in handle_file()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/ |
D | EpochOffsets.java | 11 package com.ibm.icu.dev.tool.timescale;
|
D | CalculateLimits.java | 11 package com.ibm.icu.dev.tool.timescale;
|
D | GenerateCTimeScaleData.java | 11 package com.ibm.icu.dev.tool.timescale;
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timescale/ |
D | TimeScaleMonkeyTest.java | 12 package ohos.global.icu.dev.test.timescale;
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/ |
D | TimeScaleMonkeyTest.java | 11 package com.ibm.icu.dev.test.timescale;
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/util/timescale/ |
D | PivotDemo.java | 11 package com.ibm.icu.samples.util.timescale;
|
/third_party/ffmpeg/libavformat/ |
D | movenc.c | 636 return size * 8 * track->timescale / track->track_duration; in compute_avg_bitrate() 1135 if (track->timescale > UINT16_MAX || !track->par->channels) { in mov_write_audio_tag() 2326 avio_wb32(pb, track->timescale); in mov_write_rtp_tag() 2361 …frame_duration = av_rescale(track->timescale, track->st->codec->time_base.num, track->st->codec->t… in mov_write_tmcd_tag() 2369 …frame_duration = av_rescale(track->timescale, track->st->avg_frame_rate.num, track->st->avg_frame_… in mov_write_tmcd_tag() 2384 avio_wb32(pb, track->timescale); /* Timescale */ in mov_write_tmcd_tag() 2929 *start = av_rescale(*start, track->timescale, in get_pts_range() 2930 mov->tracks[track->src_track].timescale); in get_pts_range() 2931 *end = av_rescale(*end, track->timescale, in get_pts_range() 2932 mov->tracks[track->src_track].timescale); in get_pts_range() [all …]
|
D | movenchint.c | 52 track->timescale = track->rtp_ctx->streams[0]->time_base.den; in ff_mov_init_hinting() 63 track->timescale = 90000; in ff_mov_init_hinting()
|