Searched refs:seek_preroll (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | codec_par.c | 163 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 D | codec_par.h | 207 int seek_preroll; member
|
H A D | avcodec.h | 1803 int seek_preroll; member
|
/third_party/ffmpeg/libavformat/ |
H A D | oggparseopus.c | 73 st->codecpar->seek_preroll = av_rescale(OPUS_SEEK_PREROLL_MS, in opus_header()
|
H A D | matroskadec.c | 270 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 D | mov.c | 7505 st->codecpar->seek_preroll = av_rescale_q(OPUS_SEEK_PREROLL_MS,
|
Completed in 22 milliseconds