Searched refs:pkt_dts (Results 1 - 21 of 21) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | frame.h | 439 int64_t pkt_dts; member
|
H A D | frame.c | 60 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 D | libopenh264dec.c | 147 avframe->pkt_dts = AV_NOPTS_VALUE; in svc_decode_frame()
|
H A D | libuavs3d.c | 81 frm->pkt_dts = dec_frame->dts; in uavs3d_output_callback()
|
H A D | mediacodecdec_common.c | 296 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 D | decode.c | 310 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 D | gifdec.c | 477 s->frame->pkt_dts = avpkt->dts; in gif_decode_frame()
|
H A D | libdav1d.c | 415 frame->pkt_dts = p->m.timestamp; in libdav1d_receive_frame()
|
H A D | v4l2_buffers.c | 436 frame->pkt_dts = AV_NOPTS_VALUE; in ff_v4l2_buffer_buf_to_avframe()
|
H A D | mmaldec.c | 660 frame->pkt_dts = AV_NOPTS_VALUE; in ffmal_copy_frame()
|
H A D | av1dec.c | 940 frame->pkt_dts = pkt->dts; in set_output_frame()
|
H A D | pthread_frame.c | 581 picture->pkt_dts = p->avpkt->dts; in ff_thread_decode_frame()
|
H A D | mjpegdec.c | 2604 frame->pkt_dts = s->pkt->dts; in ff_mjpeg_receive_frame()
|
H A D | vp9.c | 1574 frame->pkt_dts = pkt->dts; in vp9_decode_frame()
|
/third_party/ffmpeg/libavdevice/ |
H A D | alsa_enc.c | 133 pkt.dts = (*frame)->pkt_dts; in audio_write_frame()
|
H A D | pulse_audio_enc.c | 688 pkt.dts = (*frame)->pkt_dts; in pulse_write_frame()
|
/third_party/ffmpeg/tests/api/ |
H A D | api-h264-test.c | 157 av_ts2str(fr->pts), av_ts2str(fr->pkt_dts), fr->pkt_duration, in video_decode_example()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 943 "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 D | ffprobe.c | 2569 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 D | ffplay.c | 593 frame->pts = frame->pkt_dts; in decoder_decode_frame()
|
/third_party/ffmpeg/tests/ |
H A D | fate-run.sh | 123 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