Searched defs:NBAIO_Format (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DNBAIO.h46 // mutually agreed upon. Each offer is an NBAIO_Format. For simplicity and performance,
47 // NBAIO_Format is an enum that ties together the most important combinations of the various
49 // interleave, packing, alignment, etc. The reason is that NBAIO_Format tries to abstract out only
52 enum NBAIO_Format { enum in namespace:android
60 // Return the frame size of an NBAIO_Format in bytes
61 size_t Format_frameSize(NBAIO_Format format);
63 // Return the frame size of an NBAIO_Format as a bit shift
64 size_t Format_frameBitShift(NBAIO_Format format);
66 // Convert a sample rate in Hz and channel count to an NBAIO_Format
67 NBAIO_Format Format_from_SR_
[all...]

Completed in 157 milliseconds