Home
last modified time | relevance | path

Searched defs:leftShift (Results 1 – 3 of 3) 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/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Darith.js99 jspb.arith.UInt64.prototype.leftShift = function() { method in jspb.arith.UInt64
/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