/third_party/ffmpeg/libavformat/ |
H A D | ivfdec.c | 38 AVRational time_base; in read_header() local
|
H A D | mxf.c | 214 int ff_mxf_get_content_package_rate(AVRational time_base) in ff_mxf_get_content_package_rate() argument
|
H A D | nut.c | 255 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val) in ff_nut_reset_ts() argument
|
H A D | id3v2enc.c | 294 const AVRational time_base = {1, 1000}; in write_chapter() local
|
H A D | demux_utils.c | 42 AVChapter *avpriv_new_chapter(AVFormatContext *s, int64_t id, AVRational time_base, in avpriv_new_chapter() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | buffersrc.h | 82 AVRational time_base; member
|
H A D | framequeue.c | 126 void ff_framequeue_skip_samples(FFFrameQueue *fq, size_t samples, AVRational time_base) in ff_framequeue_skip_samples() argument
|
H A D | settb.c | 78 AVRational time_base; in config_output_props() local [all...] |
H A D | framesync.h | 96 AVRational time_base; member 162 AVRational time_base; member
|
H A D | af_silencedetect.c | 46 AVRational time_base; ///< time_base member 78 update(SilenceDetectContext *s, AVFrame *insamples, int is_silence, int current_sample, int64_t nb_samples_notify, AVRational time_base) update() argument [all...] |
H A D | buffersrc.c | 45 AVRational time_base; ///< time_base to set in the output link member [all...] |
H A D | vf_blackdetect.c | 48 AVRational time_base; member [all...] |
H A D | vf_framepack.c | 98 AVRational time_base = ctx->inputs[LEFT]->time_base; in config_output() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dv_profile.h | 44 AVRational time_base; /* 1/framerate */ member
|
H A D | setts_bsf.c | 90 AVRational time_base; member
|
H A D | packet.h | 418 AVRational time_base; member
|
/third_party/ffmpeg/doc/examples/ |
H A D | remuxing.c | 36 AVRational *time_base = &fmt_ctx->streams[pkt->stream_index]->time_base; in log_packet() local
|
H A D | filtering_audio.c | 99 AVRational time_base = fmt_ctx->streams[audio_stream_index]->time_base; in init_filters() local
|
H A D | filtering_video.c | 100 AVRational time_base = fmt_ctx->streams[video_stream_index]->time_base; in init_filters() local 179 static void display_frame(const AVFrame *frame, AVRational time_base) in display_frame() argument
|
H A D | muxing.c | 75 AVRational *time_base = &fmt_ctx->streams[pkt->stream_index]->time_base; in log_packet() local [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | timefilter.c | 50 TimeFilter *ff_timefilter_new(double time_base, in ff_timefilter_new() argument
|
H A D | lavfi.c | 103 AVRational *time_base; in create_subcc_streams() local 318 AVRational time_base = av_buffersink_get_time_base(sink); in lavfi_read_header() local [all...] |
H A D | gdigrab.c | 46 AVRational time_base; /**< Time base */ member 550 AVRational time_base = gdigrab->time_base; in gdigrab_read_packet() local
|
/third_party/libuv/src/unix/ |
H A D | posix-poll.c | 138 uint64_t time_base; in uv__io_poll() local
|
/third_party/node/deps/uv/src/unix/ |
H A D | posix-poll.c | 137 uint64_t time_base; in uv__io_poll() local
|