Searched refs:timestamp_res (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegts.h78 int timestamp_res; member in struct:SLConfigDescr
H A Dmpegts.c908 if (sl->timestamp_len && sl->timestamp_res)
909 avpriv_set_pts_info(pes->st, sl->timestamp_len, 1, sl->timestamp_res);
1323 descr->sl.timestamp_res = avio_rb32(&d->pb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpegts.h75 int timestamp_res; member in struct:__anon2224
H A Dmpegts.c735 if (sl->timestamp_len && sl->timestamp_res)
736 avpriv_set_pts_info(pes->st, sl->timestamp_len, 1, sl->timestamp_res);
1088 descr->sl.timestamp_res = avio_rb32(&d->pb);

Completed in 92 milliseconds