Searched refs:pts (Results 176 - 200 of 391) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dnuv.c225 pkt->pts = AV_RL32(&hdr[4]);
245 pkt->pts = AV_RL32(&hdr[4]);
H A Dflvdec.c242 av_set_pts_info(st, 32, 1, 1000); /* 32 bit pts in ms */
298 int64_t dts, pts = AV_NOPTS_VALUE; local
401 pts = dts + cts;
441 pkt->pts = pts == AV_NOPTS_VALUE ? dts : pts;
H A Dmpegts.c154 int64_t pts, dts; member in struct:PESContext
608 int64_t pts = (int64_t)((p[0] >> 1) & 0x07) << 30; local
609 pts |= (AV_RB16(p + 1) >> 1) << 15;
610 pts |= AV_RB16(p + 3) >> 1;
611 return pts;
628 pkt->pts = pes->pts;
633 /* reset pts values */
634 pes->pts = AV_NOPTS_VALUE;
765 pes->pts
[all...]
H A Dasfdec.c252 av_set_pts_info(st, 32, 1, 1000); /* 32 bit pts in ms */
1049 int64_t pts; local
1071 pts= pkt->pts;
1082 av_add_index_entry(s->streams[i], pos, pts, pkt->size, pos - start_pos[i] + 1, AVINDEX_KEYFRAME);
1091 //printf("found keyframe at %"PRId64" stream %d stamp:%"PRId64"\n", *ppos, stream_index, pts);
1093 return pts;
1132 static int asf_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags) argument
1144 int ret = av_url_read_fseek(s->pb, stream_index, pts, flags);
1155 if(av_seek_frame_binary(s, stream_index, pts, flag
[all...]
H A Delectronicarts.c485 pkt->pts = 90000;
486 pkt->pts *= ea->audio_frame_counter;
487 pkt->pts /= ea->sample_rate;
H A Dwav.c83 if(pkt->pts != AV_NOPTS_VALUE) {
84 wav->minpts = FFMIN(wav->minpts, pkt->pts);
85 wav->maxpts = FFMAX(wav->maxpts, pkt->pts);
H A Dassdec.c170 pkt->pts= pkt->dts= get_pts(p);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavfilter/
H A Dvf_scale.c147 outpicref->pts = picref->pts;
H A Davfilter.c174 "picref[%p data[%p, %p, %p, %p] linesize[%d, %d, %d, %d] pts:%"PRId64" pos:%"PRId64" a:%d/%d s:%dx%d]%s",
178 picref->pts, picref->pos,
266 link->cur_pic->pts = link->srcpic->pts;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dbink.c218 pkt->pts = bink->audio_pts[bink->current_track - 1];
235 pkt->pts = bink->video_pts++;
H A Ddsicin.c187 pkt->pts = cin->video_stream_pts++;
213 pkt->pts = cin->audio_stream_pts;
H A Dnuv.c225 pkt->pts = AV_RL32(&hdr[4]);
245 pkt->pts = AV_RL32(&hdr[4]);
H A Dflvdec.c242 av_set_pts_info(st, 32, 1, 1000); /* 32 bit pts in ms */
298 int64_t dts, pts = AV_NOPTS_VALUE; local
401 pts = dts + cts;
441 pkt->pts = pts == AV_NOPTS_VALUE ? dts : pts;
H A Dmpegts.c154 int64_t pts, dts; member in struct:PESContext
608 int64_t pts = (int64_t)((p[0] >> 1) & 0x07) << 30; local
609 pts |= (AV_RB16(p + 1) >> 1) << 15;
610 pts |= AV_RB16(p + 3) >> 1;
611 return pts;
628 pkt->pts = pes->pts;
633 /* reset pts values */
634 pes->pts = AV_NOPTS_VALUE;
765 pes->pts
[all...]
H A Dasfdec.c252 av_set_pts_info(st, 32, 1, 1000); /* 32 bit pts in ms */
1049 int64_t pts; local
1071 pts= pkt->pts;
1082 av_add_index_entry(s->streams[i], pos, pts, pkt->size, pos - start_pos[i] + 1, AVINDEX_KEYFRAME);
1091 //printf("found keyframe at %"PRId64" stream %d stamp:%"PRId64"\n", *ppos, stream_index, pts);
1093 return pts;
1132 static int asf_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags) argument
1144 int ret = av_url_read_fseek(s->pb, stream_index, pts, flags);
1155 if(av_seek_frame_binary(s, stream_index, pts, flag
[all...]
H A Delectronicarts.c485 pkt->pts = 90000;
486 pkt->pts *= ea->audio_frame_counter;
487 pkt->pts /= ea->sample_rate;
H A Dwav.c83 if(pkt->pts != AV_NOPTS_VALUE) {
84 wav->minpts = FFMIN(wav->minpts, pkt->pts);
85 wav->maxpts = FFMAX(wav->maxpts, pkt->pts);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dflvdec.c242 av_set_pts_info(st, 32, 1, 1000); /* 32 bit pts in ms */
298 int64_t dts, pts = AV_NOPTS_VALUE; local
401 pts = dts + cts;
441 pkt->pts = pts == AV_NOPTS_VALUE ? dts : pts;
H A Dmpegts.c154 int64_t pts, dts; member in struct:PESContext
608 int64_t pts = (int64_t)((p[0] >> 1) & 0x07) << 30; local
609 pts |= (AV_RB16(p + 1) >> 1) << 15;
610 pts |= AV_RB16(p + 3) >> 1;
611 return pts;
628 pkt->pts = pes->pts;
633 /* reset pts values */
634 pes->pts = AV_NOPTS_VALUE;
765 pes->pts
[all...]
H A Dasfdec.c252 av_set_pts_info(st, 32, 1, 1000); /* 32 bit pts in ms */
1049 int64_t pts; local
1071 pts= pkt->pts;
1082 av_add_index_entry(s->streams[i], pos, pts, pkt->size, pos - start_pos[i] + 1, AVINDEX_KEYFRAME);
1091 //printf("found keyframe at %"PRId64" stream %d stamp:%"PRId64"\n", *ppos, stream_index, pts);
1093 return pts;
1132 static int asf_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags) argument
1144 int ret = av_url_read_fseek(s->pb, stream_index, pts, flags);
1155 if(av_seek_frame_binary(s, stream_index, pts, flag
[all...]
H A Delectronicarts.c485 pkt->pts = 90000;
486 pkt->pts *= ea->audio_frame_counter;
487 pkt->pts /= ea->sample_rate;
H A Dwav.c83 if(pkt->pts != AV_NOPTS_VALUE) {
84 wav->minpts = FFMIN(wav->minpts, pkt->pts);
85 wav->maxpts = FFMAX(wav->maxpts, pkt->pts);
H A Dassdec.c170 pkt->pts= pkt->dts= get_pts(p);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavfilter/
H A Davfilter.c174 "picref[%p data[%p, %p, %p, %p] linesize[%d, %d, %d, %d] pts:%"PRId64" pos:%"PRId64" a:%d/%d s:%dx%d]%s",
178 picref->pts, picref->pos,
266 link->cur_pic->pts = link->srcpic->pts;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavfilter/
H A Davfilter.c174 "picref[%p data[%p, %p, %p, %p] linesize[%d, %d, %d, %d] pts:%"PRId64" pos:%"PRId64" a:%d/%d s:%dx%d]%s",
178 picref->pts, picref->pos,
266 link->cur_pic->pts = link->srcpic->pts;

Completed in 136 milliseconds

1234567891011>>