Home
last modified time | relevance | path

Searched defs:DDD (Results 1 – 15 of 15) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_impl.cpp23 #define DDD(...) ALOGD(__VA_ARGS__) macro
25 #define DDD(...) ((void)0) macro
DGoldfishVPX.cpp24 #define DDD(...) ALOGD(__VA_ARGS__) macro
26 #define DDD(...) ((void)0) macro
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DMediaH264Decoder.cpp21 # define DDD(...) ALOGD(__VA_ARGS__) macro
23 # define DDD(...) ((void)0) macro
DGoldfishAVCDec.cpp22 # define DDD(...) ALOGD(__VA_ARGS__) macro
24 # define DDD(...) ((void)0) macro
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
Dgoldfish_vpx_impl.cpp23 #define DDD(...) ALOGD(__VA_ARGS__) macro
25 #define DDD(...) ((void)0) macro
DC2GoldfishVpxDec.cpp47 #define DDD(...) ALOGW(__VA_ARGS__) macro
49 #define DDD(...) ((void)0) macro
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DMediaH264Decoder.cpp21 #define DDD(...) ALOGD(__VA_ARGS__) macro
23 #define DDD(...) ((void)0) macro
DGoldfishH264Helper.cpp24 #define DDD(fmt, ...) ALOGD("%s %d:" fmt, __func__, __LINE__, ##__VA_ARGS__) macro
26 #define DDD(...) ((void)0) macro
DC2GoldfishAvcDec.cpp49 #define DDD(...) ALOGD(__VA_ARGS__) macro
51 #define DDD(...) ((void)0) macro
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DMediaHevcDecoder.cpp21 #define DDD(...) ALOGD(__VA_ARGS__) macro
23 #define DDD(...) ((void)0) macro
DGoldfishHevcHelper.cpp27 #define DDD(...) ALOGD(__VA_ARGS__) macro
29 #define DDD(...) ((void)0) macro
DC2GoldfishHevcDec.cpp47 #define DDD(...) ALOGD(__VA_ARGS__) macro
49 #define DDD(...) ((void)0) macro
/device/generic/goldfish-opengl/system/codecs/omx/common/
Dgoldfish_media_utils.cpp23 # define DDD(...) ALOGD(__VA_ARGS__) macro
25 # define DDD(...) ((void)0) macro
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
Dgoldfish_media_utils.cpp23 #define DDD(...) ALOGD(__VA_ARGS__) macro
25 #define DDD(...) ((void)0) macro
DSimpleC2Component.cpp33 #define DDD(...) ALOGD(__VA_ARGS__) macro
35 #define DDD(...) ((void)0) macro