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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c143 Word32 bitratePerChannel; local
150 bitratePerChannel = bitRate >> 1;
153 bitratePerChannel = bitRate;
209 Word32 bitratePerChannel; local
216 bitratePerChannel = L_shr(bitRate,1);
219 bitratePerChannel = bitRate;

Completed in 7 milliseconds