Home
last modified time | relevance | path

Searched refs:dprint (Results 1 – 11 of 11) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/logging/
DCLog.h47 #ifndef dprint
49 #define dprint(fmt, ...) \ macro
DLogTags.h36 dprint(__VA_ARGS__); \
DLog.h52 #ifndef dprint
53 #define dprint(fmt, ...) \ macro
/hardware/google/gfxstream/guest/android-emu/android/utils/
Ddebug.c28 #undef dprint
36 void dprint(const char* format, ...) { in dprint() function
Ddebug.h134 #define dprint(fmt, ...) \ macro
/hardware/google/aemu/host-common/include/host-common/
DAndroidAsyncMessagePipe.h155 dprint("getPipe could not find pipe id %d", handle.id); in getPipe()
190 dprint("Could not find pipe id %d, pipe already destroyed?", handle.id); in destroyPipe()
/hardware/google/aemu/host-common/
DMediaCudaVideoHelper.cpp164 dprint("successfully created cuda video decoder for %s, with gpu texture " in init()
330 dprint("WARNING: %d frames decoded witout any output, possibly bad " in HandlePictureDisplay()
DMediaVpxVideoHelper.cpp79 dprint("successfully created libvpx video decoder for VP%d", mType); in init()
DMediaFfmpegVideoHelper.cpp97 dprint("successfully created ffmpeg video decoder for %s", in init()
DMediaVpxDecoderGeneric.cpp210 dprint("Failed to decode with HW decoder (Error Code: %d); switch " in try_decode()
DMediaVideoToolBoxVideoHelper.cpp572 dprint("VideoToolBox decoding session is created successfully"); in recreateDecompressionSession()