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

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

Completed in 575 milliseconds