search for: bh_index_w

Displaying 3 results from an estimated 3 matches for "bh_index_w".

Did you mean: bh_index_o
2004 Sep 10
2
getting framesize in client
...ZE; + FLAC__uint64 decode_position_last = 0; + + (void)arg; while(file_info_.is_playing) { @@ -326,7 +332,8 @@ const unsigned n = min(wide_samples_in_reservoir_, SAMPLES_PER_WRITE); const unsigned delta = n * channels; int bytes; - unsigned i; + unsigned i, written_time, bh_index_w, bh_index_o; + FLAC__uint64 decode_position; if(flac_cfg.output.replaygain.enable && file_info_.has_replaygain) { bytes = (int)FLAC__plugin_common__apply_gain( @@ -365,6 +372,27 @@ xmms_usleep(10000); if(file_info_.is_playing && file_info_.seek_to_in_sec =...
2004 Sep 10
0
getting framesize in client
..._SIZE; + FLAC__uint64 decode_position_last = 0; + (void)arg; while(file_info_.is_playing) { @@ -326,7 +331,8 @@ const unsigned n = min(wide_samples_in_reservoir_, SAMPLES_PER_WRITE); const unsigned delta = n * channels; int bytes; - unsigned i; + unsigned i, written_time, bh_index_w; + FLAC__uint64 decode_position; if(flac_cfg.output.replaygain.enable && file_info_.has_replaygain) { bytes = (int)FLAC__plugin_common__apply_gain( @@ -365,6 +371,20 @@ xmms_usleep(10000); if(file_info_.is_playing && file_info_.seek_to_in_sec == -1)...
2004 Sep 10
3
getting framesize in client
On Fri, Nov 08, 2002 at 12:39:52PM -0800, Josh Coalson wrote: > --- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote: > > I have few notes: > > > > It seems there is changed API in CVS again. So, what about adding > > function like > > unsigned FLAC__format_frame_size(const FLAC__Frame *frame) > > which returns size of the frame in bytes. This