Searched refs:mod_ (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_winamp2/
H A Din_flac.c35 static In_Module mod_; /* the input module (declared near the bottom of this file) */ variable
89 maxlatency = mod_.outMod->Open(stream_data_.sample_rate, stream_data_.channels, stream_data_.output_bits_per_sample, -1, -1);
96 mod_.outMod->SetVolume(-666);
97 mod_.outMod->SetPan(0);
99 mod_.SAVSAInit(maxlatency, stream_data_.sample_rate);
100 mod_.VSASetInfo(stream_data_.sample_rate, stream_data_.channels);
102 mod_.SetInfo(stream_data_.average_bps, stream_data_.sample_rate/1000, stream_data_.channels, 1);
126 mod_.outMod->Close();
127 mod_.SAVSADeInit();
137 mod_
399 static In_Module mod_ = variable
[all...]

Completed in 47 milliseconds