Searched refs:end_pts (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | trim.c | 48 int64_t start_pts, end_pts; member 95 int64_t end_pts = av_rescale_q(s->end_time, AV_TIME_BASE_Q, tb); in config_input() local 96 if (s->end_pts == AV_NOPTS_VALUE || end_pts > s->end_pts) in config_input() 97 s->end_pts = end_pts; in config_input() 117 { "end_pts", "Timestamp of the first frame that should be " \ 118 "dropped again", OFFSET(end_pts), AV_OPT_TYPE_INT64, { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \ 150 if (s->end_frame != INT64_MAX || s->end_pts ! in trim_filter_frame() [all...] |
H A D | af_silencedetect.c | 99 int64_t end_pts = insamples ? insamples->pts + av_rescale_q(current_sample / s->channels, in update() local 102 int64_t duration_ts = end_pts - s->start[channel]; in update() 105 av_ts2timestr(end_pts, &time_base)); in update() 112 av_ts2timestr(end_pts, &time_base), in update()
|
H A D | vsrc_mandelbrot.c | 70 double end_pts; member 99 {"end_pts", "set the terminal pts value", OFFSET(end_pts), AV_OPT_TYPE_DOUBLE, {.dbl=400}, 0, INT64_MAX, FLAGS }, 244 double scale= s->start_scale*pow(s->end_scale/s->start_scale, pts/s->end_pts); in draw_mandelbrot()
|
/third_party/ffmpeg/libavformat/ |
H A D | hlsenc.c | 140 int64_t end_pts; member 2408 int64_t end_pts = 0; in hls_write_packet() local 2446 end_pts = hls->recording_time * vs->number; in hls_write_packet() 2449 /* reset end_pts, hls->recording_time at end of the init hls list */ in hls_write_packet() 2453 end_pts = init_list_dur + after_init_list_dur ; in hls_write_packet() 2475 if (vs->end_pts == AV_NOPTS_VALUE) in hls_write_packet() 2476 vs->end_pts = pkt->pts; in hls_write_packet() 2479 vs->duration = (double)(pkt->pts - vs->end_pts) in hls_write_packet() 2488 vs->duration = (double)(pkt->pts - vs->end_pts) * st->time_base.num / st->time_base.den; in hls_write_packet() 2493 can_split = can_split && (pkt->pts - vs->end_pts > in hls_write_packet() [all...] |
H A D | movenc.h | 130 int64_t end_pts; member
|
H A D | segment.c | 844 int64_t end_pts = INT64_MAX, offset; in seg_write_packet() local 869 end_pts = seg->segment_count < seg->nb_times ? in seg_write_packet() 885 end_pts = seg->time * (seg->segment_count + 1); in seg_write_packet() 901 end_pts - seg->time_delta, AV_TIME_BASE_Q) >= 0))) { in seg_write_packet()
|
H A D | movenc.c | 3347 // another track's duration, while the end_pts may be left at zero. 3356 if (track->end_pts != AV_NOPTS_VALUE && 3360 *end = track->end_pts; 5288 avio_wb64(pb, track->end_pts - 5367 info->duration = track->end_pts - 5482 duration = track->end_pts - 6189 track->end_pts = pts; 6191 track->end_pts = dts; 6213 track->end_pts += get_cluster_duration(track, track->entry - 2); 6648 * be the same in all fragments, unless end_pts wa [all...] |
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.h | 362 int64_t end_pts; member
|
H A D | ffmpeg.c | 246 int64_t pts, end_pts; in sub2video_update() local 253 end_pts = av_rescale_q(sub->pts + sub->end_display_time * 1000LL, in sub2video_update() 262 heartbeat_pts : ist->sub2video.end_pts; in sub2video_update() 263 end_pts = INT64_MAX; in sub2video_update() 276 ist->sub2video.end_pts = end_pts; in sub2video_update() 300 if (pts2 >= ist2->sub2video.end_pts || ist2->sub2video.initialize) in sub2video_heartbeat() 317 if (ist->sub2video.end_pts < INT64_MAX) in sub2video_flush()
|
H A D | ffmpeg_filter.c | 697 ist->sub2video.end_pts = INT64_MIN; in sub2video_prepare()
|
Completed in 28 milliseconds