Home
last modified time | relevance | path

Searched refs:topValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/
DTemperatureColorStore.java97 TemperatureColorValue topValue = in getColorForTemperature() local
99 if (temperature >= topValue.getTemperature()) { in getColorForTemperature()
100 return topValue.getColor(); in getColorForTemperature()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dbitstream_io.cpp171 UInt topValue; in BitstreamPutGT16Bits() local
174 topValue = (Value >> 16); in BitstreamPutGT16Bits()
179 status = BitstreamPutBits(stream, topLength, topValue); in BitstreamPutGT16Bits()