Home
last modified time | relevance | path

Searched refs:pkt_dts (Results 1 - 21 of 21) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dframe.h439 int64_t pkt_dts; member
H A Dframe.c60 frame->pkt_dts = AV_NOPTS_VALUE; in get_frame_defaults()
292 dst->pkt_dts = src->pkt_dts; in frame_copy_props()
/third_party/ffmpeg/libavcodec/
H A Dlibopenh264dec.c147 avframe->pkt_dts = AV_NOPTS_VALUE; in svc_decode_frame()
H A Dlibuavs3d.c81 frm->pkt_dts = dec_frame->dts; in uavs3d_output_callback()
H A Dmediacodecdec_common.c296 frame->pkt_dts = AV_NOPTS_VALUE; in mediacodec_wrap_hw_buffer()
384 frame->pkt_dts = AV_NOPTS_VALUE; in mediacodec_wrap_sw_buffer()
H A Ddecode.c310 frame->pkt_dts = pkt->dts; in decode_simple_internal()
395 if(frame->pkt_dts!=AV_NOPTS_VALUE) in decode_simple_internal()
396 frame->pkt_dts += diff_ts; in decode_simple_internal()
550 frame->pkt_dts); in decode_receive_frame_internal()
H A Dgifdec.c477 s->frame->pkt_dts = avpkt->dts; in gif_decode_frame()
H A Dlibdav1d.c415 frame->pkt_dts = p->m.timestamp; in libdav1d_receive_frame()
H A Dv4l2_buffers.c436 frame->pkt_dts = AV_NOPTS_VALUE; in ff_v4l2_buffer_buf_to_avframe()
H A Dmmaldec.c660 frame->pkt_dts = AV_NOPTS_VALUE; in ffmal_copy_frame()
H A Dav1dec.c940 frame->pkt_dts = pkt->dts; in set_output_frame()
H A Dpthread_frame.c581 picture->pkt_dts = p->avpkt->dts; in ff_thread_decode_frame()
H A Dmjpegdec.c2604 frame->pkt_dts = s->pkt->dts; in ff_mjpeg_receive_frame()
H A Dvp9.c1574 frame->pkt_dts = pkt->dts; in vp9_decode_frame()
/third_party/ffmpeg/libavdevice/
H A Dalsa_enc.c133 pkt.dts = (*frame)->pkt_dts; in audio_write_frame()
H A Dpulse_audio_enc.c688 pkt.dts = (*frame)->pkt_dts; in pulse_write_frame()
/third_party/ffmpeg/tests/api/
H A Dapi-h264-test.c157 av_ts2str(fr->pts), av_ts2str(fr->pkt_dts), fr->pkt_duration, in video_decode_example()
/third_party/ffmpeg/fftools/
H A Dffmpeg.c943 "pkt_pts:%s pkt_pts_time:%s pkt_dts:%s pkt_dts_time:%s " in encode_frame()
955 "pkt_pts:%s pkt_pts_time:%s pkt_dts:%s pkt_dts_time:%s " in encode_frame()
3903 int64_t pkt_dts; in process_input() local
4003 "next_dts:%s next_dts_time:%s next_pts:%s next_pts_time:%s pkt_pts:%s pkt_pts_time:%s pkt_dts:%s pkt_dts_time:%s duration:%s duration_time:%s off:%s off_time:%s\n", in process_input()
4079 pkt_dts = av_rescale_q_rnd(pkt->dts, ist->st->time_base, AV_TIME_BASE_Q, AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX); in process_input()
4082 pkt_dts != AV_NOPTS_VALUE && ist->next_dts == AV_NOPTS_VALUE && !copy_ts in process_input()
4084 int64_t delta = pkt_dts - ifile->last_ts; in process_input()
4107 pkt_dts = av_rescale_q_rnd(pkt->dts, ist->st->time_base, AV_TIME_BASE_Q, AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX); in process_input()
4109 if (copy_ts && pkt_dts != AV_NOPTS_VALUE && ist->next_dts != AV_NOPTS_VALUE && in process_input()
4114 if (FFABS(wrap_dts - ist->next_dts) < FFABS(pkt_dts in process_input()
[all...]
H A Dffprobe.c2569 print_ts ("pkt_dts", frame->pkt_dts); in show_frame()
2570 print_time("pkt_dts_time", frame->pkt_dts, &stream->time_base); in show_frame()
H A Dffplay.c593 frame->pts = frame->pkt_dts; in decoder_decode_frame()
/third_party/ffmpeg/tests/
H A Dfate-run.sh123 run ffprobe${PROGSUF}${EXECSUF} -bitexact -select_streams a -of compact -count_frames -show_entries frame=pts,pkt_dts,best_effort_timestamp,pkt_duration,nb_samples:stream=nb_read_frames "$filename" "$@" > "$framefile1"

Completed in 41 milliseconds