Lines Matching refs:VPX_DPRINT
35 #define VPX_DPRINT(fmt, ...) \ macro
39 #define VPX_DPRINT(fmt, ...) macro
73 VPX_DPRINT("Using Cuvid decoder on Linux/Windows"); in canUseCudaDecoder()
76 VPX_DPRINT( in canUseCudaDecoder()
115 VPX_DPRINT("calling init context"); in initVpxContext()
147 VPX_DPRINT("vpx decoder initialize context successfully."); in initVpxContext()
167 VPX_DPRINT("calling decodeFrame"); in decodeFrame()
175 VPX_DPRINT("calling vpx_codec_decode data %p datalen %d userdata %" PRIx64, in decodeFrame()
183 VPX_DPRINT("decoded %d frames", mNumFramesDecoded); in decodeFrame()
209 VPX_DPRINT("Switching from HW to SW codec"); in try_decode()
244 VPX_DPRINT("calling getImage"); in getImage()
251 VPX_DPRINT("there is no image"); in getImage()
261 VPX_DPRINT("got time %" PRIx64, pFrame->pts); in getImage()
262 VPX_DPRINT( in getImage()
270 VPX_DPRINT("calling rendering to host side color buffer with id %d", in getImage()
273 VPX_DPRINT( in getImage()
283 VPX_DPRINT( in getImage()
295 VPX_DPRINT("completed getImage with colorid %d", in getImage()
300 VPX_DPRINT("calling flush"); in flush()
305 VPX_DPRINT("flush done"); in flush()
309 VPX_DPRINT("calling destroy context"); in destroyVpxContext()
342 VPX_DPRINT("loading libvpx now type %d", in load()
367 VPX_DPRINT("Done loading snapshots frames\n\n"); in load()