Searched defs:half (Results 1 - 7 of 7) sorted by path

/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp761 size_t half = mFrameCount / 2; local
762 if (half == 0) {
763 half = 1;
767 minimum = mIsOut ? half : 1;
768 } else if (minimum > half) {
769 minimum = half;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp38 typedef __fp16 half; typedef
39 typedef half half2 __attribute__((ext_vector_type(2)));
40 typedef half half3 __attribute__((ext_vector_type(3)));
41 typedef half half4 __attribute__((ext_vector_type(4)));
582 ELEMENT_AT(half, RS_TYPE_FLOAT_16, 1)
1124 // Accept a half value converted to float. This eliminates the need in the
1125 // driver to properly support the half datatype (either by adding compiler flags
1126 // for half or link against compiler_rt).
/frameworks/rs/driver/runtime/arch/
H A Dclamp.c29 S_CLAMP(half); variable
94 V_CLAMP(half); variable
H A Dgeneric.c101 _CLAMP(half); variable
/frameworks/rs/tests/cppf16/
H A Dcompute.cpp28 sp<const Element> half = Element::F16(rs); local
34 testAllocationCreation(rs, half, nDims);
/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);

Completed in 5062 milliseconds