Lines Matching refs:epoch
326 int64_t epoch;
906 if (wtv->epoch == AV_NOPTS_VALUE || wtv->pts < wtv->epoch)
907 wtv->epoch = wtv->pts;
971 wtv->epoch =
1093 * whereas AVIndexEntry->timestamp values are relative to epoch. */
1095 if (wtv->epoch != AV_NOPTS_VALUE)
1096 ts_relative -= wtv->epoch;
1114 if (wtv->epoch != AV_NOPTS_VALUE)
1115 wtv->pts += wtv->epoch;