/hardware/ti/omap3/dspbridge/inc/ |
D | dbc.h | 53 #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/libhwcomposer/ |
D | hwc_fbupdate.h | 25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
D | hwc_video.h | 23 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 24 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
D | hwc_copybit.h | 29 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 30 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
D | hwc_utils.h | 28 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 29 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
D | perf_obj.h | 101 #define PERF_check(handle, exp) ((handle) ? (exp),1 : 0) argument
|
/hardware/qcom/camera/ |
D | QCameraHWI_Record_7x27A.cpp | 31 #define LIKELY(exp) __builtin_expect(!!(exp), 1) argument 32 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) argument
|
D | QCameraStream.h | 53 int exp[MAX_HDR_EXP_FRAME_NUM]; member 134 virtual void InitHdrInfoForSnapshot(bool HDR_on, int number_frames, int *exp ) {}; in InitHdrInfoForSnapshot() argument 288 void InitHdrInfoForSnapshot(bool HDR_on, int number_frames, int *exp );
|
D | QCameraHWI_Record.cpp | 30 #define LIKELY(exp) __builtin_expect(!!(exp), 1) argument 31 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) argument
|
D | QCameraHWI.cpp | 1636 int exp[MAX_HDR_EXP_FRAME_NUM]; in takePicture() local 1657 hdr = getHdrInfoAndSetExp(MAX_HDR_EXP_FRAME_NUM, &frm_num, exp); in takePicture() 1659 mStreamSnap->InitHdrInfoForSnapshot(hdr, frm_num, exp); in takePicture() 2697 bool QCameraHardwareInterface::getHdrInfoAndSetExp( int max_num_frm, int *num_frame, int *exp) in getHdrInfoAndSetExp() argument 2701 if (mHdrMode == HDR_MODE && num_frame != NULL && exp != NULL && in getHdrInfoAndSetExp() 2723 exp[i++] = atoi(val); in getHdrInfoAndSetExp()
|
D | QCameraHWI_Still.cpp | 2772 packet.payload.hdr_pkg.exp[i] = mHdrInfo.exp[i]; in doHdrProcessing() 2776 packet.payload.hdr_pkg.exp[i]); in doHdrProcessing() 2785 void QCameraStream_Snapshot::InitHdrInfoForSnapshot(bool Hdr_on, int number_frames, int *exp ) in InitHdrInfoForSnapshot() argument 2792 memcpy(mHdrInfo.exp, exp, sizeof(int)*number_frames); in InitHdrInfoForSnapshot()
|
D | QCameraHWI_Preview_7x27A.cpp | 32 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) argument
|
D | QCameraHWI.h | 657 bool getHdrInfoAndSetExp( int max_num_frm, int *num_frame, int *exp);
|
/hardware/qcom/camera/QCamera/HAL/core/src/ |
D | QCameraHWI_Record.cpp | 31 #define LIKELY(exp) __builtin_expect(!!(exp), 1) argument 32 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) argument
|
/hardware/qcom/camera/QCamera/HAL2/core/inc/ |
D | QCameraStream.h | 133 virtual void initHdrInfoForSnapshot(bool HDR_on, int number_frames, int *exp){}; in initHdrInfoForSnapshot() argument 235 void initHdrInfoForSnapshot(bool HDR_on, int number_frames, int *exp);
|
D | QCameraHWI.h | 676 bool getHdrInfoAndSetExp(int max_num_frm, int *num_frame, int *exp);
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 42 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
/hardware/qcom/camera/QCamera/HAL2/core/src/ |
D | QCameraStream_Preview.cpp | 29 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) argument
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMX3A.cpp | 428 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()
|
D | OMXCameraAdapter.cpp | 32 #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/broadcom/wlan/bcm4329/dhdutil/include/ |
D | bcmutils.h | 78 #define SPINWAIT(exp, us) { \ argument 80 while ((exp) && (countdown >= 10)) {\
|
/hardware/msm7k/libcamera/ |
D | QualcommCameraHardware.cpp | 75 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument 76 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 79 #define SPINWAIT(exp, us) { \ argument 81 while ((exp) && (countdown >= 10)) {\
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | 802.11.h | 648 #define EDCF_ECW2CW(exp) ((1 << (exp)) - 1) argument
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/ |
D | 802.11.h | 621 #define EDCF_ECW2CW(exp) ((1 << (exp)) - 1) argument
|