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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-asf.c53 if(len != fread(&s.wfx, 1, len, fp))
56 psong->channels = le16_to_cpu(s.wfx.nChannels);
57 psong->bitrate = le32_to_cpu(s.wfx.nAvgBytesPerSec) * 8;
58 psong->samplerate = le32_to_cpu(s.wfx.nSamplesPerSec);
60 switch( le16_to_cpu(s.wfx.wFormatTag) )
85 avi_audio_format_t wfx; local
96 IsEqualGUID(&s.FormatType, &ASF_FormatTypeWave) && s.FormatSize >= sizeof(wfx))
99 if(sizeof(wfx) != fread(&wfx, 1, sizeof(wfx), f
[all...]
H A Dtagutils-asf.h281 WAVEFORMATEX wfx; member in struct:_asf_audio_stream_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-asf.c205 if(len != fread(&s.wfx, 1, len, fp))
208 psong->channels = le16_to_cpu(s.wfx.nChannels);
209 psong->bitrate = le32_to_cpu(s.wfx.nAvgBytesPerSec) * 8;
210 psong->samplerate = le32_to_cpu(s.wfx.nSamplesPerSec);
213 _pick_dlna_profile(psong, s.wfx.wFormatTag);
222 avi_audio_format_t wfx; local
235 IsEqualGUID(&s.FormatType, &ASF_FormatTypeWave) && s.FormatSize >= sizeof(wfx))
238 if(sizeof(wfx) != fread(&wfx, 1, sizeof(wfx), f
[all...]
H A Dtagutils-asf.h284 WAVEFORMATEX wfx; member in struct:_asf_audio_stream_t

Completed in 116 milliseconds