Home
last modified time | relevance | path

Searched refs:nomad_time_seek (Results 1 – 6 of 6) sorted by relevance

/dports/audio/cmus/cmus-2.9.1/ip/
H A Dnomad.h96 int nomad_time_seek(struct nomad *nomad, double pos);
H A Dmad.c117 return nomad_time_seek(nomad, offset); in mad_seek()
H A Dnomad.c769 int nomad_time_seek(struct nomad *nomad, double pos) in nomad_time_seek() function
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/nomaddecoder/nomad/
H A Dnomad.h106 int nomad_time_seek(struct nomad *nomad, double pos);
H A Dnomad.c797 int nomad_time_seek(struct nomad *nomad, double pos) in nomad_time_seek() function
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/nomaddecoder/
H A DNomadDecoder.cpp101 return !nomad_time_seek(this->nomadContext, seconds) ? seconds : -1; in SetPosition()