Lines Matching refs:DEBUG

34 #define DEBUG(argv) printf argv
112 DEBUG(("H.264 Decoder API v%d.%d\n", decVer.major, decVer.minor));
117 DEBUG(("%s\n", tagName));
125 DEBUG((
128 DEBUG(("\t-Nn forces decoding to stop after n pictures\n"));
130 DEBUG(("\t-Ooutfile output writing disabled at compile time\n"));
132 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out_wxxxhyyy.yuv)\n"));
133 DEBUG(("\t-Onone does not write output\n"));
135 DEBUG(("\t-P packet-by-packet mode\n"));
136 DEBUG(("\t-U NAL unit stream mode\n"));
137 DEBUG(("\t-C display cropped image (default decoded image)\n"));
138 DEBUG(("\t-R disable DPB output reordering\n"));
139 DEBUG(("\t-T to print tag name and exit\n"));
177 DEBUG(("UNABLE TO OPEN INPUT FILE\n"));
190 DEBUG(("UNABLE TO ALLOCATE MEMORY\n"));
202 DEBUG(("DECODER INITIALIZATION FAILED\n"));
239 DEBUG(("Profile %d\n", decInfo.profile));
241 DEBUG(("Width %d Height %d\n",
246 DEBUG(("Cropping params: (%d, %d) %dx%d\n",
267 DEBUG(("videoRange %d, matrixCoefficients %d\n",
315 DEBUG(("PIC %d, type %s", picDisplayNumber,
318 DEBUG((", decoded pic %d", decPicture.picId));
321 DEBUG((", concealed %d\n", decPicture.nbrOfErrMBs));
324 DEBUG(("\n"));
362 DEBUG(("FATAL ERROR\n"));
377 DEBUG(("PIC %d, type %s", picDisplayNumber,
380 DEBUG((", decoded pic %d", decPicture.picId));
383 DEBUG((", concealed %d\n", decPicture.nbrOfErrMBs));
386 DEBUG(("\n"));
421 DEBUG(("Output file: %s\n", outFileName));
423 DEBUG(("DECODING DONE\n"));
426 DEBUG(("ERRORS FOUND\n"));
456 DEBUG(("UNABLE TO OPEN OUTPUT FILE\n"));
516 DEBUG(("INVALID BYTE STREAM\n"));
714 DEBUG(("Allocated %d bytes, total %d\n", size, numBytes));