Searched refs:half (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapsRectActivity.java57 final float half = mBitmap1.getHeight() / 2.0f;
58 mSrcRect = new Rect((int) fourth, (int) (half - half / 2.0f),
59 (int) (fourth + fourth), (int) (half + half / 2.0f));
60 mDstRect = new RectF(fourth, half - half / 2.0f, fourth + fourth, half + half / 2.0f);
61 mDstRect2 = new RectF(fourth, half
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c66 frame_t half[HALF_FRAMES]; variable
165 half[i].left = sine[i].left;
166 half[i].right = sawtooth[i].right / 2;
197 buffer = half;
198 size = sizeof(half);
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFTypes.h125 typedef detail::ELFHalf half; typedef in struct:ELFPrimitiveTypes
146 typedef detail::ELFHalf half; typedef in struct:ELFPrimitiveTypes
187 typedef typename ELFPrimitiveTypes<BITWIDTH>::half half_t; \
205 typedef ELFPrimitiveTypes<BITWIDTH>::half half_t; \
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp661 size_t half = mFrameCount / 2; local
662 if (half == 0) {
663 half = 1;
667 minimum = mIsOut ? half : 1;
668 } else if (minimum > half) {
669 minimum = half;

Completed in 414 milliseconds