Home
last modified time | relevance | path

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

123

/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/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/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/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/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
Dav1_metadata_bsf.c93 tim->time_scale = num; in av1_metadata_update_sequence_header()
Dvaapi_encode_h264.c430 sps->vui.time_scale = 2 * avctx->framerate.num; in vaapi_encode_h264_init_sequence_params()
434 sps->vui.time_scale = 2 * avctx->time_base.den; in vaapi_encode_h264_init_sequence_params()
561 .time_scale = sps->vui.time_scale, in vaapi_encode_h264_init_sequence_params()
Dh264_metadata_bsf.c224 sps->vui.time_scale = num; in h264_metadata_update_sps()
288 framerate = sps->vui.time_scale / sps->vui.num_units_in_tick / 2; in h264_metadata_update_sps()
Dlibdav1d.c321 if (p->seq_hdr->num_units_in_tick && p->seq_hdr->time_scale) { in libdav1d_receive_frame()
323 p->seq_hdr->num_units_in_tick, p->seq_hdr->time_scale, INT_MAX); in libdav1d_receive_frame()
Dcbs_h264.h81 uint32_t time_scale; member
/third_party/ffmpeg/libavformat/
Disom.h189 int time_scale; member
249 int time_scale; member
Dmatroskadec.c249 double time_scale; member
369 uint64_t time_scale; member
443 …{ MATROSKA_ID_TIMECODESCALE, EBML_UINT, 0, 0, offsetof(MatroskaDemuxContext, time_scale), { .u = …
580 …{ MATROSKA_ID_TRACKTIMECODESCALE, EBML_FLOAT, 0, 0, offsetof(MatroskaTrack, time_scale), { .f…
1960 if (index[1].time > 1E14 / matroska->time_scale) { in matroska_add_index_entries()
2652 bytestream_put_le32(&ptr, av_rescale(matroska->duration * matroska->time_scale, in matroska_parse_tracks()
2737 if (track->time_scale < 0.01) { in matroska_parse_tracks()
2740 track->time_scale); in matroska_parse_tracks()
2741 track->time_scale = 1.0; in matroska_parse_tracks()
2743 avpriv_set_pts_info(st, 64, matroska->time_scale * track->time_scale, in matroska_parse_tracks()
[all …]
Dmov.c1462 if (sc->time_scale) { in mov_read_mdhd()
1482 sc->time_scale = avio_rb32(pb); in mov_read_mdhd()
1483 if (sc->time_scale <= 0) { in mov_read_mdhd()
1484 … av_log(c->fc, AV_LOG_ERROR, "Invalid mdhd time scale %d, defaulting to 1\n", sc->time_scale); in mov_read_mdhd()
1485 sc->time_scale = 1; in mov_read_mdhd()
1512 c->time_scale = avio_rb32(pb); /* time scale */ in mov_read_mvhd()
1513 if (c->time_scale <= 0) { in mov_read_mvhd()
1514 av_log(c->fc, AV_LOG_ERROR, "Invalid mvhd time scale %d, defaulting to 1\n", c->time_scale); in mov_read_mvhd()
1515 c->time_scale = 1; in mov_read_mvhd()
1517 av_log(c->fc, AV_LOG_TRACE, "time scale = %i\n", c->time_scale); in mov_read_mvhd()
[all …]
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.c525 mux->time_scale = DEFAULT_TIMECODESCALE; in gst_matroska_mux_init()
3249 gst_ebml_write_uint (ebml, GST_MATROSKA_ID_TIMECODESCALE, mux->time_scale); in gst_matroska_mux_start()
3274 gst_guint64_to_gdouble (mux->time_scale)); in gst_matroska_mux_start()
3352 1, mux->time_scale); in gst_matroska_mux_start()
3644 idx->time / mux->time_scale); in gst_matroska_mux_finish()
3809 gst_guint64_to_gdouble (mux->time_scale)); in gst_matroska_mux_finish()
4076 MIN (G_MAXINT16 * mux->time_scale, mux->max_cluster_duration)); in gst_matroska_mux_write_data()
4093 gst_util_uint64_scale (buffer_timestamp, 1, mux->time_scale); in gst_matroska_mux_write_data()
4103 gst_util_uint64_scale (buffer_timestamp, 1, mux->time_scale)); in gst_matroska_mux_write_data()
4117 gst_util_uint64_scale (cluster_time_scaled, mux->time_scale, 1); in gst_matroska_mux_write_data()
[all …]
Dmatroska-mux.h112 guint64 time_scale; member
Dmatroska-read-common.h91 guint64 time_scale; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std.h196 uint32_t time_scale; member
/third_party/mesa3d/docs/relnotes/
D10.6.9.rst95 - radeon/vce: fix vui time_scale zero error
D11.0.3.rst99 - radeon/vce: fix vui time_scale zero error
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h264std.h208 uint32_t 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/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h717 guint32 time_scale; member
893 guint32 time_scale; member

123