/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 44 #define D PRINT macro 46 #define D(x...) do { } while(0) macro
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 32 #define D PRINT macro 34 #define D(x...) do { } while(0) macro
|
/hardware/libhardware/include/hardware/ |
D | qemu_pipe.h | 29 # define D(...) do{}while(0) macro
|
D | qemud.h | 40 # define D(...) ((void)0) macro
|
D | hardware.h | 32 #define MAKE_TAG_CONSTANT(A,B,C,D) (((A) << 24) | ((B) << 16) | ((C) << 8) | (D)) argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_rdopt.h | 22 #define RDCOST(RM, DM, R, D) \ argument
|
D | vp9_encodemb.c | 65 #define RDTRUNC(RM, DM, R, D) ((128 + (R) * (RM)) & 0xFF) argument
|
/hardware/libhardware_legacy/qemu/ |
D | qemu.c | 34 # define D(...) ALOGD(__VA_ARGS__) macro 36 # define D(...) ((void)0) macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.h | 19 #define RDCOST(RM,DM,R,D) ( ((128+(R)*(RM)) >> 8) + (DM)*(D) ) argument
|
D | encodemb.c | 199 #define RDTRUNC(RM,DM,R,D) ( (128+(R)*(RM)) & 0xFF ) argument
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
D | AKFS_AOC.c | 55 AKFLOAT D; in From4Points2Sphere() local
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/ |
D | venc_test.cpp | 86 #define D(fmt, ...) ALOGE("venc_test Debug %s::%d "fmt, \ macro 97 #define D(fmt, ...) fprintf(stderr, "venc_test Debug %s::%d "fmt"\n", \ macro 106 #define D(fmt, ...) macro
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/ |
D | venc_test.cpp | 83 #define D(fmt, ...) LOGE("venc_test Debug %s::%d "fmt"\n", \ macro 94 #define D(fmt, ...) fprintf(stderr, "venc_test Debug %s::%d "fmt"\n", \ macro 103 #define D(fmt, ...) macro
|