Home
last modified time | relevance | path

Searched refs:start_pad (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmp3dec.c49 int start_pad; member
257 mp3->start_pad = v>>12; in mp3_parse_info_tag()
259 sti->start_skip_samples = mp3->start_pad + 528 + 1; in mp3_parse_info_tag()
268 av_log(s, AV_LOG_DEBUG, "pad %d %d\n", mp3->start_pad, mp3-> end_pad); in mp3_parse_info_tag()
H A Disom.h219 int start_pad; ///< amount of samples to skip due to enc-dec delay member
H A Dmov.c3894 // If we encounter a non-negative edit list reset the skip_samples/start_pad fields and set them
3904 sti->skip_samples = msc->start_pad = 0;
4097 msc->start_pad = sti->skip_samples;
4241 sc->start_pad = start_time;
4874 sc->start_pad = priming;
8766 sti->skip_samples = sc->start_pad;
9331 /* compute skip samples according to stream start_pad, seek ts and first ts */
9334 return FFMAX(sc->start_pad - off, 0);

Completed in 14 milliseconds