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

/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp254 int16_t *out, const uint8_t *in, size_t inSize) {
255 while (inSize-- > 0) {
280 int16_t *out, const uint8_t *in, size_t inSize) {
281 while (inSize-- > 0) {
253 DecodeALaw( int16_t *out, const uint8_t *in, size_t inSize) argument
279 DecodeMLaw( int16_t *out, const uint8_t *in, size_t inSize) argument

Completed in 74 milliseconds