Searched refs:copyts (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_common_c.h | 66 int copyts; member
|
H A D | decklink_dec_c.c | 100 { "decklink_copyts", "copy timestamps, do not remove the initial offset", OFFSET(copyts), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, DEC },
|
H A D | decklink_dec.cpp | 744 int copyts) in get_pkt_pts() 782 if (!copyts) { in get_pkt_pts() 963 pkt.pts = get_pkt_pts(videoFrame, audioFrame, wallclock, abs_wallclock, ctx->video_pts_source, ctx->video_st->time_base, &initial_video_pts, cctx->copyts); in VideoInputFrameArrived() 1066 pkt.pts = get_pkt_pts(videoFrame, audioFrame, wallclock, abs_wallclock, ctx->audio_pts_source, ctx->audio_st->time_base, &initial_audio_pts, cctx->copyts); in VideoInputFrameArrived() 738 get_pkt_pts(IDeckLinkVideoInputFrame *videoFrame, IDeckLinkAudioInputPacket *audioFrame, int64_t wallclock, int64_t abs_wallclock, DecklinkPtsSource pts_src, AVRational time_base, int64_t *initial_pts, int copyts) get_pkt_pts() argument
|
/third_party/ffmpeg/tests/fate/ |
H A D | ffmpeg.mak | 70 -vsync passthrough -copyts \ 79 -vsync passthrough -copyts \ 139 FATE_STREAMCOPY-$(call DEMMUX, OGG, OGG) += fate-limited_input_seek fate-limited_input_seek-copyts 141 fate-limited_input_seek-copyts: CMD = md5 -ss 1.5 -t 1.3 -i $(TARGET_SAMPLES)/vorbis/moog_small.ogg -c:a copy -copyts -fflags +bitexact -f ogg
|
H A D | matroska.mak | 167 fate-matroska-pgs-remux: CMD = transcode sup $(TARGET_SAMPLES)/sub/pgs_sub.sup matroska "-copyts -c:s copy" "-copyts -c:s copy" 172 fate-matroska-pgs-remux-durations: CMD = transcode sup $(TARGET_SAMPLES)/sub/pgs_sub.sup matroska "-copyts -c:s copy -bsf pgs_frame_merge,setts=duration=if(gt(DURATION\,0)\,DURATION\,if(eq(PTS\,NOPTS)\,0\,if(eq(NEXT_PTS\,NOPTS)\,0\,NEXT_PTS-PTS))):pts=PTS" "-copyts -c:s copy"
|
/third_party/ffmpeg/libavformat/ |
H A D | mpegtsenc.c | 115 int copyts; member 1277 if (ts->copyts < 1) in mpegts_init() 1886 if (ts->copyts < 1) { in mpegts_write_packet_internal() 2308 { "mpegts_copyts", "don't offset dts/pts", OFFSET(copyts), AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, ENC },
|
Completed in 8 milliseconds