Loading include/media/nbaio/NBAIO.h +2 −3 Original line number Diff line number Diff line Loading @@ -53,9 +53,8 @@ enum { // too large, then this decision should be re-visited. // Sample rate and channel count are explicit, PCM interleaved 16-bit is assumed. typedef unsigned NBAIO_Format; enum { Format_Invalid }; extern const NBAIO_Format Format_Invalid; // Return the frame size of an NBAIO_Format in bytes size_t Format_frameSize(const NBAIO_Format& format); Loading media/libnbaio/NBAIO.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ size_t Format_frameBitShift(const NBAIO_Format& format) return Format_channelCount(format); } const NBAIO_Format Format_Invalid = { 0 }; enum { Format_SR_8000, Format_SR_11025, Loading Loading
include/media/nbaio/NBAIO.h +2 −3 Original line number Diff line number Diff line Loading @@ -53,9 +53,8 @@ enum { // too large, then this decision should be re-visited. // Sample rate and channel count are explicit, PCM interleaved 16-bit is assumed. typedef unsigned NBAIO_Format; enum { Format_Invalid }; extern const NBAIO_Format Format_Invalid; // Return the frame size of an NBAIO_Format in bytes size_t Format_frameSize(const NBAIO_Format& format); Loading
media/libnbaio/NBAIO.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ size_t Format_frameBitShift(const NBAIO_Format& format) return Format_channelCount(format); } const NBAIO_Format Format_Invalid = { 0 }; enum { Format_SR_8000, Format_SR_11025, Loading