Lines Matching refs:end
426 int end;
451 end = si->raw_packet_buffer_size >= s->probesize
454 if (end || av_log2(pd->buf_size) != av_log2(pd->buf_size - pkt->size)) {
457 || end) {
1228 /* end of the stream => close and free the parser */
1499 // 3. the packets for this stream at the end of the files had valid dts.
1771 /* estimate the end time (duration) */
1853 av_log(ic, AV_LOG_WARNING, "stream %d : no PTS found at end of file, duration not set\n", i);
2132 if (timetable[i]->end == AV_NOPTS_VALUE) {
2134 int64_t end = max_time ? av_rescale_q(max_time, AV_TIME_BASE_Q,
2142 if (next_start > ch->start && next_start < end)
2143 end = next_start;
2145 ch->end = (end == INT64_MAX || end < ch->start) ? ch->start : end;