Home
last modified time | relevance | path

Searched refs:duration_ts (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_silencedetect.c102 int64_t duration_ts = end_pts - s->start[channel]; in update() local
107 av_ts2timestr(duration_ts, &time_base)); in update()
113 av_ts2timestr(duration_ts, &time_base)); in update()
/third_party/mesa3d/src/intel/common/
H A Dintel_measure.c586 uint64_t duration_ts = raw_timestamp_delta(start_result->start_ts, in print_combined_results() local
594 duration_ts += raw_timestamp_delta(current_result->start_ts, in print_combined_results()
602 intel_device_info_timebase_scale(info, duration_ts); in print_combined_results()
/third_party/ffmpeg/tests/fate/
H A Dmov.mak142 fate-mov-mp4-ttml-stpp: CMD = transcode srt $(TARGET_SAMPLES)/sub/SubRip_capability_tester.srt mp4 "-map 0:s -c:s ttml -time_base:s 1:1000" "-map 0 -c copy" "-of json -show_entries packet:stream=index,codec_type,codec_tag_string,codec_tag,codec_name,time_base,start_time,duration_ts,duration,nb_frames,nb_read_packets:stream_tags"
143 fate-mov-mp4-ttml-dfxp: CMD = transcode srt $(TARGET_SAMPLES)/sub/SubRip_capability_tester.srt mp4 "-map 0:s -c:s ttml -time_base:s 1:1000 -tag:s dfxp -strict unofficial" "-map 0 -c copy" "-of json -show_entries packet:stream=index,codec_type,codec_tag_string,codec_tag,codec_name,time_base,start_time,duration_ts,duration,nb_frames,nb_read_packets:stream_tags"
/third_party/ffmpeg/tests/
H A Dfate-run.sh116 run ffprobe${PROGSUF}${EXECSUF} -bitexact -select_streams a -show_entries format=start_time,duration:stream=index,start_pts,duration_ts "$filename" "$@"

Completed in 4 milliseconds