Home
last modified time | relevance | path

Searched refs:time_scale (Results 1 – 25 of 39) sorted by relevance

12

/third_party/flutter/skia/modules/skottie/src/layers/
DPrecompLayer.cpp47 CompTimeMapper(sksg::AnimatorList&& layer_animators, float time_bias, float time_scale) in attachPrecompLayer() argument
50 , fTimeScale(time_scale) {} in attachPrecompLayer()
DImageLayer.cpp65 float time_bias, float time_scale) in attachImageAsset() argument
69 , fTimeScale(time_scale) {} in attachImageAsset()
/third_party/flutter/skia/modules/skottie/src/
DComposition.cpp49 SkottieAnimatorAdapter(sk_sp<Animation> animation, float time_scale) in attachNestedAnimation() argument
51 , fTimeScale(time_scale) { in attachNestedAnimation()
/third_party/gstreamer/gstplugins_bad/tests/examples/codecparsers/
Dparse-vp8.c47 guint32 time_scale; member
92 if (!gst_byte_reader_get_uint32_le (&br, &ivf_hdr->time_scale)) in parse_ivf_file_header()
105 g_print (" %-32s : %u\n", "time_scale", ivf_hdr->time_scale); in parse_ivf_file_header()
/third_party/skia/modules/skottie/src/layers/
DPrecompLayer.cpp50 float time_bias, float time_scale) in CompTimeMapper() argument
54 , fTimeScale(time_scale) {} in CompTimeMapper()
DFootageLayer.cpp36 float time_bias, float time_scale) in FootageAnimator() argument
42 , fTimeScale(time_scale) in FootageAnimator()
/third_party/ffmpeg/libavformat/
Disom.h189 int time_scale; member
249 int time_scale; member
Dmatroskadec.c237 double time_scale; member
352 uint64_t time_scale; member
424 …{ MATROSKA_ID_TIMECODESCALE, EBML_UINT, 0, offsetof(MatroskaDemuxContext, time_scale), { .u = 100…
561 …{ MATROSKA_ID_TRACKTIMECODESCALE, EBML_FLOAT, 0, offsetof(MatroskaTrack, time_scale), { .f = …
1908 if (index[1].time > 1E14 / matroska->time_scale) { in matroska_add_index_entries()
2602 bytestream_put_le32(&ptr, av_rescale(matroska->duration * matroska->time_scale, in matroska_parse_tracks()
2687 if (track->time_scale < 0.01) in matroska_parse_tracks()
2688 track->time_scale = 1.0; in matroska_parse_tracks()
2689 avpriv_set_pts_info(st, 64, matroska->time_scale * track->time_scale, in matroska_parse_tracks()
2903 if (!matroska->time_scale) in matroska_read_header()
[all …]
Dmov.c1433 if (sc->time_scale) { in mov_read_mdhd()
1453 sc->time_scale = avio_rb32(pb); in mov_read_mdhd()
1454 if (sc->time_scale <= 0) { in mov_read_mdhd()
1455 … av_log(c->fc, AV_LOG_ERROR, "Invalid mdhd time scale %d, defaulting to 1\n", sc->time_scale); in mov_read_mdhd()
1456 sc->time_scale = 1; in mov_read_mdhd()
1483 c->time_scale = avio_rb32(pb); /* time scale */ in mov_read_mvhd()
1484 if (c->time_scale <= 0) { in mov_read_mvhd()
1485 av_log(c->fc, AV_LOG_ERROR, "Invalid mvhd time scale %d, defaulting to 1\n", c->time_scale); in mov_read_mvhd()
1486 c->time_scale = 1; in mov_read_mvhd()
1488 av_log(c->fc, AV_LOG_TRACE, "time scale = %i\n", c->time_scale); in mov_read_mvhd()
[all …]
/third_party/ffmpeg/libavcodec/
Dh264_ps.c197 unsigned time_scale = get_bits_long(gb, 32); in decode_vui_parameters() local
198 if (!num_units_in_tick || !time_scale) { in decode_vui_parameters()
201 time_scale, num_units_in_tick); in decode_vui_parameters()
205 sps->time_scale = time_scale; in decode_vui_parameters()
621 sps->timing_info_present_flag ? sps->time_scale : 0, in ff_h264_decode_seq_parameter_set()
Dh264_ps.h84 uint32_t time_scale; member
Dlibdav1d.c302 if (p->seq_hdr->num_units_in_tick && p->seq_hdr->time_scale) { in libdav1d_receive_frame()
304 p->seq_hdr->num_units_in_tick, p->seq_hdr->time_scale, INT_MAX); in libdav1d_receive_frame()
Dvaapi_encode_h264.c450 sps->vui.time_scale = 2 * avctx->framerate.num; in vaapi_encode_h264_init_sequence_params()
454 sps->vui.time_scale = 2 * avctx->time_base.den; in vaapi_encode_h264_init_sequence_params()
581 .time_scale = sps->vui.time_scale, in vaapi_encode_h264_init_sequence_params()
Dav1_metadata_bsf.c101 tim->time_scale = num; in av1_metadata_update_sequence_header()
Dh264_metadata_bsf.c178 sps->vui.time_scale = num; in h264_metadata_update_sps()
242 framerate = sps->vui.time_scale / sps->vui.num_units_in_tick / 2; in h264_metadata_update_sps()
Dcbs_h264.h90 uint32_t time_scale; member
Dcbs_av1.h60 uint32_t time_scale; member
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.h109 guint64 time_scale; member
Dmatroska-mux.c492 mux->time_scale = DEFAULT_TIMECODESCALE; in gst_matroska_mux_init()
3081 gst_ebml_write_uint (ebml, GST_MATROSKA_ID_TIMECODESCALE, mux->time_scale); in gst_matroska_mux_start()
3106 gst_guint64_to_gdouble (mux->time_scale)); in gst_matroska_mux_start()
3156 1, mux->time_scale); in gst_matroska_mux_start()
3446 idx->time / mux->time_scale); in gst_matroska_mux_finish()
3610 gst_guint64_to_gdouble (mux->time_scale)); in gst_matroska_mux_finish()
3867 MIN (G_MAXINT16 * mux->time_scale, mux->max_cluster_duration)); in gst_matroska_mux_write_data()
3890 gst_util_uint64_scale (buffer_timestamp, 1, mux->time_scale)); in gst_matroska_mux_write_data()
3892 gst_util_uint64_scale (buffer_timestamp, 1, mux->time_scale)); in gst_matroska_mux_write_data()
3906 gst_util_uint64_scale (buffer_timestamp, 1, mux->time_scale)); in gst_matroska_mux_write_data()
[all …]
Dmatroska-read-common.h91 guint64 time_scale; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h588 guint32 time_scale; member
737 guint32 time_scale; member
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux_dump.c153 guint32 time_scale = 0; in qtdemux_dump_mdhd() local
166 gst_byte_reader_get_uint32_be (data, &time_scale) && in qtdemux_dump_mdhd()
172 GST_LOG ("%*s time scale: 1/%u sec", depth, "", time_scale); in qtdemux_dump_mdhd()
/third_party/minimp4/
Dminimp4_test.c272 tr.time_scale = 90000; in main()
Dminimp4.h147 unsigned time_scale; member
1262 duration = (unsigned)(duration * 1LL * MOOV_TIMESCALE / tr->info.time_scale); in mp4e_flush_index()
1325 WRITE_4((unsigned)(duration * 1LL * MOOV_TIMESCALE / tr->info.time_scale)); in mp4e_flush_index()
1352 WRITE_4(tr->info.time_scale); in mp4e_flush_index()
1438 … WRITE_4((tr->info.time_scale << 16)); // samplerate == = {timescale of media}<<16; in mp4e_flush_index()
2241 tr.time_scale = 90000; in mp4_h26x_write_init()
/third_party/weston/libweston/backend-drm/
Dvaapi-recorder.c296 r->encoder.param.seq.time_scale = 1800; in encoder_init_seq_parameters()
564 bitstream_put_ui(bs, seq->time_scale, 32); in sps_rbsp()

12