Lines Matching refs:H264_DPRINT
42 #define H264_DPRINT(fmt, ...) \ macro
46 #define H264_DPRINT(fmt, ...) macro
53 H264_DPRINT("%s failed with error code %d\n", #cuvidAPI, \
77 H264_DPRINT( in MediaH264DecoderCuvid()
82 H264_DPRINT("your gpu mode is: swiftshader_indirect"); in MediaH264DecoderCuvid()
118 H264_DPRINT("Failed to initH264Context because driver is not working"); in initH264ContextInternal()
125 H264_DPRINT("%s(w=%u h=%u out_w=%u out_h=%u pixfmt=%u)", __func__, width, in initH264ContextInternal()
141 H264_DPRINT("Failed to get cuda device, error code %d", (int)myres); in initH264ContextInternal()
148 H264_DPRINT("Failed to get gpu device name, error code %d", (int)myres); in initH264ContextInternal()
152 H264_DPRINT("using gpu device %s", buf); in initH264ContextInternal()
156 H264_DPRINT("Failed to create cuda context, error code %d", (int)myres); in initH264ContextInternal()
172 H264_DPRINT("Successfully created cuda context %p", mCudaContext); in initH264ContextInternal()
176 H264_DPRINT("destroyH264Context calling"); in destroyH264Context()
201 H264_DPRINT("Failed to destroy cuda context; error code %d", in destroyH264Context()
236 H264_DPRINT("saving packet; total is %d", in decodeFrame()
252 H264_DPRINT("%s(frame=%p, sz=%zu)", __func__, frame, szBytes); in decodeFrameInternal()
276 H264_DPRINT("started flushing"); in doFlush()
282 H264_DPRINT("done one flushing"); in doFlush()
291 H264_DPRINT("getImage %p", ptr); in getImage()
305 H264_DPRINT("calling getImage %d colorbuffer %d", numbers++, in getImage()
317 H264_DPRINT("%s: no new frame yet", __func__); in getImage()
381 H264_DPRINT("Frame primary %d range %d transfer %d space %d", in getImage()
384 H264_DPRINT("Copying completed pts %lld", (long long)mOutputPts); in getImage()
413 H264_DPRINT( in initCudaDrivers()
421 H264_DPRINT("There are no nvidia GPU cards on this host."); in initCudaDrivers()
446 H264_DPRINT("Codec not supported on this GPU."); in HandleVideoSequence()
452 H264_DPRINT("Resolution not supported on this GPU"); in HandleVideoSequence()
458 H264_DPRINT("MBCount not supported on this GPU"); in HandleVideoSequence()
483 H264_DPRINT("output format is %d", videoDecodeCreateInfo.OutputFormat); in HandleVideoSequence()
499 H264_DPRINT("old width %d old height %d", mOutputWidth, mOutputHeight); in HandleVideoSequence()
502 H264_DPRINT("new width %d new height %d", mOutputWidth, mOutputHeight); in HandleVideoSequence()
523 H264_DPRINT("free memory %g M, total %g M", free / 1048576.0, in HandleVideoSequence()
530 H264_DPRINT("successfully called. decoder %p", mCudaDecoder); in HandleVideoSequence()
536 H264_DPRINT("successfully called."); in HandlePictureDecode()
568 H264_DPRINT("cuda copy decoded frame testure %d", (int)dest_texture_handle); in cuda_copy_decoded_frame()
585 H264_DPRINT("dstPitch %d, WidthInBytes %d Height %d surface-height %d", in cuda_copy_decoded_frame()
610 H264_DPRINT("copyiong Ytex %d", textures[0]); in cuda_nv12_updater()
611 H264_DPRINT("copyiong UVtex %d", textures[1]); in cuda_nv12_updater()
667 H264_DPRINT("dstDevice %p, dstPitch %d, WidthInBytes %d Height %d", in HandlePictureDisplay()
694 H264_DPRINT("successfully called."); in HandlePictureDisplay()
700 H264_DPRINT("decoding pts %lld", (long long)pts); in oneShotDecode()
736 H264_DPRINT("saving packets now %d", in save()
761 H264_DPRINT("loaded packets %d, now restore decoder", in load()