Home
last modified time | relevance | path

Searched refs:dts (Results 76 - 100 of 284) sorted by relevance

12345678910>>...12

/third_party/ffmpeg/libavformat/
H A Dmovenchint.c311 * @param dts pointer where the timestamp for the written RTP hint is stored
315 int size, MOVTrack *trk, int64_t *dts) in write_hint_packets()
359 if (*dts == AV_NOPTS_VALUE) in write_hint_packets()
360 *dts = trk->cur_rtp_ts_unwrapped; in write_hint_packets()
440 count = write_hint_packets(hintbuf, buf, size, trk, &hint_pkt->dts); in ff_mov_add_hinted_packet()
446 hint_pkt->pts = hint_pkt->dts; in ff_mov_add_hinted_packet()
314 write_hint_packets(AVIOContext *out, const uint8_t *data, int size, MOVTrack *trk, int64_t *dts) write_hint_packets() argument
H A Dmovenc_ttml.c79 pkt->dts = pkt->pts = (pkt->pts - start_ts); in mov_write_ttml_document_from_queue()
156 pkt->pts = pkt->dts = start_ts; in ff_mov_generate_squashed_ttml_packet()
H A Dasfdec_o.c63 int64_t dts; member
997 pkt->dts = asf->sub_dts + (asf->nb_sub - 1) * asf->dts_delta - asf->preroll; in asf_read_subpayload()
1027 asf_pkt->dts = 0; in reset_packet()
1046 asf_pkt->dts = avio_rl32(pb); // read presentation time in asf_read_replicated_data()
1122 asf_pkt->dts = avio_rl32(pb); // read presentation time in asf_read_single_payload()
1227 pkt->dts = asf_pkt->dts; in asf_read_payload()
1389 pkt->dts = asf_pkt->dts - asf->preroll; in asf_read_packet()
1453 * returns this packet's dts
1460 int64_t pkt_pos = *pos, pkt_offset, dts = AV_NOPTS_VALUE, data_end; asf_read_timestamp() local
[all...]
H A Davienc.c741 static int write_skip_frames(AVFormatContext *s, int stream_index, int64_t dts) in write_skip_frames() argument
747 ff_dlog(s, "dts:%s packet_count:%d stream_index:%d\n", av_ts2str(dts), avist->packet_count, stream_index); in write_skip_frames()
748 while (par->block_align == 0 && dts != AV_NOPTS_VALUE && in write_skip_frames()
749 dts > avist->packet_count && par->codec_id != AV_CODEC_ID_XSUB && avist->packet_count) { in write_skip_frames()
751 if (dts - avist->packet_count > 60000) { in write_skip_frames()
752 av_log(s, AV_LOG_ERROR, "Too large number of skipped frames %"PRId64" > 60000\n", dts - avist->packet_count); in write_skip_frames()
758 ff_dlog(s, "dup dts:%s packet_count:%d\n", av_ts2str(dts), avist->packet_count); in write_skip_frames()
776 if ((ret = write_skip_frames(s, stream_index, pkt->dts)) < in avi_write_packet()
[all...]
H A Davidec.c1197 ts = av_rescale_q(ast->sub_pkt->dts, st->time_base, AV_TIME_BASE_Q); in get_subtitle_pkt()
1532 pkt->dts = ast->frame_offset; in avi_read_packet()
1533 // pkt->dts += ast->start; in avi_read_packet()
1535 pkt->dts /= ast->sample_size; in avi_read_packet()
1583 int64_t dts= av_rescale_q(pkt->dts, st->time_base, AV_TIME_BASE_Q); in avi_read_packet() local
1585 if (avi->dts_max < dts) { in avi_read_packet()
1586 avi->dts_max = dts; in avi_read_packet()
1587 } else if (avi->dts_max - (uint64_t)dts > 2*AV_TIME_BASE) { in avi_read_packet()
1713 int64_t dts; in check_stream_max_drift() local
1727 int64_t dts, delta_dts; check_stream_max_drift() local
[all...]
H A Dimfdec.c776 av_log(s, AV_LOG_DEBUG, "Got packet: pts=%" PRId64 ", dts=%" PRId64 in imf_read_packet()
778 ", time_base=" AVRATIONAL_FORMAT "\n", pkt->pts, pkt->dts, pkt->duration, in imf_read_packet()
796 if (pkt->dts != AV_NOPTS_VALUE) in imf_read_packet()
797 pkt->dts += delta_ts; in imf_read_packet()
949 /* set the dts of each stream and temporal offset of each track */ in imf_seek()
953 int64_t dts; in imf_seek() local
959 dts = av_rescale(ts, in imf_seek()
963 av_log(s, AV_LOG_DEBUG, "Seeking to dts=%" PRId64 " on stream_index=%d\n", in imf_seek()
964 dts, i); in imf_seek()
966 t->current_timestamp = av_mul_q(av_make_q(dts, in imf_seek()
[all...]
H A Dnsvdec.c587 pkt->dts = nst->frame_offset; in nsv_read_chunk()
632 pkt->dts = (((NSVStream*)st[NSV_ST_VIDEO]->priv_data)->frame_offset-1); in nsv_read_chunk()
633 pkt->dts *= (int64_t)1000 * nsv->framerate.den; in nsv_read_chunk()
634 pkt->dts += (int64_t)nsv->avsync * nsv->framerate.num; in nsv_read_chunk()
635 av_log(s, AV_LOG_TRACE, "NSV AUDIO: sync:%d, dts:%"PRId64, nsv->avsync, pkt->dts); in nsv_read_chunk()
H A Dhdsenc.c506 sti->first_dts = pkt->dts; in hds_write_packet()
509 av_compare_ts(pkt->dts - sti->first_dts, st->time_base, in hds_write_packet()
513 if ((ret = hds_flush(s, os, 0, pkt->dts)) < 0) in hds_write_packet()
520 os->frag_start_ts = pkt->dts; in hds_write_packet()
521 os->last_ts = pkt->dts; in hds_write_packet()
H A Dnuv.c353 int64_t pos, dts; in nuv_read_dts() local
381 dts = AV_RL32(&hdr[4]); in nuv_read_dts()
384 av_add_index_entry(s->streams[stream_index], pos, dts, size + HDRSIZE, 0, in nuv_read_dts()
388 return dts; in nuv_read_dts()
H A Dmkvtimestamp_v2.c38 snprintf(buf, sizeof(buf), "%" PRId64 "\n", pkt->dts); in write_packet()
H A Dconcatdec.c728 /* Returns true if the packet dts is greater or equal to the specified outpoint. */
731 if (cat->cur_file->outpoint != AV_NOPTS_VALUE && pkt->dts != AV_NOPTS_VALUE) { in packet_after_outpoint()
732 return av_compare_ts(pkt->dts, cat->avf->streams[pkt->stream_index]->time_base, in packet_after_outpoint()
783 av_log(avf, AV_LOG_DEBUG, "file:%d stream:%d pts:%s pts_time:%s dts:%s dts_time:%s", in concat_read_packet()
786 av_ts2str(pkt->dts), av_ts2timestr(pkt->dts, &st->time_base)); in concat_read_packet()
793 if (pkt->dts != AV_NOPTS_VALUE) in concat_read_packet()
794 pkt->dts += delta; in concat_read_packet()
795 av_log(avf, AV_LOG_DEBUG, " -> pts:%s pts_time:%s dts:%s dts_time:%s\n", in concat_read_packet()
797 av_ts2str(pkt->dts), av_ts2timest in concat_read_packet()
[all...]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
H A DMakefile19 $(obj)/%.example.dts: $(src)/%.yaml check_dtschema_version FORCE
22 # Use full schemas when checking %.example.dts
83 extra-$(CHECK_DT_BINDING) += $(patsubst $(src)/%.yaml,%.example.dts, $(DT_SCHEMA_FILES))
88 clean-files = $(shell find $(obj) \( -name '*.example.dts' -o \
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/
H A DMakefile25 $(obj)/%.example.dts: $(src)/%.yaml check_dtschema_version FORCE
71 always-$(CHECK_DT_BINDING) += $(patsubst $(srctree)/$(src)/%.yaml,%.example.dts, $(CHK_DT_DOCS))
76 clean-files = $(shell find $(obj) \( -name '*.example.dts' -o \
/third_party/ffmpeg/libavcodec/
H A Dtrace_headers_bsf.c89 if (pkt->dts != AV_NOPTS_VALUE) in trace_headers()
90 av_strlcatf(tmp, sizeof(tmp), ", dts %"PRId64, pkt->dts); in trace_headers()
92 av_strlcat(tmp, ", no dts", sizeof(tmp)); in trace_headers()
H A Dlibuavs3d.c81 frm->pkt_dts = dec_frame->dts; in uavs3d_output_callback()
196 frm_dec->dts = avpkt->dts; in libuavs3d_decode_frame()
H A Dh264_parser.c646 if (s->dts != AV_NOPTS_VALUE) { in h264_parse()
648 p->reference_dts = av_sat_sub64(s->dts, av_rescale(s->dts_ref_dts_delta, num, den)); in h264_parse()
651 s->dts = av_sat_add64(p->reference_dts, av_rescale(s->dts_ref_dts_delta, num, den)); in h264_parse()
655 s->pts = s->dts + av_rescale(s->pts_dts_delta, num, den); in h264_parse()
658 p->reference_dts = s->dts; // new reference in h264_parse()
H A Dlibxavs.c165 pkt->dts = 2*x4->pts_buffer[(x4->out_frame_count-1)%(avctx->max_b_frames+1)] - in XAVS_frame()
176 pkt->dts = pkt->pts - (x4->pts_buffer[1] - x4->pts_buffer[0]); in XAVS_frame()
178 pkt->dts = x4->pts_buffer[(x4->out_frame_count-1)%(avctx->max_b_frames+1)]; in XAVS_frame()
180 pkt->dts = pkt->pts; in XAVS_frame()
H A Dmmaldec.c52 int64_t pts, dts; member
537 buffer->dts = avpkt->dts == AV_NOPTS_VALUE ? MMAL_TIME_UNKNOWN : avpkt->dts; in ffmmal_add_packet()
590 mbuffer->dts = buffer->dts; in ffmmal_fill_input_port()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.c178 he = _mesa_hash_table_search_pre_hashed(&screen->dts, cdt->info.xcb.window, (void*)(uintptr_t)cdt->info.xcb.window); in find_dt_entry()
183 he = _mesa_hash_table_search(&screen->dts, cdt->info.wl.surface); in find_dt_entry()
188 he = _mesa_hash_table_search(&screen->dts, cdt->info.win32.hwnd); in find_dt_entry()
207 _mesa_hash_table_remove(&screen->dts, he); in zink_kopper_deinit_displaytarget()
366 if (unlikely(!screen->dts.table)) { in zink_kopper_displaytarget_create()
369 _mesa_hash_table_init(&screen->dts, screen, NULL, _mesa_key_pointer_equal); in zink_kopper_displaytarget_create()
373 _mesa_hash_table_init(&screen->dts, screen, _mesa_hash_pointer, _mesa_key_pointer_equal); in zink_kopper_displaytarget_create()
427 _mesa_hash_table_insert_pre_hashed(&screen->dts, cdt->info.xcb.window, (void*)(uintptr_t)cdt->info.xcb.window, cdt); in zink_kopper_displaytarget_create()
432 _mesa_hash_table_insert(&screen->dts, cdt->info.wl.surface, cdt); in zink_kopper_displaytarget_create()
437 _mesa_hash_table_insert(&screen->dts, cd in zink_kopper_displaytarget_create()
[all...]
/third_party/ffmpeg/doc/examples/
H A Dremuxing.c38 printf("%s: pts:%s pts_time:%s dts:%s dts_time:%s duration:%s duration_time:%s stream_index:%d\n", in log_packet()
41 av_ts2str(pkt->dts), av_ts2timestr(pkt->dts, time_base), in log_packet()
/kernel/linux/linux-5.10/arch/mips/generic/
H A Dvmlinux.its.S2 /dts-v1/;
/kernel/linux/linux-6.6/arch/mips/generic/
H A Dvmlinux.its.S2 /dts-v1/;
/kernel/linux/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-common.h55 s64 dts; member
/kernel/linux/linux-6.6/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-common.h55 s64 dts; member
/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_enc.c636 if (pkt->dts != AV_NOPTS_VALUE) in pulse_write_packet()
637 s->timestamp = pkt->dts; in pulse_write_packet()
688 pkt.dts = (*frame)->pkt_dts; in pulse_write_frame()
694 static void pulse_get_output_timestamp(AVFormatContext *h, int stream, int64_t *dts, int64_t *wall) in pulse_get_output_timestamp() argument
704 if (dts) in pulse_get_output_timestamp()
705 *dts = s->timestamp - (neg ? -latency : latency); in pulse_get_output_timestamp()

Completed in 21 milliseconds

12345678910>>...12