Lines Matching defs:last
1066 * of the frame we are displaying, i.e. the last I- or P-frame. */
1476 // last dts seen for this stream. if any of packets following
1488 // Once last dts was set to AV_NOPTS_VALUE, we don't change it.
1495 // Fixing the last reference frame had none pts issue (For MXF etc).
2194 int64_t last = info->last_dts;
2196 if ( ts != AV_NOPTS_VALUE && last != AV_NOPTS_VALUE && ts > last
2197 && ts - (uint64_t)last < INT64_MAX) {
2199 int64_t duration = ts - last;
2242 if (info->duration_count > 3 && is_relative(ts) == is_relative(last))