Searched refs:presentation_delayed (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 Dutils.c1143 int num, den, presentation_delayed, delay, i; local
1184 presentation_delayed = 0;
1190 presentation_delayed = 1;
1204 * presentation_delayed is not set correctly. */
1206 pkt->dts != AV_NOPTS_VALUE && presentation_delayed) {
1243 presentation_delayed = 1;
1247 presentation_delayed, av_ts2str(pkt->pts), av_ts2str(pkt->dts), av_ts2str(st->cur_dts),
1253 if (presentation_delayed) {
1304 presentation_delayed, delay, av_ts2str(pkt->pts), av_ts2str(pkt->dts), av_ts2str(st->cur_dts));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dutils.c958 int num, den, presentation_delayed, delay, i; local
973 presentation_delayed = 0;
979 presentation_delayed = 1;
988 // Note, if this is misbehaving for a H.264 file then possibly presentation_delayed is not set correctly.
989 if(delay==1 && pkt->dts == pkt->pts && pkt->dts != AV_NOPTS_VALUE && presentation_delayed){
1036 presentation_delayed = 1;
1038 // av_log(NULL, AV_LOG_DEBUG, "IN delayed:%d pts:%"PRId64", dts:%"PRId64" cur_dts:%"PRId64" st:%d pc:%p\n", presentation_delayed, pkt->pts, pkt->dts, st->cur_dts, pkt->stream_index, pc);
1042 if (presentation_delayed) {
1096 // av_log(NULL, AV_LOG_ERROR, "OUTdelayed:%d/%d pts:%"PRId64", dts:%"PRId64" cur_dts:%"PRId64"\n", presentation_delayed, delay, pkt->pts, pkt->dts, st->cur_dts);

Completed in 76 milliseconds