• Home
  • Raw
  • Download

Lines Matching refs:H264_DPRINT

31 #define H264_DPRINT(fmt,...) fprintf(stderr, "h264-ffmpeg-dec: %s:%d " fmt "\n", __func__, __LINE__…  macro
33 #define H264_DPRINT(fmt,...) macro
44 H264_DPRINT("destroyed MediaH264DecoderFfmpeg %p", this); in ~MediaH264DecoderFfmpeg()
68 H264_DPRINT("%s(w=%u h=%u out_w=%u out_h=%u pixfmt=%u)", in initH264ContextInternal()
91H264_DPRINT("codec decoder found %s long name %s", current_codec->name, current_codec->long_name); in initH264ContextInternal()
104 H264_DPRINT("Found h264_cuvid decoder, using it"); in initH264ContextInternal()
106 H264_DPRINT("Cannot find h264_cuvid decoder"); in initH264ContextInternal()
111 H264_DPRINT("Using default software h264 decoder"); in initH264ContextInternal()
120 H264_DPRINT("Successfully created software h264 decoder context %p", mCodecCtx); in initH264ContextInternal()
124 H264_DPRINT("clone MediaH264DecoderFfmpeg %p with version %d", this, in clone()
132 H264_DPRINT("allocated MediaH264DecoderFfmpeg %p with version %d", this, in MediaH264DecoderFfmpeg()
136 H264_DPRINT("Destroy context %p", this); in destroyH264Context()
163 H264_DPRINT("Found bad frame"); in checkWhetherConfigChanged()
174 H264_DPRINT("found SPS\n"); in checkWhetherConfigChanged()
180 H264_DPRINT("frame has only one Nalu unit, cannot be configuration change\n"); in checkWhetherConfigChanged()
185 H264_DPRINT("have not decoded anything yet, cannot be config change"); in checkWhetherConfigChanged()
189 H264_DPRINT("\n\nDetected stream configuration change !!!\n\n"); in checkWhetherConfigChanged()
216 H264_DPRINT("%s(frame=%p, sz=%zu pts %lld)", __func__, frame, szBytes, (long long)inputPts); in decodeFrameInternal()
245 H264_DPRINT("saving packet; total is %d", in decodeFrameInternal()
248 H264_DPRINT("saving packet; has duplicate, skip; total is %d", in decodeFrameInternal()
275 H264_DPRINT("decodeFrame has nonzero return value %d", retframe); in decodeFrameInternal()
277 H264_DPRINT("EOF returned from decoder"); in decodeFrameInternal()
278 H264_DPRINT("EOF returned from decoder reset context now"); in decodeFrameInternal()
281 H264_DPRINT("EAGAIN returned from decoder"); in decodeFrameInternal()
283 H264_DPRINT("unknown value %d", retframe); in decodeFrameInternal()
287 H264_DPRINT("new w %d new h %d, old w %d old h %d", in decodeFrameInternal()
293 H264_DPRINT("%s: got frame in decode mode", __func__); in decodeFrameInternal()
306 H264_DPRINT("w %d h %d Y line size %d U line size %d V line size %d", w, h, in copyFrame()
312 H264_DPRINT("format is %d and NV21 is %d 12 is %d", mFrame->format, (int)AV_PIX_FMT_NV21, in copyFrame()
336 H264_DPRINT("copied Frame and it has presentation time at %lld", (long long)(mFrame->pts)); in copyFrame()
337 H264_DPRINT("Frame primary %d range %d transfer %d space %d", mFrame->color_primaries, in copyFrame()
342 H264_DPRINT("Flushing..."); in flush()
345 H264_DPRINT("Flushing done"); in flush()
349 H264_DPRINT("getImage %p", ptr); in getImage()
376 H264_DPRINT("%s: frame is null", __func__); in getImage()
384 H264_DPRINT("WARNING: some unknown error %d: %s", retframe, in getImage()
389 H264_DPRINT("%s: got frame in flush mode retrun code %d", __func__, retframe); in getImage()
394 H264_DPRINT("%s: no new frame yet", __func__); in getImage()
424 H264_DPRINT("getImage %p done", ptr); in getImage()
445 H264_DPRINT("saving packets now %d", in save()
456 H264_DPRINT("decoding pts %lld packet size %d", (long long)pts, (int)data.size()); in oneShotDecode()
477 H264_DPRINT("loaded packets %d, now restore decoder", in load()
507 H264_DPRINT("Done loading snapshots frames\n\n"); in load()