OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nFormatTag
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/EventLog/include/
riff.h
48
unsigned short
nFormatTag
;
/external/srec/srec/EventLog/src/
riff.c
167
swapShort(&wf->
nFormatTag
);
628
if (wf->
nFormatTag
== WaveCodecs[i].id)
662
//wf->
nFormatTag
),GS_VOLATILE);
729
swapShort(&wf->
nFormatTag
);
770
if (wf->
nFormatTag
== WAVEFORMAT_PCM)
780
else if (wf->
nFormatTag
== WAVEFORMAT_ALAW)
785
else if (wf->
nFormatTag
== WAVEFORMAT_MULAW)
813
else if (wf->
nFormatTag
== WAVEFORMAT_AURORA)
822
else if (wf->
nFormatTag
== WAVEFORMAT_ES_202_050)
1032
header.waveinfo.
nFormatTag
= swapConstShort(format_tag); /* codec *
[
all
...]
EventLogImpl.c
609
header.waveinfo.
nFormatTag
= WAVEFORMAT_PCM; /* codec */
627
pfwrite(&header.waveinfo.
nFormatTag
, sizeof(header.waveinfo.
nFormatTag
), 1, impl->waveformFile);
Completed in 33 milliseconds