Home
last modified time | relevance | path

Searched refs:fFormatCode (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/plugins/au_reader/
H A Dau_reader.cpp107 fFormatCode = UINT32(header.data_format); in Sniff()
124 switch (fFormatCode) { in Sniff()
154 switch (fFormatCode) { in Sniff()
212 TRACE(" fFormatCode %ld\n", fFormatCode); in Sniff()
224 switch (fFormatCode) { in Sniff()
254 description.u.misc.codec = fFormatCode; in Sniff()
H A Dau_reader.h78 uint32 fFormatCode; variable