Searched refs:pts (Results 226 - 250 of 391) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Davcodec.h742 int64_t pts;\
963 * pts MUST be larger or equal to dts as presentation cannot happen before
965 * the terms dts and pts/cts to mean something different. Such timestamps
966 * must be converted to true pts/dts before they are stored in AVPacket.
968 int64_t pts; member in struct:AVPacket
989 * Time difference in AVStream->time_base units from the pts of this
2867 uint32_t start_display_time; /* relative to packet pts, in ms */
2868 uint32_t end_display_time; /* relative to packet pts, in ms */
2871 int64_t pts; ///< Same as packet pts, i member in struct:AVSubtitle
3629 int64_t pts; /* pts of the current frame */ member in struct:AVCodecParserContext
[all...]
H A Dlibx264.c101 x4->pic.i_pts = frame->pts;
113 x4->out_pic.pts = pic_out.i_pts;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Davcodec.h742 int64_t pts;\
963 * pts MUST be larger or equal to dts as presentation cannot happen before
965 * the terms dts and pts/cts to mean something different. Such timestamps
966 * must be converted to true pts/dts before they are stored in AVPacket.
968 int64_t pts; member in struct:AVPacket
989 * Time difference in AVStream->time_base units from the pts of this
2867 uint32_t start_display_time; /* relative to packet pts, in ms */
2868 uint32_t end_display_time; /* relative to packet pts, in ms */
2871 int64_t pts; ///< Same as packet pts, i member in struct:AVSubtitle
3629 int64_t pts; /* pts of the current frame */ member in struct:AVCodecParserContext
[all...]
H A Dlibx264.c101 x4->pic.i_pts = frame->pts;
113 x4->out_pic.pts = pic_out.i_pts;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/proc/
H A Dinode.c191 static unsigned int proc_reg_poll(struct file *file, struct poll_table_struct *pts) argument
207 rv = poll(file, pts);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/proc/
H A Dinode.c191 static unsigned int proc_reg_poll(struct file *file, struct poll_table_struct *pts) argument
207 rv = poll(file, pts);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dlibx264.c101 x4->pic.i_pts = frame->pts;
113 x4->out_pic.pts = pic_out.i_pts;
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/router/ffmpeg/libavdevice/
H A Dlibdc1394.c215 dc1394->packet.pts = (dc1394->current_frame * 1000000) / dc1394->fps;
327 dc1394->packet.pts = (dc1394->current_frame * 1000000) / (dc1394->fps);
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/router/ffmpeg/libavformat/
H A Dflvenc.c185 av_set_pts_info(s->streams[i], 32, 1, 1000); /* 32 bit pts in ms */
335 // av_log(s, AV_LOG_DEBUG, "type:%d pts: %"PRId64" size:%d\n", enc->codec_type, timestamp, size);
388 put_be24(pb,pkt->pts - pkt->dts);
394 flv->duration = FFMAX(flv->duration, pkt->pts + flv->delay + pkt->duration);
H A Dsmacker.c73 int64_t pts; member in struct:SmackerFrame
323 pkt->pts = smk->aud_pts[smk->curstream];
H A Dbethsoftvid.c164 pkt->pts = vid->video_pts;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavdevice/
H A Dlibdc1394.c215 dc1394->packet.pts = (dc1394->current_frame * 1000000) / dc1394->fps;
327 dc1394->packet.pts = (dc1394->current_frame * 1000000) / (dc1394->fps);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dflvenc.c185 av_set_pts_info(s->streams[i], 32, 1, 1000); /* 32 bit pts in ms */
335 // av_log(s, AV_LOG_DEBUG, "type:%d pts: %"PRId64" size:%d\n", enc->codec_type, timestamp, size);
388 put_be24(pb,pkt->pts - pkt->dts);
394 flv->duration = FFMAX(flv->duration, pkt->pts + flv->delay + pkt->duration);
H A Dsmacker.c73 int64_t pts; member in struct:SmackerFrame
323 pkt->pts = smk->aud_pts[smk->curstream];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavdevice/
H A Dlibdc1394.c215 dc1394->packet.pts = (dc1394->current_frame * 1000000) / dc1394->fps;
327 dc1394->packet.pts = (dc1394->current_frame * 1000000) / (dc1394->fps);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dflvenc.c185 av_set_pts_info(s->streams[i], 32, 1, 1000); /* 32 bit pts in ms */
335 // av_log(s, AV_LOG_DEBUG, "type:%d pts: %"PRId64" size:%d\n", enc->codec_type, timestamp, size);
388 put_be24(pb,pkt->pts - pkt->dts);
394 flv->duration = FFMAX(flv->duration, pkt->pts + flv->delay + pkt->duration);
H A Dsmacker.c73 int64_t pts; member in struct:SmackerFrame
323 pkt->pts = smk->aud_pts[smk->curstream];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/crystalhd/
H A Dcrystalhd_fw_if.h193 uint32_t pts; /* 32 LSBs of PTS */ member in struct:ppb
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_fw_if.h193 uint32_t pts; /* 32 LSBs of PTS */ member in struct:ppb
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavfilter/
H A Davfilter.h107 int64_t pts; ///< presentation timestamp in units of 1/AV_TIME_BASE member in struct:AVFilterPicRef

Completed in 281 milliseconds

1234567891011>>