HomeSort by relevance Sort by last modified time
    Searched defs:ipp (Results 1 - 11 of 11) sorted by null

  /ndk/tests/build/test-stlport_static-exception-force-rebuild/jni/
alias1.cpp 13 typedef int **ipp; typedef
36 catch (const ipp &p)
  /ndk/tests/device/test-stlport_shared-exception/jni/
alias1.cpp 13 typedef int **ipp; typedef
36 catch (const ipp &p)
  /ndk/tests/device/test-stlport_static-exception/jni/
alias1.cpp 13 typedef int **ipp; typedef
36 catch (const ipp &p)
  /external/clang/test/SemaObjCXX/Inputs/
nullability-pragmas-1.h 79 int_ptr_ptr ipp; local
80 float *fp3 = ipp; // expected-error{{lvalue of type 'int_ptr_ptr' (aka 'int **')}}
  /external/clang/test/PCH/
types.c 65 int_ptr_ptr ipp = &int_value_ptr; variable
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXAlgo.cpp 98 /// Configure IPP, LDCNSF, GBCE and GLBCE only in HQ mode
99 IPPMode ipp; local
108 ipp = OMXCameraAdapter::IPP_LDCNSF;
112 ipp = OMXCameraAdapter::IPP_LDC;
116 ipp = OMXCameraAdapter::IPP_NSF;
120 ipp = OMXCameraAdapter::IPP_NONE;
124 ipp = OMXCameraAdapter::IPP_NONE;
129 ipp = OMXCameraAdapter::IPP_NONE;
132 CAMHAL_LOGVB("IPP Mode set %d", ipp);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXAlgo.cpp 84 /// Configure IPP, LDCNSF, GBCE and GLBCE only in HQ mode
85 IPPMode ipp; local
93 ipp = OMXCameraAdapter::IPP_LDCNSF;
97 ipp = OMXCameraAdapter::IPP_LDC;
101 ipp = OMXCameraAdapter::IPP_NSF;
105 ipp = OMXCameraAdapter::IPP_NONE;
109 ipp = OMXCameraAdapter::IPP_NONE;
114 ipp = OMXCameraAdapter::IPP_NONE;
117 CAMHAL_LOGVB("IPP Mode set %d", ipp);
    [all...]
  /external/v8/test/unittests/compiler/
register-allocator-unittest.cc 117 auto ipp = EmitOI(Same(), Reg(phi), Use(DefineConstant())); local
118 SetInput(phi, 1, ipp);
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp 273 bool ipp; member in struct:perf::ImplData
289 ipp = icv = ocl = ipp_mt = false;
343 ipp = 0;
346 ipp = ((flags&CV_IMPL_IPP) > 0);
  /external/opencv3/modules/core/include/opencv2/core/
base.hpp 645 namespace ipp namespace in namespace:cv
654 } // ipp
  /external/opencv3/modules/core/src/
system.cpp 393 ipp::setUseIPP(flag);
1219 namespace ipp namespace in namespace:cv
    [all...]

Completed in 478 milliseconds