Lines Matching defs:encoding
79 // encoding Data encoding format.
91 // Define the possible encoding types.
96 // XXX - How can encoding types be added dynamically?
98 NONE = 0, // no encoding type set
127 AudioEncoding encoding; // data encoding format
132 channels(0), encoding(NONE)
144 encoding((AudioEncoding)hdr.encoding)
170 // Return the number of bytes in a sample frame for the audio encoding.
194 hdr.encoding = encoding;
210 (encoding == tst.encoding));