Home
last modified time | relevance | path

Searched refs:seek_preroll (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcodec_par.c163 par->seek_preroll = codec->seek_preroll; in avcodec_parameters_from_context()
245 codec->seek_preroll = par->seek_preroll; in avcodec_parameters_to_context()
H A Dcodec_par.h207 int seek_preroll; member
H A Davcodec.h1803 int seek_preroll; member
/third_party/ffmpeg/libavformat/
H A Doggparseopus.c73 st->codecpar->seek_preroll = av_rescale(OPUS_SEEK_PREROLL_MS, in opus_header()
H A Dmatroskadec.c270 uint64_t seek_preroll; member
616 { MATROSKA_ID_SEEKPREROLL, EBML_UINT, 0, 0, offsetof(MatroskaTrack, seek_preroll), { .u = 0 } },
2977 if (track->seek_preroll > 0) { in matroska_parse_tracks()
2978 st->codecpar->seek_preroll = av_rescale_q(track->seek_preroll, in matroska_parse_tracks()
H A Dmov.c7505 st->codecpar->seek_preroll = av_rescale_q(OPUS_SEEK_PREROLL_MS,

Completed in 22 milliseconds