/third_party/ffmpeg/doc/examples/ |
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()
|
D | remuxing.c | 36 AVRational *time_base = &fmt_ctx->streams[pkt->stream_index]->time_base; in log_packet() local
|
D | filtering_audio.c | 99 AVRational time_base = fmt_ctx->streams[audio_stream_index]->time_base; in init_filters() local
|
D | muxing.c | 72 AVRational *time_base = &fmt_ctx->streams[pkt->stream_index]->time_base; in log_packet() local
|
/third_party/ffmpeg/libavformat/ |
D | ivfdec.c | 38 AVRational time_base; in read_header() local
|
D | mxf.c | 213 int ff_mxf_get_content_package_rate(AVRational time_base) in ff_mxf_get_content_package_rate()
|
D | nut.h | 80 AVRational *time_base; member 88 AVRational *time_base; member 107 AVRational *time_base; member
|
D | nut.c | 255 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val) in ff_nut_reset_ts()
|
D | nutenc.c | 306 static void put_tt(NUTContext *nut, AVRational *time_base, AVIOContext *bc, uint64_t val) in put_tt() 724 AVRational time_base; in nut_write_header() local
|
D | id3v2enc.c | 293 const AVRational time_base = {1, 1000}; in write_chapter() local
|
D | electronicarts.c | 71 AVRational time_base; member
|
/third_party/ffmpeg/libavfilter/ |
D | framesync.h | 96 AVRational time_base; member 162 AVRational time_base; member
|
D | buffersrc.h | 82 AVRational time_base; member
|
D | af_silencedetect.c | 46 AVRational time_base; ///< time_base member 80 AVRational time_base) in update()
|
D | framequeue.c | 126 void ff_framequeue_skip_samples(FFFrameQueue *fq, size_t samples, AVRational time_base) in ff_framequeue_skip_samples()
|
D | settb.c | 76 AVRational time_base; in config_output_props() local
|
D | vf_coreimage.m | 45 AVRational time_base; ///< stream time base field
|
D | buffersrc.c | 46 AVRational time_base; ///< time_base to set in the output link member
|
D | avf_aphasemeter.c | 57 AVRational time_base; member
|
D | vf_blackdetect.c | 48 AVRational time_base; member
|
/third_party/ffmpeg/libavdevice/ |
D | timefilter.c | 46 TimeFilter *ff_timefilter_new(double time_base, in ff_timefilter_new()
|
D | gdigrab.c | 45 AVRational time_base; /**< Time base */ member 537 AVRational time_base = gdigrab->time_base; in gdigrab_read_packet() local
|
D | lavfi.c | 317 AVRational time_base = av_buffersink_get_time_base(sink); in lavfi_read_header() local
|
/third_party/ffmpeg/libavcodec/ |
D | dv_profile.h | 45 AVRational time_base; /* 1/framerate */ member
|
/third_party/libuv/src/unix/ |
D | posix-poll.c | 137 uint64_t time_base; in uv__io_poll() local
|