Searched refs:read_timestamp (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_recover/
H A Ddb_recover.c20 int read_timestamp __P((char *, time_t *));
75 if ((ret = read_timestamp(optarg, &timestamp)) != 0)
191 * read_timestamp --
222 read_timestamp(arg, timep) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dinternal.h241 * AVInputFormat.read_timestamp().
260 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ));
263 * Perform a binary search using read_timestamp().
273 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ));
H A Dflacdec.c234 .read_timestamp = flac_read_timestamp,
H A Dpva.c233 .read_timestamp = pva_read_timestamp,
H A Dnuv.c387 .read_timestamp = nuv_read_dts,
H A Dutils.c1884 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ))
1886 int64_t ts = read_timestamp(s, stream_index, ppos, pos_limit);
1916 * index case, especially read_timestamp(). */
1946 ts_min, ts_max, flags, &ts, avif->read_timestamp);
1961 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ))
1971 &pos_max, limit, read_timestamp);
1980 &tmp_pos, INT64_MAX, read_timestamp);
2002 int64_t (*read_timestamp)(struct AVFormatContext *, int,
2014 ts_min = ff_read_timestamp(s, stream_index, &pos_min, INT64_MAX, read_timestamp);
2025 if ((ret = ff_find_last_ts(s, stream_index, &ts_max, &pos_max, read_timestamp)) <
[all...]
H A Davformat.h419 #define AVFMT_NOBINSEARCH 0x2000 /**< Format does not allow to fall back on binary search via read_timestamp */
653 int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index, member in struct:AVInputFormat
H A Dgxf.c607 .read_timestamp = gxf_read_timestamp,
H A Dmpeg.c657 .read_timestamp = mpegps_read_dts,
H A Doggdec.c905 .read_timestamp = ogg_read_timestamp,
H A Dmpegts.c2688 .read_timestamp = mpegts_get_dts,
2700 .read_timestamp = mpegts_get_dts,
H A Drmdec.c1068 .read_timestamp = rm_read_dts,
H A Dasfdec.c1606 .read_timestamp = asf_read_pts,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dinternal.h258 * AVInputFormat.read_timestamp().
277 * Perform a binary search using read_timestamp().
287 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ));
H A Dpva.c211 .read_timestamp = pva_read_timestamp
H A Davformat.h380 #define AVFMT_NOBINSEARCH 0x2000 /**< Format does not allow to fallback to binary search via read_timestamp */
521 int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index, member in struct:AVInputFormat
1633 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ));
H A Dutils.c1552 index= av_index_search_timestamp(st, target_ts, flags | AVSEEK_FLAG_BACKWARD); //FIXME whole func must be checked for non-keyframe entries in index case, especially read_timestamp()
1578 pos= ff_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit, ts_min, ts_max, flags, &ts, avif->read_timestamp);
1595 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ))
1599 read_timestamp);
1606 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ))
1616 ts_min = read_timestamp(s, stream_index, &pos_min, INT64_MAX);
1627 ts_max = read_timestamp(s, stream_index, &pos_max, pos_max + step);
1635 int64_t tmp_ts= read_timestamp(s, stream_index, &tmp_pos, INT64_MAX);
1677 ts = read_timestamp(s, stream_index, &pos, INT64_MAX); //may pass pos_limit instead of -1
1686 av_log(s, AV_LOG_ERROR, "read_timestamp() faile
[all...]
H A Dgxf.c534 .read_timestamp = gxf_read_timestamp,
H A Dmpeg.c617 .read_timestamp = mpegps_read_dts,
H A Doggdec.c676 .read_timestamp = ogg_read_timestamp,
H A Drmdec.c982 .read_timestamp = rm_read_dts,
H A Dmpegts.c2264 .read_timestamp = mpegts_get_pcr,
2279 .read_timestamp = mpegts_get_pcr,
H A Dasfdec.c1314 .read_timestamp = asf_read_pts,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h363 int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index, member in struct:AVInputFormat
1076 * AVCodec.read_timestamp().
1096 * Does a binary search using read_timestamp().
1107 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ));

Completed in 158 milliseconds