/hardware/intel/img/hwcomposer/merrifield/common/utils/ |
D | HwcTrace.h | 62 #define RETURN_X_IF_NOT_INIT(X) \ argument 67 return X; \ 91 #define DEINIT_AND_DELETE_OBJ(X) \ argument 92 if (X) {\ 93 X->deinitialize();\ 94 delete X; \ 95 X = NULL; \
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/utils/ |
D | HwcTrace.h | 62 #define RETURN_X_IF_NOT_INIT(X) \ argument 67 return X; \ 91 #define DEINIT_AND_DELETE_OBJ(X) \ argument 92 if (X) {\ 93 X->deinitialize();\ 94 delete X; \ 95 X = NULL; \
|
/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideoformatenc_preview.h | 17 #define min(X,Y) (((X) < (Y)) ? (X) : (Y)) argument 18 #define max(X,Y) (((X) > (Y)) ? (X) : (Y)) argument
|
D | mixvideoformatenc_mpeg4.h | 17 #define min(X,Y) (((X) < (Y)) ? (X) : (Y)) argument 18 #define max(X,Y) (((X) > (Y)) ? (X) : (Y)) argument
|
D | mixvideoformatenc_h264.h | 17 #define min(X,Y) (((X) < (Y)) ? (X) : (Y)) argument 18 #define max(X,Y) (((X) > (Y)) ? (X) : (Y)) argument
|
/hardware/nxp/secure_element/libese-spi/p73/lib/ |
D | phNxpEse_Internal.h | 49 #define SECOND_TO_MILLISECOND(X) X * 1000 argument 50 #define CONVERT_TO_PERCENTAGE(X, Y) X* Y / 100 argument
|
/hardware/qcom/audio/hal/msm8960/ |
D | platform.h | 150 #define AUDIO_MAKE_STRING_FROM_ENUM(X) { #X, X } argument
|
/hardware/intel/img/psb_video/src/hwdefs/ |
D | topazhp_multicore_regs.h | 1007 #define TOPAZHP_TOP_CR_MMU_DIR_LIST_BASE(X) (0x0030 + (4 * (X))) argument 1022 #define TOPAZHP_TOP_CR_MMU_TILE(X) (0x0038 + (4 * (X))) argument 1052 #define TOPAZHP_TOP_CR_MMU_TILE_EXT(X) (0x0080 + (4 * (X))) argument 1072 #define TOPAZHP_TOP_CR_POLYNOM_ALPHA_COEFF_CORE(X) (0x0148 + (12 * (X))) argument 1084 #define TOPAZHP_TOP_CR_POLYNOM_GAMMA_COEFF_CORE(X) (0x014C + (12 * (X))) argument 1091 #define TOPAZHP_TOP_CR_POLYNOM_CUTOFF_CORE(X) (0x0150 + (12 * (X))) argument
|
D | topazhp_core_regs.h | 3019 #define TOPAZHP_CR_JMCOMP_LUMA_QUANTISER(X) (0x0280 + (4 * (X))) argument 3022 #define REGNUM_TOPAZHP_CR_JMCOMP_LUMA_QUANT(X,i) (0x0280 + (4 * (X))) argument 3033 #define TOPAZHP_CR_JMCOMP_CHROMA_QUANTISER(X) (0x02C0 + (4 * (X))) argument 3036 #define REGNUM_TOPAZHP_CR_JMCOMP_CHROMA_QUANT(X,i) (0x02C0 + (4 * (X))) argument 3047 #define TOPAZHP_CR_WEIGHTED_PRED_COEFFS(X) (0x03D4 + (4 * (X))) argument 3050 #define REGNUM_TOPAZHP_CR_WEIGHTED_PRED_OFFSET(X,i) (0x03D4 + (4 * (X))) argument 3054 #define REGNUM_TOPAZHP_CR_WEIGHTED_PRED_WEIGHT(X,i) (0x03D4 + (4 * (X))) argument
|
/hardware/intel/common/libmix/mix_video/ |
D | mixvideo.pc.in | 6 Name: MI-X Video 7 Description: MI-X Video Library
|
D | mixvideoint.pc.in | 6 Name: MI-X Video Internal 7 Description: MI-X Video Library for internal development
|
/hardware/intel/common/libmix/mix_common/ |
D | mixcommon.pc.in | 6 Name: MI-X Library - Common 7 Description: Common library for MI-X
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_ConntrackClient.h | 102 #define iptodot(X,Y) \ argument 103 …IPACMLOG(" %s(0x%x): %d.%d.%d.%d\n", X, Y, ((Y>>24) & 0xFF), ((Y>>16) & 0xFF), ((Y>>8) & 0xFF), (Y…
|
/hardware/qcom/audio/hal/msm8916/ |
D | platform.h | 249 #define AUDIO_MAKE_STRING_FROM_ENUM(X) { #X, X } argument
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlay.cpp | 224 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types in initOverlay() local 225 for(int j = 0; j < numPipesXType[X]; j++) { //iterate over num in initOverlay() 226 PipeBook::pipeTypeLUT[index] = (utils::eMdpPipeType)X; in initOverlay()
|
/hardware/qcom/camera/msm8998/ |
D | QCamera_Intf.h | 42 #define CEILING32(X) (((X) + 0x0001F) & 0xFFFFFFE0) argument 43 #define CEILING16(X) (((X) + 0x000F) & 0xFFF0) argument 44 #define CEILING4(X) (((X) + 0x0003) & 0xFFFC) argument 45 #define CEILING2(X) (((X) + 0x0001) & 0xFFFE) argument
|
/hardware/qcom/audio/hal/msm8974/ |
D | platform.h | 345 #define AUDIO_MAKE_STRING_FROM_ENUM(X) { #X, X } argument
|
/hardware/nxp/nfc/halimpl/common/ |
D | phNfcTypes.h | 319 #define UNUSED(X) (void)(X); argument
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | HwcModule.cpp | 28 #define GET_HWC_RETURN_X_IF_NULL(X) \ argument 34 return X; \
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlay.cpp | 394 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types in initOverlay() local 395 for(int j = 0; j < numPipesXType[X]; j++) { //iterate over num in initOverlay() 396 PipeBook::pipeTypeLUT[index] = (utils::eMdpPipeType)X; in initOverlay()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlay.cpp | 433 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types in initOverlay() local 434 for(int j = 0; j < numPipesXType[X]; j++) { //iterate over num in initOverlay() 435 PipeBook::pipeTypeLUT[index] = (utils::eMdpPipeType)X; in initOverlay()
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
D | HwcModule.cpp | 24 #define GET_HWC_RETURN_X_IF_NULL(X) \ argument 30 return X; \
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlay.cpp | 402 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types in initOverlay() local 403 for(int j = 0; j < numPipesXType[X]; j++) { //iterate over num in initOverlay() 404 PipeBook::pipeTypeLUT[index] = (utils::eMdpPipeType)X; in initOverlay()
|
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/ |
D | VideoDecoderAVCSecure.cpp | 62 #define min(X, Y) ((X) <(Y) ? (X) : (Y)) argument
|
/hardware/intel/common/libva/va/x11/ |
D | va_dri.h | 108 int *X, int *Y, int *W, int *H,
|