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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dplayback.c35 static unsigned bh_index_last_w, bh_index_last_o, written_time_last; variable
156 bh_index_last_w = 0;
204 bh_index_last_o = bh_index_last_w = (pos/BITRATE_HIST_SEGMENT_MSEC) % BITRATE_HIST_SIZE;
287 if (bh_index_w != bh_index_last_w)
294 bh_index_last_w = bh_index_w;
300 if (bh_index_o!=bh_index_last_o && bh_index_o!=bh_index_last_w)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dplugin.c436 unsigned written_time_last = 0, bh_index_last_w = 0, bh_index_last_o = BITRATE_HIST_SIZE, blocksize = 1; local
480 if(bh_index_w != bh_index_last_w) {
481 bh_index_last_w = bh_index_w;
505 bh_index_last_w = bh_index_last_o = flac_ip.output->output_time() / BITRATE_HIST_SEGMENT_MSEC % BITRATE_HIST_SIZE;
523 if(bh_index_o != bh_index_last_o && bh_index_o != bh_index_last_w && bh_index_o != (bh_index_last_w + 1) % BITRATE_HIST_SIZE) {

Completed in 47 milliseconds