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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dplugin.c72 int seek_to_in_sec; member in struct:__anon3874
341 stream_data_.seek_to_in_sec = -1;
367 stream_data_.seek_to_in_sec = time;
370 while(stream_data_.seek_to_in_sec != -1)
471 while(flac_ip.output->buffer_free() < (int)bytes && stream_data_.is_playing && stream_data_.seek_to_in_sec == -1)
473 if(stream_data_.is_playing && stream_data_.seek_to_in_sec == -1)
498 if(!stream_data_.is_http_source && stream_data_.seek_to_in_sec != -1) {
499 const double distance = (double)stream_data_.seek_to_in_sec * 1000.0 / (double)stream_data_.length_in_msec;
504 flac_ip.output->flush(stream_data_.seek_to_in_sec * 1000);
518 stream_data_.seek_to_in_sec
[all...]

Completed in 112 milliseconds