Home
last modified time | relevance | path

Searched defs:leftShift (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/flac/dec/
DFLACDecoder.cpp131 const int leftShift = 16 - (int)bitsPerSample; // cast to int to prevent unsigned overflow. in copyTo16Signed() local
154 const unsigned leftShift = 32 - bitsPerSample; in copyToFloat() local
/frameworks/av/media/extractors/flac/
DFLACExtractor.cpp411 const int leftShift = 16 - (int)bitsPerSample; // cast to int to prevent unsigned overflow. in copyTo16Signed() local
434 const unsigned leftShift = 32 - bitsPerSample; in copyToFloat() local