Loading media/libnbaio/NBAIO.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -24,8 +24,7 @@ namespace android { size_t Format_frameSize(const NBAIO_Format& format) { // FIXME The sample format is hard-coded to AUDIO_FORMAT_PCM_16_BIT return Format_channelCount(format) * sizeof(short); return format.mFrameSize; } int Format_frameBitShift(const NBAIO_Format& format) Loading Loading
media/libnbaio/NBAIO.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -24,8 +24,7 @@ namespace android { size_t Format_frameSize(const NBAIO_Format& format) { // FIXME The sample format is hard-coded to AUDIO_FORMAT_PCM_16_BIT return Format_channelCount(format) * sizeof(short); return format.mFrameSize; } int Format_frameBitShift(const NBAIO_Format& format) Loading