Searched refs:first_timestamp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhls.c176 int64_t first_timestamp; member in struct:HLSContext
1180 int64_t pos = c->first_timestamp == AV_NOPTS_VALUE ?
1181 0 : c->first_timestamp;
1248 c->first_timestamp = AV_NOPTS_VALUE;
1546 if (c->first_timestamp == AV_NOPTS_VALUE &&
1548 c->first_timestamp = av_rescale_q(pls->pkt.dts,
1627 int64_t first_timestamp, seek_timestamp, duration; local
1633 first_timestamp = c->first_timestamp == AV_NOPTS_VALUE ?
1634 0 : c->first_timestamp;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dapplehttp.c102 int64_t first_timestamp; member in struct:AppleHTTPContext
547 c->first_timestamp = AV_NOPTS_VALUE;
613 if (c->first_timestamp == AV_NOPTS_VALUE)
614 c->first_timestamp = var->pkt.dts;
663 int64_t pos = c->first_timestamp == AV_NOPTS_VALUE ? 0 :
664 av_rescale_rnd(c->first_timestamp, 1,

Completed in 65 milliseconds