Home
last modified time | relevance | path

Searched defs:time_base (Results 1 – 25 of 736) sorted by relevance

12345678910>>...30

/dports/audio/musicpd/mpd-0.23.6/src/lib/ffmpeg/
H A DTime.hxx45 FfmpegTimeToDouble(int64_t t, const AVRational time_base) noexcept in FfmpegTimeToDouble()
68 FromFfmpegTime(int64_t t, const AVRational time_base) noexcept in FromFfmpegTime()
81 FromFfmpegTimeChecked(int64_t t, const AVRational time_base) noexcept in FromFfmpegTimeChecked()
93 ToFfmpegTime(SongTime t, const AVRational time_base) noexcept in ToFfmpegTime()
/dports/devel/py-aiortc/aiortc-1.2.1/tests/
H A Dcodecs.py38 self, width, height, pts, format="yuv420p", time_base=VIDEO_TIME_BASE argument
50 def create_video_frames(self, width, height, count, time_base=VIDEO_TIME_BASE): argument
101 def roundtrip_video(self, codec, width, height, time_base=VIDEO_TIME_BASE): argument
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dhardsubx_utility.c13 int64_t convert_pts_to_ms(int64_t pts, AVRational time_base) in convert_pts_to_ms()
18 int64_t convert_pts_to_ns(int64_t pts, AVRational time_base) in convert_pts_to_ns()
23 int64_t convert_pts_to_s(int64_t pts, AVRational time_base) in convert_pts_to_s()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dmxf.c156 AVRational time_base) in ff_mxf_get_samples_per_frame()
180 int ff_mxf_get_content_package_rate(AVRational time_base) in ff_mxf_get_content_package_rate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dmxf.c156 AVRational time_base) in ff_mxf_get_samples_per_frame()
180 int ff_mxf_get_content_package_rate(AVRational time_base) in ff_mxf_get_content_package_rate()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/core/
H A Dcontainers_time.h38 uint32_t time_base; member
47 STATIC_INLINE void vc_container_time_init( VC_CONTAINER_TIME_T *time, uint32_t time_base ) in vc_container_time_init()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Drdtsc_x86.cpp45 static void do_time_measurements(volatile jlong& time_base, in do_time_measurements()
110 volatile jlong time_base = 0; in initialize_frequency() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Drdtsc_x86.cpp45 static void do_time_measurements(volatile jlong& time_base, in do_time_measurements()
110 volatile jlong time_base = 0; in initialize_frequency() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A Drdtsc_x86.cpp45 static void do_time_measurements(volatile jlong& time_base, in do_time_measurements()
110 volatile jlong time_base = 0; in initialize_frequency() local
/dports/multimedia/QtAV/QtAV-1.13.0/src/
H A DPacket.cpp70 Packet Packet::fromAVPacket(const AVPacket *avpkt, double time_base) in fromAVPacket()
79 bool Packet::fromAVPacket(Packet* pkt, const AVPacket *avpkt, double time_base) in fromAVPacket()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/
H A Drdtsc_x86.cpp47 static void do_time_measurements(volatile jlong& time_base, in do_time_measurements()
112 volatile jlong time_base = 0; in initialize_frequency() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A Drdtsc_x86.cpp47 static void do_time_measurements(volatile jlong& time_base, in do_time_measurements()
112 volatile jlong time_base = 0; in initialize_frequency() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/
H A Drdtsc_x86.cpp45 static void do_time_measurements(volatile jlong& time_base, in do_time_measurements()
110 volatile jlong time_base = 0; in initialize_frequency() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/
H A Drdtsc_x86.cpp46 static void do_time_measurements(volatile jlong& time_base, in do_time_measurements()
111 volatile jlong time_base = 0; in initialize_frequency() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A Drdtsc_x86.cpp46 static void do_time_measurements(volatile jlong& time_base, in do_time_measurements()
111 volatile jlong time_base = 0; in initialize_frequency() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Drdtsc_x86.cpp60 static void do_time_measurements(volatile jlong& time_base, in do_time_measurements()
125 volatile jlong time_base = 0; in initialize_frequency() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Drdtsc_x86.cpp60 static void do_time_measurements(volatile jlong& time_base, in do_time_measurements()
125 volatile jlong time_base = 0; in initialize_frequency() local
/dports/multimedia/handbrake/ffmpeg-4.4/doc/examples/
H A Dfiltering_video.c100 AVRational time_base = fmt_ctx->streams[video_stream_index]->time_base; in init_filters() local
179 static void display_frame(const AVFrame *frame, AVRational time_base) in display_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/doc/examples/
H A Dfiltering_video.c100 AVRational time_base = fmt_ctx->streams[video_stream_index]->time_base; in init_filters() local
179 static void display_frame(const AVFrame *frame, AVRational time_base) in display_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/doc/examples/
H A Dfiltering_video.c100 AVRational time_base = fmt_ctx->streams[video_stream_index]->time_base; in init_filters() local
179 static void display_frame(const AVFrame *frame, AVRational time_base) in display_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/doc/examples/
H A Dfiltering_video.c100 AVRational time_base = fmt_ctx->streams[video_stream_index]->time_base; in init_filters() local
179 static void display_frame(const AVFrame *frame, AVRational time_base) in display_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/doc/examples/
H A Dfiltering_video.c100 AVRational time_base = fmt_ctx->streams[video_stream_index]->time_base; in init_filters() local
179 static void display_frame(const AVFrame *frame, AVRational time_base) in display_frame()
/dports/multimedia/py-av/av-8.0.3/av/
H A D_core.pyx9 time_base = lib.AV_TIME_BASE variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/
H A Dvideo_common.h20 struct VpxRational time_base; member
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/
H A Dvideo_common.h20 struct VpxRational time_base; member

12345678910>>...30