Home
last modified time | relevance | path

Searched refs:time_seek (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/audio/src/
H A Dlibvorbis_decoder.rs24 self.0.time_seek(ms as f64 / 1000f64)?; in seek()
30 self.0.time_seek(ms)?; in seek()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-audio-0.1.2/src/
H A Dlibvorbis_decoder.rs24 self.0.time_seek(ms as f64 / 1000f64)?; in seek()
30 self.0.time_seek(ms)?; in seek()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-audio-0.1.1/src/
H A Dlibvorbis_decoder.rs24 self.0.time_seek(ms as f64 / 1000f64)?; in seek()
30 self.0.time_seek(ms)?; in seek()
/dports/sysutils/nut-devel/nut-9e6a5ab2/drivers/
H A Dhuawei-ups2000.c171 static time_t time_seek(time_t t, int seconds);
1719 shutdown_at = time_seek(time(NULL), ups2000_offdelay); in ups2000_instcmd_shutdown_return()
1741 reboot_at = time_seek(time(NULL), ups2000_rw_delay[REBOOT].min); in ups2000_instcmd_shutdown_reboot()
1742 start_at = time_seek(reboot_at, ups2000_ondelay); in ups2000_instcmd_shutdown_reboot()
1764 reboot_at = time_seek(time(NULL), ups2000_rebootdelay); in ups2000_instcmd_shutdown_reboot_graceful()
1765 start_at = time_seek(reboot_at, ups2000_ondelay); in ups2000_instcmd_shutdown_reboot_graceful()
1862 static time_t time_seek(time_t t, int seconds) in time_seek() function
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/vorbis-0.0.14/src/
H A Dlib.rs173 pub fn time_seek(&mut self, s: f64) -> Result<(), VorbisError> { in time_seek() function
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-tremor-0.1.0/src/
H A Dlib.rs172 pub fn time_seek(&mut self, s: i64) -> Result<(), VorbisError> { in time_seek() function
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-tremor-0.1.0/src/
H A Dlib.rs172 pub fn time_seek(&mut self, s: i64) -> Result<(), VorbisError> { in time_seek() function
/dports/net/libmms/libmms-0.6.4/src/
H A Dmmsh.c479 static int mmsh_connect_int (mms_io_t *io, mmsh_t *this, off_t seek, uint32_t time_seek) { in mmsh_connect_int() argument
553 this->http_host, this->http_port, time_seek, in mmsh_connect_int()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-0.1.0/src/
H A Dlib.rs177 pub fn time_seek(&mut self, s: f64) -> Result<(), VorbisError> { in time_seek() function
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/mms/libmms/
H A Dmmsh.c837 static int mmsh_connect_int (mms_io_t *io, mmsh_t *this, off_t seek, uint32_t time_seek) { in mmsh_connect_int() argument
970 this->http_host, this->http_port, time_seek, in mmsh_connect_int()