Searched refs:AVSTREAM_PARSE_TIMESTAMPS (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h402 AVSTREAM_PARSE_TIMESTAMPS, /**< full parsing and interpolation of timestamps for frames not starting on a packet boundary */ enumerator in enum:AVStreamParseType
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davformat.h702 AVSTREAM_PARSE_TIMESTAMPS, /**< full parsing and interpolation of timestamps for frames not starting on a packet boundary */ enumerator in enum:AVStreamParseType
H A Drmdec.c376 st->need_parsing = AVSTREAM_PARSE_TIMESTAMPS;
H A Davidec.c812 st->need_parsing = AVSTREAM_PARSE_TIMESTAMPS;
H A Dmxfdec.c1672 st->need_parsing = AVSTREAM_PARSE_TIMESTAMPS;
H A Dutils.c1230 if (pc && st->need_parsing == AVSTREAM_PARSE_TIMESTAMPS && pkt->size) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davformat.h582 AVSTREAM_PARSE_TIMESTAMPS, /**< full parsing and interpolation of timestamps for frames not starting on a packet boundary */ enumerator in enum:AVStreamParseType
H A Drmdec.c331 st->need_parsing = AVSTREAM_PARSE_TIMESTAMPS;
H A Davidec.c636 st->need_parsing = AVSTREAM_PARSE_TIMESTAMPS;
H A Dutils.c1006 if(pc && st->need_parsing == AVSTREAM_PARSE_TIMESTAMPS && pkt->size){

Completed in 213 milliseconds