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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c141 Word32 bitratePerChannel; local
148 bitratePerChannel = bitRate >> 1;
151 bitratePerChannel = bitRate;
207 Word32 bitratePerChannel; local
214 bitratePerChannel = L_shr(bitRate,1);
217 bitratePerChannel = bitRate;

Completed in 57 milliseconds