Searched refs:pts (Results 1 - 25 of 391) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Div8.c58 int ret, size, pts, type; local
65 pts=get_be32(s->pb);
79 pkt->pts= pts;
H A Doggdec.h46 * @return pts
133 uint64_t pts = AV_NOPTS_VALUE; local
136 pts = os->codec->gptopts(s, i, gp, dts);
138 pts = gp;
140 *dts = pts;
143 return pts;
H A Dvc1test.c93 uint32_t pts; local
101 pts = get_le32(pb);
105 pkt->pts = pts;
H A Dmpegenc.c34 int64_t pts; member in struct:PacketDesc
505 static int get_vcd_padding_size(AVFormatContext *ctx, int64_t pts) argument
510 if (s->vcd_padding_bitrate > 0 && pts!=AV_NOPTS_VALUE)
514 full_pad_bytes = (int64_t)((s->vcd_padding_bitrate * (pts / 90000.0)) / 8.0); //FIXME this is wrong
529 stream 'stream_index'. 'pts' and 'dts' are only used to know if
532 int64_t pts, int64_t dts)
579 if (pts != AV_NOPTS_VALUE) {
580 if (dts != pts)
647 int64_t pts, int64_t dts, int64_t scr, int trailer_size)
665 id, pts / 90000.
646 flush_packet(AVFormatContext *ctx, int stream_index, int64_t pts, int64_t dts, int64_t scr, int trailer_size) argument
1156 int64_t pts, dts; local
[all...]
H A Didcin.c88 int64_t pts; member in struct:IdcinDemuxContext
212 idcin->pts = 0;
266 pkt->pts = idcin->pts;
277 pkt->pts = idcin->pts;
280 idcin->pts++;
H A Dwv.c209 pkt->pts = wc->soff;
210 av_add_index_entry(s->streams[0], wc->pos, pkt->pts, 0, 0, AVINDEX_KEYFRAME);
221 int64_t pos, pts; local
240 pts = pkt->pts;
242 }while(pts < timestamp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Div8.c58 int ret, size, pts, type; local
65 pts=get_be32(s->pb);
79 pkt->pts= pts;
H A Doggdec.h46 * @return pts
133 uint64_t pts = AV_NOPTS_VALUE; local
136 pts = os->codec->gptopts(s, i, gp, dts);
138 pts = gp;
140 *dts = pts;
143 return pts;
H A Dvc1test.c93 uint32_t pts; local
101 pts = get_le32(pb);
105 pkt->pts = pts;
H A Dmpegenc.c34 int64_t pts; member in struct:PacketDesc
505 static int get_vcd_padding_size(AVFormatContext *ctx, int64_t pts) argument
510 if (s->vcd_padding_bitrate > 0 && pts!=AV_NOPTS_VALUE)
514 full_pad_bytes = (int64_t)((s->vcd_padding_bitrate * (pts / 90000.0)) / 8.0); //FIXME this is wrong
529 stream 'stream_index'. 'pts' and 'dts' are only used to know if
532 int64_t pts, int64_t dts)
579 if (pts != AV_NOPTS_VALUE) {
580 if (dts != pts)
647 int64_t pts, int64_t dts, int64_t scr, int trailer_size)
665 id, pts / 90000.
646 flush_packet(AVFormatContext *ctx, int stream_index, int64_t pts, int64_t dts, int64_t scr, int trailer_size) argument
1156 int64_t pts, dts; local
[all...]
H A Didcin.c88 int64_t pts; member in struct:IdcinDemuxContext
212 idcin->pts = 0;
266 pkt->pts = idcin->pts;
277 pkt->pts = idcin->pts;
280 idcin->pts++;
H A Dwv.c209 pkt->pts = wc->soff;
210 av_add_index_entry(s->streams[0], wc->pos, pkt->pts, 0, 0, AVINDEX_KEYFRAME);
221 int64_t pos, pts; local
240 pts = pkt->pts;
242 }while(pts < timestamp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Div8.c58 int ret, size, pts, type; local
65 pts=get_be32(s->pb);
79 pkt->pts= pts;
H A Doggdec.h46 * @return pts
133 uint64_t pts = AV_NOPTS_VALUE; local
136 pts = os->codec->gptopts(s, i, gp, dts);
138 pts = gp;
140 *dts = pts;
143 return pts;
H A Dvc1test.c93 uint32_t pts; local
101 pts = get_le32(pb);
105 pkt->pts = pts;
H A Dmpegenc.c34 int64_t pts; member in struct:PacketDesc
505 static int get_vcd_padding_size(AVFormatContext *ctx, int64_t pts) argument
510 if (s->vcd_padding_bitrate > 0 && pts!=AV_NOPTS_VALUE)
514 full_pad_bytes = (int64_t)((s->vcd_padding_bitrate * (pts / 90000.0)) / 8.0); //FIXME this is wrong
529 stream 'stream_index'. 'pts' and 'dts' are only used to know if
532 int64_t pts, int64_t dts)
579 if (pts != AV_NOPTS_VALUE) {
580 if (dts != pts)
647 int64_t pts, int64_t dts, int64_t scr, int trailer_size)
665 id, pts / 90000.
646 flush_packet(AVFormatContext *ctx, int stream_index, int64_t pts, int64_t dts, int64_t scr, int trailer_size) argument
1156 int64_t pts, dts; local
[all...]
H A Didcin.c88 int64_t pts; member in struct:IdcinDemuxContext
212 idcin->pts = 0;
266 pkt->pts = idcin->pts;
277 pkt->pts = idcin->pts;
280 idcin->pts++;
H A Dwv.c209 pkt->pts = wc->soff;
210 av_add_index_entry(s->streams[0], wc->pos, pkt->pts, 0, 0, AVINDEX_KEYFRAME);
221 int64_t pos, pts; local
240 pts = pkt->pts;
242 }while(pts < timestamp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-streams.h32 int ivtv_stop_v4l2_decode_stream(struct ivtv_stream *s, int flags, u64 pts);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-streams.h32 int ivtv_stop_v4l2_decode_stream(struct ivtv_stream *s, int flags, u64 pts);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Ddvbsub_parser.c58 dprintf(avctx, "DVB parse packet pts=%"PRIx64", lpts=%"PRIx64", cpts=%"PRIx64":\n",
59 s->pts, s->last_pts, s->cur_frame_pts[s->cur_frame_start_index]);
81 if (s->last_pts != s->pts && s->pts != AV_NOPTS_VALUE) /* Start of a new packet */
170 if (s->pts == AV_NOPTS_VALUE)
171 s->pts = s->last_pts;
H A Ddirac_parser.c118 int parse_timing_info = (s->pts == AV_NOPTS_VALUE &&
169 * ensure that pts is set correctly. So if the current parse unit is
183 /* Get the picture number to set the pts and dts*/
187 int pts = AV_RB32(cur_pu + 13); local
189 s->dts = pts - 1;
192 s->pts = pts;
196 if (avctx->has_b_frames && s->pts == s->dts)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Ddvbsub_parser.c58 dprintf(avctx, "DVB parse packet pts=%"PRIx64", lpts=%"PRIx64", cpts=%"PRIx64":\n",
59 s->pts, s->last_pts, s->cur_frame_pts[s->cur_frame_start_index]);
81 if (s->last_pts != s->pts && s->pts != AV_NOPTS_VALUE) /* Start of a new packet */
170 if (s->pts == AV_NOPTS_VALUE)
171 s->pts = s->last_pts;
H A Ddirac_parser.c118 int parse_timing_info = (s->pts == AV_NOPTS_VALUE &&
169 * ensure that pts is set correctly. So if the current parse unit is
183 /* Get the picture number to set the pts and dts*/
187 int pts = AV_RB32(cur_pu + 13); local
189 s->dts = pts - 1;
192 s->pts = pts;
196 if (avctx->has_b_frames && s->pts == s->dts)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Ddvbsub_parser.c58 dprintf(avctx, "DVB parse packet pts=%"PRIx64", lpts=%"PRIx64", cpts=%"PRIx64":\n",
59 s->pts, s->last_pts, s->cur_frame_pts[s->cur_frame_start_index]);
81 if (s->last_pts != s->pts && s->pts != AV_NOPTS_VALUE) /* Start of a new packet */
170 if (s->pts == AV_NOPTS_VALUE)
171 s->pts = s->last_pts;

Completed in 293 milliseconds

1234567891011>>