/third_party/flutter/skia/modules/skottie/src/layers/ |
D | PrecompLayer.cpp | 47 CompTimeMapper(sksg::AnimatorList&& layer_animators, float time_bias, float time_scale) in attachPrecompLayer() argument 50 , fTimeScale(time_scale) {} in attachPrecompLayer()
|
D | ImageLayer.cpp | 65 float time_bias, float time_scale) in attachImageAsset() argument 69 , fTimeScale(time_scale) {} in attachImageAsset()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/codecparsers/ |
D | parse-vp8.c | 47 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/ |
D | Composition.cpp | 49 SkottieAnimatorAdapter(sk_sp<Animation> animation, float time_scale) in attachNestedAnimation() argument 51 , fTimeScale(time_scale) { in attachNestedAnimation()
|
/third_party/skia/modules/skottie/src/layers/ |
D | PrecompLayer.cpp | 50 float time_bias, float time_scale) in CompTimeMapper() argument 54 , fTimeScale(time_scale) {} in CompTimeMapper()
|
D | FootageLayer.cpp | 36 float time_bias, float time_scale) in FootageAnimator() argument 42 , fTimeScale(time_scale) in FootageAnimator()
|
/third_party/ffmpeg/libavcodec/ |
D | h264_ps.c | 197 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()
|
D | h264_ps.h | 84 uint32_t time_scale; member
|
D | av1_metadata_bsf.c | 93 tim->time_scale = num; in av1_metadata_update_sequence_header()
|
D | vaapi_encode_h264.c | 430 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()
|
D | h264_metadata_bsf.c | 224 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()
|
D | libdav1d.c | 321 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()
|
D | cbs_h264.h | 81 uint32_t time_scale; member
|
/third_party/ffmpeg/libavformat/ |
D | isom.h | 189 int time_scale; member 249 int time_scale; member
|
D | matroskadec.c | 249 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 …]
|
D | mov.c | 1462 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/ |
D | matroska-mux.c | 525 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 …]
|
D | matroska-mux.h | 112 guint64 time_scale; member
|
D | matroska-read-common.h | 91 guint64 time_scale; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/ |
D | vulkan_video_codec_h264std.h | 196 uint32_t time_scale; member
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.6.9.rst | 95 - radeon/vce: fix vui time_scale zero error
|
D | 11.0.3.rst | 99 - radeon/vce: fix vui time_scale zero error
|
/third_party/vulkan-headers/include/vk_video/ |
D | vulkan_video_codec_h264std.h | 208 uint32_t time_scale; member
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux_dump.c | 153 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/ |
D | gsth265parser.h | 717 guint32 time_scale; member 893 guint32 time_scale; member
|