Searched refs:recording_time (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.h | 149 int64_t recording_time; member 419 int64_t recording_time; member 594 int64_t recording_time; ///< desired length of the resulting file in microseconds == AV_TIME_BASE units member
|
H A D | ffmpeg_opt.c | 233 o->recording_time = INT64_MAX; in init_options() 1166 if (o->stop_time != INT64_MAX && o->recording_time != INT64_MAX) { in open_input_file() 1171 if (o->stop_time != INT64_MAX && o->recording_time == INT64_MAX) { in open_input_file() 1177 o->recording_time = o->stop_time - start_time; in open_input_file() 1363 f->recording_time = o->recording_time; in open_input_file() 2236 int64_t rt = (ofile->recording_time == INT64_MAX) ? INT64_MAX : in copy_chapters() 2237 av_rescale_q(ofile->recording_time, AV_TIME_BASE_Q, in_ch->time_base); in copy_chapters() 2428 if (o->stop_time != INT64_MAX && o->recording_time != INT64_MAX) { in open_output_file() 2433 if (o->stop_time != INT64_MAX && o->recording_time in open_output_file() [all...] |
H A D | ffmpeg_filter.c | 509 ret = insert_trim(of->start_time, of->recording_time, in configure_output_video_filter() 617 ret = insert_trim(of->start_time, of->recording_time, in configure_output_audio_filter() 818 AV_NOPTS_VALUE : tsoffset, f->recording_time, in configure_input_video_filter() 932 AV_NOPTS_VALUE : tsoffset, f->recording_time, in configure_input_audio_filter()
|
H A D | ffmpeg.c | 710 of->recording_time = FFMIN(of->recording_time, end); in close_output_stream() 755 if (of->recording_time != INT64_MAX && in check_recording_time() 756 av_compare_ts(ost->sync_opts - ost->first_pts, ost->enc_ctx->time_base, of->recording_time, in check_recording_time() 1303 of->recording_time = FFMIN(of->recording_time, end); in finish_output_stream() 1840 if (of->recording_time != INT64_MAX && in do_streamcopy() 1841 ist->pts >= of->recording_time + start_time) { in do_streamcopy() 1846 if (f->recording_time != INT64_MAX) { in do_streamcopy() 1852 if (ist->pts >= f->recording_time in do_streamcopy() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | hlsenc.c | 213 int64_t recording_time; member 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() 2452 hls->recording_time = hls->time; in hls_write_packet() 2939 hls->recording_time = hls->init_time ? hls->init_time : hls->time; in hls_init() 3092 hls->recording_time = hls->time; in hls_init()
|
Completed in 16 milliseconds