Home
last modified time | relevance | path

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

/frameworks/av/media/module/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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java559 final float topValue;
562 topValue = MathUtils.saturate(
567 topValue = 0f;
569 anv.requestTopRoundness(topValue, SHELF_SCROLL, /* animate = */ false);