Searched defs:H264_DPRINT (Results 1 – 8 of 8) sorted by relevance
/hardware/google/aemu/host-common/ |
D | MediaHostRenderer.cpp | 27 #define H264_DPRINT(fmt, ...) \ macro 31 #define H264_DPRINT(fmt, ...) macro
|
D | MediaH264DecoderVideoToolBoxProxy.cpp | 29 #define H264_DPRINT(fmt,...) fprintf(stderr, "h264-videotoolbox-proxy-dec: %s:%d " fmt "\n", __func… macro 31 #define H264_DPRINT(fmt,...) macro
|
D | MediaTexturePool.cpp | 27 #define H264_DPRINT(fmt, ...) \ macro 31 #define H264_DPRINT(fmt, ...) macro
|
D | MediaH264DecoderDefault.cpp | 30 #define H264_DPRINT(fmt,...) fprintf(stderr, "h264-dec: %s:%d " fmt "\n", __func__, __LINE__, ##__V… macro 32 #define H264_DPRINT(fmt,...) macro
|
D | MediaH264DecoderGeneric.cpp | 39 #define H264_DPRINT(fmt, ...) \ macro 43 #define H264_DPRINT(fmt, ...) macro
|
D | MediaH264DecoderFfmpeg.cpp | 31 #define H264_DPRINT(fmt,...) fprintf(stderr, "h264-ffmpeg-dec: %s:%d " fmt "\n", __func__, __LINE__… macro 33 #define H264_DPRINT(fmt,...) macro
|
D | MediaH264DecoderCuvid.cpp | 42 #define H264_DPRINT(fmt, ...) \ macro 46 #define H264_DPRINT(fmt, ...) macro
|
D | MediaH264DecoderVideoToolBox.cpp | 35 #define H264_DPRINT(fmt,...) fprintf(stderr, "h264-videotoolbox-dec: %s:%d " fmt "\n", __func__, __… macro 37 #define H264_DPRINT(fmt,...) macro
|