Lines Matching refs:H264_DPRINT
39 #define H264_DPRINT(fmt, ...) \ macro
43 #define H264_DPRINT(fmt, ...) macro
60 H264_DPRINT("Using Cuvid decoder on Linux/Windows"); in canUseCudaDecoder()
63 H264_DPRINT( in canUseCudaDecoder()
84 H264_DPRINT("allocated MediaH264DecoderGeneric %p with version %d", this, in MediaH264DecoderGeneric()
90 H264_DPRINT("destroyed MediaH264DecoderGeneric %p", this); in ~MediaH264DecoderGeneric()
114 H264_DPRINT("%s(w=%u h=%u out_w=%u out_h=%u pixfmt=%u)", __func__, width, in initH264ContextInternal()
137 H264_DPRINT("use gpu texture"); in initH264ContextInternal()
143 H264_DPRINT("failed to init cuda decoder"); in initH264ContextInternal()
145 H264_DPRINT("succeeded to init cuda decoder"); in initH264ContextInternal()
166 H264_DPRINT("use gpu texture on OSX"); in initH264ContextInternal()
177 H264_DPRINT("Successfully created h264 decoder context %p", this); in initH264ContextInternal()
188 H264_DPRINT("clone MediaH264DecoderGeneric %p with version %d", this, in clone()
194 H264_DPRINT("Destroy context %p", this); in destroyH264Context()
226 H264_DPRINT("%s(frame=%p, sz=%zu pts %lld)", __func__, frame, szBytes, in decodeFrame()
239 H264_DPRINT("done decoding this frame"); in decodeFrame()
246 H264_DPRINT("still in trial period"); in decodeFrameInternal()
263 H264_DPRINT("Failed to decode with HW decoder %d; switch to SW", in try_decode()
302 H264_DPRINT("Flushing..."); in flush()
309 H264_DPRINT("Flushing done"); in flush()
313 H264_DPRINT("getImage %p", ptr); in getImage()
328 H264_DPRINT("calling getImage %d colorbuffer %d", numbers++, in getImage()
333 H264_DPRINT("there is no image"); in getImage()
341 H264_DPRINT( in getImage()
350 H264_DPRINT( in getImage()
376 H264_DPRINT("Copying completed pts %lld w %d h %d ow %d oh %d", in getImage()
438 H264_DPRINT("Done loading snapshots frames\n\n"); in load()