Searched refs:pts (Results 251 - 275 of 391) sorted by relevance

<<111213141516

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dflic.c224 pkt->pts = flic->frame_number++;
H A Diff.c296 pkt->pts = iff->audio_frame_count;
H A Dmpc.c177 pkt->pts = cur;
H A Drl2.c250 pkt->pts = sample->timestamp;
H A Dswfdec.c152 pkt->pts = frame;
H A Dtiertexseq.c270 pkt->pts = seq->current_frame_pts;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dlibschroedingerenc.c289 * be able to set the pts correctly. So we don't write data
361 /* Use the frame number of the encoded frame as the pts. It is OK to
364 avccontext->coded_frame->pts = p_frame_output->frame_num;
H A Dlibvorbis.c188 avccontext->coded_frame->pts= av_rescale_q(op2->granulepos, (AVRational){1, avccontext->sample_rate}, avccontext->time_base);
189 //FIXME we should reorder the user supplied pts and not assume that they are spaced by 1/sample_rate
H A Dxsubenc.c117 uint64_t startTime = h->pts / 1000; // FIXME: need better solution...
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavdevice/
H A Djack_audio.c98 pkt.pts = (cycle_time - (double) latency / (self->nports * self->sample_rate)) * 1000000.0;
249 av_set_pts_info(stream, 64, 1, 1000000); /* 64 bits pts in us */
H A Doss_audio.c240 av_set_pts_info(st, 64, 1, 1000000); /* 64 bits pts in us */
263 /* compute pts of the start of the packet */
273 pkt->pts = cur_time;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavfilter/
H A Davfilter.h107 int64_t pts; ///< presentation timestamp in units of 1/AV_TIME_BASE member in struct:AVFilterPicRef
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dbethsoftvid.c164 pkt->pts = vid->video_pts;
H A Dflic.c224 pkt->pts = flic->frame_number++;
H A Diff.c296 pkt->pts = iff->audio_frame_count;
H A Dmpc.c177 pkt->pts = cur;
H A Drl2.c250 pkt->pts = sample->timestamp;
H A Dswfdec.c152 pkt->pts = frame;
H A Dtiertexseq.c270 pkt->pts = seq->current_frame_pts;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dxsubenc.c117 uint64_t startTime = h->pts / 1000; // FIXME: need better solution...
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavdevice/
H A Djack_audio.c98 pkt.pts = (cycle_time - (double) latency / (self->nports * self->sample_rate)) * 1000000.0;
249 av_set_pts_info(stream, 64, 1, 1000000); /* 64 bits pts in us */
H A Doss_audio.c240 av_set_pts_info(st, 64, 1, 1000000); /* 64 bits pts in us */
263 /* compute pts of the start of the packet */
273 pkt->pts = cur_time;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavfilter/
H A Davfilter.h107 int64_t pts; ///< presentation timestamp in units of 1/AV_TIME_BASE member in struct:AVFilterPicRef
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dbethsoftvid.c164 pkt->pts = vid->video_pts;
H A Dflic.c224 pkt->pts = flic->frame_number++;

Completed in 212 milliseconds

<<111213141516