• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:CUDA_DPRINT

30 #define CUDA_DPRINT(fmt, ...)                                             \  macro
34 #define CUDA_DPRINT(fmt, ...) macro
41 CUDA_DPRINT("%s failed with error code %d\n", #cuvidAPI, \
68 CUDA_DPRINT("deInit calling"); in deInit()
89 CUDA_DPRINT("Failed to destroy cuda context; error code %d", in deInit()
98 CUDA_DPRINT( in init()
103 CUDA_DPRINT("Failed to initCudaDrivers"); in init()
123 CUDA_DPRINT("Failed to get cuda device, error code %d", (int)myres); in init()
133 CUDA_DPRINT("Failed to get gpu device name, error code %d", (int)myres); in init()
137 CUDA_DPRINT("using gpu device %s", buf); in init()
143 CUDA_DPRINT("Failed to create cuda context, error code %d", (int)myres); in init()
163 CUDA_DPRINT("Successfully created cuda context %p", mCudaContext); in init()
178 CUDA_DPRINT("%s(frame=%p, sz=%zu)", __func__, frame, szBytes); in decode()
194 CUDA_DPRINT("started flushing"); in flush()
200 CUDA_DPRINT("done one flushing"); in flush()
220 CUDA_DPRINT("Codec not supported on this GPU."); in HandleVideoSequence()
226 CUDA_DPRINT("Resolution not supported on this GPU"); in HandleVideoSequence()
234 CUDA_DPRINT("MBCount not supported on this GPU"); in HandleVideoSequence()
265 CUDA_DPRINT("output format is %d", videoDecodeCreateInfo.OutputFormat); in HandleVideoSequence()
281 CUDA_DPRINT("old width %d old height %d", mOutputWidth, mOutputHeight); in HandleVideoSequence()
284 CUDA_DPRINT("new width %d new height %d", mOutputWidth, mOutputHeight); in HandleVideoSequence()
305 CUDA_DPRINT("free memory %g M, total %g M", free / 1048576.0, in HandleVideoSequence()
312 CUDA_DPRINT("successfully called. decoder %p", mCudaDecoder); in HandleVideoSequence()
318 CUDA_DPRINT("successfully called."); in HandlePictureDecode()
352 CUDA_DPRINT("failed to call cuvidMapVideoFrame with error code %d\n", (int)errorCode); in HandlePictureDisplay()
385 CUDA_DPRINT("dstDevice %p, dstPitch %d, WidthInBytes %d Height %d", in HandlePictureDisplay()
416 CUDA_DPRINT("successfully called."); in HandlePictureDisplay()