HomeSort by relevance Sort by last modified time
    Searched full:near (Results 151 - 175 of 1547) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFocus.cpp 557 status_t OMXCameraAdapter::getFocusDistances(OMX_U32 &near,OMX_U32 &optimal, OMX_U32 &far)
590 near = focusDist.nFocusDistanceNear;
632 status_t OMXCameraAdapter::addFocusDistances(OMX_U32 &near,
643 ret = encodeFocusDistance(near, mFocusDistNear, FOCUS_DIST_SIZE);
646 CAMHAL_LOGEB("Error encoding near focus distance 0x%x", ret);
655 CAMHAL_LOGEB("Error encoding near focus distance 0x%x", ret);
664 CAMHAL_LOGEB("Error encoding near focus distance 0x%x", ret);
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
mat4.js 711 * @param {Number} near Near bound of the frustum
715 mat4.frustum = function (out, left, right, bottom, top, near, far) {
718 nf = 1 / (near - far);
719 out[0] = (near * 2) * rl;
724 out[5] = (near * 2) * tb;
729 out[10] = (far + near) * nf;
733 out[14] = (far * near * 2) * nf;
744 * @param {number} near Near bound of the frustu
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fts3snippet.test 258 do_snippet_test $T.4.7 {four NEAR nineteen} 0 -5 {
265 do_snippet_test $T.4.9 {four NEAR nineteen} 0 5 {
268 do_snippet_test $T.4.10 {four NEAR nineteen} 0 -5 {
276 do_snippet_test $T.4.12 {four OR nineteen NEAR twentyone} 0 5 {
374 do_matchinfo_test $T.8.3 "one NEAR/3 ten" {2 1 1 1 1 1 1 1}
375 do_matchinfo_test $T.8.4 "five NEAR/4 ten" \
377 do_matchinfo_test $T.8.5 "six NEAR/3 ten NEAR/3 two" \
379 do_matchinfo_test $T.8.6 "five NEAR/4 ten NEAR/3 two"
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.h 470 // Helper routine that determines if a target instruction is a near
477 // @return Returns true if the instruction is a near conditional jump.
481 // Helper routine that determines if a target instruction is a near
488 // @return Returns true if the instruction is a near absolute jump.
492 // Helper routine that determines if a target instruction is a near
499 // @return Returns true if the instruction is a near absolute call.
503 // Helper routine that determines if a target instruction is a near
510 // @return Returns true if the instruction is a near absolute call.
526 // to a near conditional jump in a target buffer. Note that the target
527 // buffer must be within 2GB of the source for the near jump to work
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.h 470 // Helper routine that determines if a target instruction is a near
477 // @return Returns true if the instruction is a near conditional jump.
481 // Helper routine that determines if a target instruction is a near
488 // @return Returns true if the instruction is a near absolute jump.
492 // Helper routine that determines if a target instruction is a near
499 // @return Returns true if the instruction is a near absolute call.
503 // Helper routine that determines if a target instruction is a near
510 // @return Returns true if the instruction is a near absolute call.
526 // to a near conditional jump in a target buffer. Note that the target
527 // buffer must be within 2GB of the source for the near jump to work
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
rs__math_8rsh_source.html 78 <a name="l00105"></a>00105 <a class="code" href="rs__types_8rsh.html#adb5162dc168ddd471d948faa60b37c5e">float4</a> *near, <a class="code" href="rs__types_8rsh.html#adb5162dc168ddd471d948faa60b37c5e">float4</a> *far) {
100 <a name="l00127"></a>00127 near-&gt;x = viewProj-&gt;m[3] + viewProj-&gt;m[2];
101 <a name="l00128"></a>00128 near-&gt;y = viewProj-&gt;m[7] + viewProj-&gt;m[6];
102 <a name="l00129"></a>00129 near-&gt;z = viewProj-&gt;m[11] + viewProj-&gt;m[10];
103 <a name="l00130"></a>00130 near-&gt;w = viewProj-&gt;m[15] + viewProj-&gt;m[14];
118 <a name="l00145"></a>00145 len = <a class="code" href="rs__cl_8rsh.html#a902d4d2fab31ba8f9631b1f681e99baa">length</a>(near-&gt;xyz);
119 <a name="l00146"></a>00146 *near /= len;
128 <a name="l00165"></a>00165 <a class="code" href="rs__types_8rsh.html#adb5162dc168ddd471d948faa60b37c5e">float4</a> *near, <a class="code" href="rs__types_8rsh.html#adb5162dc168ddd471d948faa60b37c5e">float4</a> *far) {
146 <a name="l00183"></a>00183 distToCenter = <a class="code" href="rs__cl_8rsh.html#aa26d85eac3067e9769b33b6914b180f2">dot</a>(near-&gt;xyz, sphere-&gt;xyz) + near-&gt;w
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
addrcache.cc 41 // near_cache_size: Size of the NEAR cache (number of 4-byte integers)
79 VCD_ERROR << "Near cache size " << near_cache_size_ << " is invalid"
89 VCD_ERROR << "Using near cache size " << near_cache_size_
107 // of the SAME and NEAR caches. It is vital that the use of
196 // Try using the NEAR cache
239 // which may need to access the SAME or NEAR address cache. Returns the
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator_unittest.cc 290 // 2) NULL pointer as near-end spectrum.
302 // 3) NULL pointer as near-end spectrum.
304 // 6) Too high precision in near-end spectrum (Q-domain > 15).
477 // delayed near end.
492 // delayed near end.
508 // delayed near end.
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
graw_util.h 189 float near, float far)
191 float z = near;
194 float half_depth = (far - near) / 2.0f;
  /external/eigen/Eigen/src/Eigen2Support/
LeastSquares.h 56 * instance how near points[0] is from the plane of equation \f$y=ax+bz+c\f$.
61 * are near, so points[0] is very near the plane of equation \f$y=ax+bz+c\f$.
  /external/jpeg/
wrppm.c 58 * work the output buffer must be allocated in near data space, because we are
233 /* Create physical I/O buffer. Note we make this near on a PC. */
258 /* Cast here implies near->far pointer conversion on PCs */
  /external/llvm/include/llvm/Support/
Memory.h 57 /// an attempt is made to allocate more memory near the existing block.
58 /// The actual allocated address is not guaranteed to be near the requested
115 /// an attempt is made to allocate more memory near the existing block.
  /external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp 72 // FIXME: Initialize the Near member for each memory group to avoid
76 &MemGroup.Near,
86 MemGroup.Near = MB;
  /external/llvm/tools/lli/
RemoteMemoryManager.cpp 66 &Near,
72 // FIXME: This is part of a work around to keep sections near one another
76 Near = MB;
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 189 float near, float far)
191 float z = near;
194 float half_depth = (far - near) / 2.0f;
  /external/qemu/distrib/jpeg-6b/
wrppm.c 58 * work the output buffer must be allocated in near data space, because we are
233 /* Create physical I/O buffer. Note we make this near on a PC. */
258 /* Cast here implies near->far pointer conversion on PCs */
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.c 230 // Set averaged far and near end spectra to zero.
260 // Empty near end spectrum.
307 // Empty near end spectrum.
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 231 public void glDepthRangef(float near, float far) {
233 mgl.glDepthRangef(near, far);
237 public void glDepthRangex(int near, int far) {
239 mgl.glDepthRangex(near, far);
334 float near, float far) {
336 mgl.glFrustumf(left, right, bottom, top, near, far);
340 public void glFrustumx(int left, int right, int bottom, int top, int near,
343 mgl.glFrustumx(left, right, bottom, top, near, far);
608 float near, float far) {
610 mgl.glOrthof(left, right, bottom, top, near, far)
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
scenegraph_objects.rsh 153 float near;
228 rsDebug("Near: ", cam->near);
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.h 45 float near, float far);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
README.rtf 29 It should continue to work but there are no guarantees. Sometime in the near future I will make updates available\
  /external/bison/lib/
sprintf.c 67 /* len is near SIZE_MAX. */
vsprintf.c 64 /* len is near SIZE_MAX. */
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_thinning_unittest.cc 124 // Initiate a scroll when the pointer is already near the scrollbar. It should
150 // Move the pointer near the scrollbar. Confirm it gets thick and narrow when
262 // First move the pointer near the scrollbar, then over it, then back near
  /external/chromium_org/chrome/browser/ui/cocoa/
fullscreen_mode_controller.h 18 // toolbar and not the tabstrip are visible. When the user mouses near the top

Completed in 1896 milliseconds

1 2 3 4 5 67 8 91011>>