Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 25 of 31) sorted by relevance

12

/hardware/ti/omap3/dspbridge/inc/
Ddbc.h53 #define DBC_Assert( exp ) \ argument
54 if (!(exp)) \
55 (*GT->ERRORFXN)("%s, line %d: Assertion (" #exp ") failed.\n", \
62 #define DBC_Assert(exp)
63 #define DBC_Require(exp)
64 #define DBC_Ensure(exp)
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_fbupdate.h25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
Dhwc_utils.h36 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
37 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_fbupdate.h25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
Dhwc_utils.h36 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
37 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_fbupdate.h25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
Dhwc_utils.h37 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
38 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_fbupdate.h25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
Dhwc_utils.h38 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
39 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf_obj.h101 #define PERF_check(handle, exp) ((handle) ? (exp),1 : 0) argument
/hardware/libhardware/tests/camera2/
DCameraBurstTests.cpp53 #define WARN_LE(exp, act) WARN_UNLESS((exp) <= (act)) argument
54 #define WARN_LT(exp, act) WARN_UNLESS((exp) < (act)) argument
55 #define WARN_GT(exp, act) WARN_UNLESS((exp) > (act)) argument
DCameraMultiStreamTests.cpp638 int64_t exp = minExp; in TEST_F() local
639 while (exp < maxExp) { in TEST_F()
640 exposures.push_back(exp); in TEST_F()
641 exp *= 2; in TEST_F()
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp42 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_menu.cpp2241 void setSingleExpGainPreset(ShotParameters &params, int idx, int exp, int gain) { in setSingleExpGainPreset() argument
2249 val.appendFormat("%+d", exp); in setSingleExpGainPreset()
2251 val.appendFormat("%u", (unsigned int) exp); in setSingleExpGainPreset()
2318 void calcNextSingleExpGainPreset(int idx, int &exp, int &gain) { in calcNextSingleExpGainPreset() argument
2321 if ( (0 == exp) && (0 == gain) ) { in calcNextSingleExpGainPreset()
2322 exp=100; in calcNextSingleExpGainPreset()
2324 printf("Streaming: Init default absolute exp./gain: %d,%d\n", exp, gain); in calcNextSingleExpGainPreset()
2327 exp *= 2; in calcNextSingleExpGainPreset()
2328 if (1000000 < exp) { in calcNextSingleExpGainPreset()
2329 exp = 100; in calcNextSingleExpGainPreset()
[all …]
Dcamera_test.h246 void setSingleExpGainPreset(ShotParameters &params, int idx, int exp, int gain);
248 void calcNextSingleExpGainPreset(int idx, int &exp, int &gain);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMX3A.cpp428 OMX_CONFIG_EXPOSURECONTROLTYPE exp; in setExposureMode() local
438 OMX_INIT_STRUCT_PTR (&exp, OMX_CONFIG_EXPOSURECONTROLTYPE); in setExposureMode()
439 exp.nPortIndex = OMX_ALL; in setExposureMode()
440 exp.eExposureControl = (OMX_EXPOSURECONTROLTYPE)Gen3A.Exposure; in setExposureMode()
444 &exp); in setExposureMode()
DOMXCameraAdapter.cpp32 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
636 OMX_CONFIG_EXPOSUREVALUETYPE exp; in getParameters() local
694 OMX_INIT_STRUCT_PTR (&exp, OMX_CONFIG_EXPOSUREVALUETYPE); in getParameters()
695 exp.nPortIndex = OMX_ALL; in getParameters()
699 &exp); in getParameters()
702 params.set(TICameraParameters::KEY_CURRENT_ISO, exp.nSensitivity); in getParameters()
/hardware/intel/img/libdrm/
Dconfigure7252 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7254 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7591 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7593 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7697 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7699 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7752 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7754 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8627 … do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.ex…
8628exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_versio…
[all …]
Daclocal.m41442 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
1444 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1482 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
1484 if diff conftest.exp conftest.er2 >/dev/null; then
1896 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
1898 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
3656 _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
3974 _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4956 … do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.ex…
4957exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_versio…
[all …]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMX3A.cpp556 OMX_CONFIG_EXPOSURECONTROLTYPE exp; in setExposureMode() local
566 OMX_INIT_STRUCT_PTR (&exp, OMX_CONFIG_EXPOSURECONTROLTYPE); in setExposureMode()
567 exp.nPortIndex = OMX_ALL; in setExposureMode()
568 exp.eExposureControl = (OMX_EXPOSURECONTROLTYPE)Gen3A.Exposure; in setExposureMode()
572 &exp); in setExposureMode()
DOMXCameraAdapter.cpp33 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
797 OMX_CONFIG_EXPOSUREVALUETYPE exp; in getParameters() local
853 OMX_INIT_STRUCT_PTR (&exp, OMX_CONFIG_EXPOSUREVALUETYPE); in getParameters()
854 exp.nPortIndex = OMX_ALL; in getParameters()
858 &exp); in getParameters()
861 params.set(TICameraParameters::KEY_CURRENT_ISO, exp.nSensitivity); in getParameters()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h86 #define SPINWAIT(exp, us) { \ argument
88 while ((exp) && (countdown >= 10)) {\
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp45 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dlibs.mk190 INSTALL-LIBS-$(CONFIG_SHARED) += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/vpx.exp)
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11.h713 #define EDCF_ECW2CW(exp) ((1 << (exp)) - 1) argument

12