Searched defs:NBAIO_Format (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/include/media/nbaio/
H A DNBAIO.h49 // mutually agreed upon. Each offer is an NBAIO_Format. For simplicity and performance,
50 // NBAIO_Format is a typedef that ties together the most important combinations of the various
52 // interleave, packing, alignment, etc. The reason is that NBAIO_Format tries to abstract out only
56 struct NBAIO_Format { struct in namespace:android
65 extern const NBAIO_Format Format_Invalid;
67 // Return the frame size of an NBAIO_Format in bytes
68 size_t Format_frameSize(const NBAIO_Format& format);
70 // Convert a sample rate in Hz and channel count to an NBAIO_Format
72 NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount, audio_format_t format);
74 // Return the sample rate in Hz of an NBAIO_Format
[all...]

Completed in 215 milliseconds