Home
last modified time | relevance | path

Searched refs:preroll (Results 1 – 25 of 136) sorted by relevance

123456

/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/compositor/
Dlayer_tree.dart15 /// Performs a preroll phase before painting the layer tree.
21 void preroll(Frame frame, {bool ignoreRasterCache = false}) {
24 rootLayer.preroll(context, Matrix4.identity());
52 layerTree.preroll(this, ignoreRasterCache: ignoreRasterCache);
Dlayer.dart26 void preroll(PrerollContext prerollContext, Matrix4 matrix);
32 /// A context shared by all layers during the preroll pass.
62 void preroll(PrerollContext prerollContext, Matrix4 matrix) {
66 /// Run [preroll] on all of the child layers.
74 layer.preroll(context, childMatrix);
104 void preroll(PrerollContext prerollContext, Matrix4 matrix) {
131 void preroll(PrerollContext prerollContext, Matrix4 matrix) {
157 void preroll(PrerollContext prerollContext, Matrix4 matrix) {
184 void preroll(PrerollContext prerollContext, Matrix4 matrix) {
255 void preroll(PrerollContext prerollContext, Matrix4 matrix) {
[all …]
/third_party/ffmpeg/libavfilter/
Df_cue.c31 int64_t preroll; member
53 if (pts - s->first_pts < s->preroll) { in activate()
92 …{ "preroll", "preroll duration in seconds", OFFSET(preroll), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0…
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideosink.c210 basesink_class->preroll = in gst_video_sink_class_init()
299 if (parent_class->preroll != NULL) in gst_video_sink_show_preroll_frame()
300 return parent_class->preroll (bsink, buf); in gst_video_sink_show_preroll_frame()
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dbasesink57 base_sink_class->preroll = GST_DEBUG_FUNCPTR (gst_replace_preroll);
226 /* notify subclass of preroll buffer or real buffer */
232 GST_DEBUG_OBJECT (replace, "preroll");
/third_party/ffmpeg/libavdevice/
Ddecklink_common_c.h47 double preroll; member
Ddecklink_enc_c.c33 …{ "preroll" , "video preroll in seconds", OFFSET(preroll ), AV_OPT_TYPE_DOUBLE, { .dbl = 0…
Ddecklink_enc.cpp214 ctx->frames_preroll = st->time_base.den * ctx->preroll; in decklink_setup_video()
560 ctx->preroll = cctx->preroll; in ff_decklink_write_header()
Ddecklink_common.h132 double preroll; member
/third_party/gstreamer/gstplugins_bad/po/
Dda.po54 # http://en.wiktionary.org/wiki/preroll
55 msgid "Generated file has a larger preroll time than its streams duration"
56 msgstr "Oprettet fil har en længere preroll-tid end strømmens varighed"
Dzh_TW.po51 msgid "Generated file has a larger preroll time than its streams duration"
52 msgstr "產出檔案的預載 (preroll) 時間比串流時長還長。"
Did.po53 msgid "Generated file has a larger preroll time than its streams duration"
55 "Berkas yang dihasilkan memiliki waktu preroll lebih besar daripada durasi "
Deo.po55 msgid "Generated file has a larger preroll time than its streams duration"
56 msgstr "Generita dosiero havas pli grandan tempon preroll ol ĝia flua daŭro"
Dcs.po58 msgid "Generated file has a larger preroll time than its streams duration"
60 "Vygenerovaný soubor má delší čas videa vloženého před začátek (preroll) než "
Dhr.po58 msgid "Generated file has a larger preroll time than its streams duration"
60 "U generiranoj datoteci pripremno (preroll) vrijeme je duže od trajanja\n"
Dky.po52 msgid "Generated file has a larger preroll time than its streams duration"
Duk.po56 msgid "Generated file has a larger preroll time than its streams duration"
Dbg.po56 msgid "Generated file has a larger preroll time than its streams duration"
Del.po57 msgid "Generated file has a larger preroll time than its streams duration"
/third_party/ffmpeg/libavformat/
Dasf.h49 uint32_t preroll; /**< timestamp of the first packet, in milliseconds member
Dasfdec_o.c99 uint64_t preroll; member
242 pts -= asf->preroll * 10000; in asf_read_marker()
678 asf->preroll = avio_rl64(pb); in asf_read_properties()
679 asf->duration -= asf->preroll; in asf_read_properties()
1105 pkt->dts = asf->sub_dts + (asf->nb_sub - 1) * asf->dts_delta - asf->preroll; in asf_read_subpayload()
1495 pkt->dts = asf_pkt->dts - asf->preroll; in asf_read_packet()
1703 asf->preroll = 0; in asf_read_header()
Dasfdec_f.c391 asf->hdr.preroll = avio_rl32(pb); in asf_read_file_properties()
428 start_time = asf->hdr.preroll; in asf_read_stream_properties()
777 pres_time -= asf->hdr.preroll * 10000; in asf_read_marker()
1325 asf_st->pkt.pts = asf->packet_frag_timestamp - asf->hdr.preroll; in asf_parse_packet()
1327 asf_st->pkt.dts = asf->packet_frag_timestamp - asf->hdr.preroll; in asf_parse_packet()
1636 int64_t index_pts = FFMAX(av_rescale(itime, i, 10000) - asf->hdr.preroll, 0); in asf_build_simple_index()
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfmux.h138 guint64 preroll; /* milliseconds */ member
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggstream.h64 guint32 preroll; member
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesink.h215 GstFlowReturn (*preroll) (GstBaseSink *sink, GstBuffer *buffer); member

123456