Home
last modified time | relevance | path

Searched refs:PTRACE (Results 176 – 200 of 349) sorted by relevance

12345678910>>...14

/dports/net/opal/opal-3.10.10/plugins/video/H.264/
H A Dh264-x264.cxx608 PTRACE(5, MY_CODEC_LOG, "Reduced max resolution to " << maxWidth << 'x' << maxHeight in ClampSizes()
652 PTRACE(1, MY_CODEC_LOG, "SDP profile-level-id field illegal."); in ToNormalised()
755 PTRACE(5, MY_CODEC_LOG, "Level \"" << str << "\" selected index " << levelIndex); in ToCustomised()
871 PTRACE(4, MY_CODEC_LOG, "Opened encoder (SVN $Revision: 28048 $)"); in Construct()
875 PTRACE(1, MY_CODEC_LOG, "Could not open encoder."); in Construct()
944 PTRACE(2, MY_CODEC_LOG, "Unknown packetisation mode: \"" << optionValue << '"'); in SetOption()
999 PTRACE(3, MY_CODEC_LOG, "Applied options: " in OnChangedOptions()
1089 PTRACE(4, MY_CODEC_LOG, "Opened decoder (SVN $Revision: 28048 $)"); in Construct()
1119 PTRACE(3, MY_CODEC_LOG, "Got an empty video frame - skipping"); in Transcode()
1147 PTRACE(3, MY_CODEC_LOG, "Decoded " << bytesDecoded<< " of " << bytesToDecode in Transcode()
[all …]
/dports/net/opal/opal-3.10.10/src/opal/
H A Dendpoint.cxx75 PTRACE(4, "OpalEP\tCreated endpoint: " << prefixName); in OpalEndPoint()
81 PTRACE(4, "OpalEP\t" << prefixName << " endpoint destroyed."); in ~OpalEndPoint()
87 PTRACE(3, "OpalEP\t" << prefixName << " endpoint shutting down."); in ShutDown()
154 PTRACE(1, "OpalEP\tCould not create listener: " << iface); in StartListener()
161 PTRACE(1, "OpalEP\tCould not start listener: " << iface); in StartListener()
361 PTRACE(4, "OpalMan\tListener interfaces: associated transport=" in GetInterfaceAddresses()
427 PTRACE(3, "OpalEP\tOnSetUpConnection " << connection); in OnSetUpConnection()
469 PTRACE(4, "OpalEP\tOnReleased " << connection); in OnReleased()
490 PTRACE(4, "OpalEP\tOnForwarded " << connection); in OnForwarded()
528 PTRACE(5, "OpalCon\tSynchronous wait for " << token); in ClearCallSynchronous()
H A Dpres_ent.cxx222 PTRACE(3, "OpalPres\t'" << m_aor << "' opening."); in Open()
232 PTRACE(3, "OpalPres\t'" << m_aor << "' closing."); in Close()
531 PTRACE(3, "OpalPres\tCreating presentity command '" << className+partialKey << "'"); in InternalCreateCommand()
545 PTRACE(1, "OpalPres\tCannot find endpoint for '" << m_aor.GetScheme() << "'"); in Internal_SendMessageToCommand()
615 PTRACE(4, "OpalPres\tStopping command thread " << *m_thread); in StopThread()
647 PTRACE(4, "OpalPres\tCommand thread started"); in ThreadMain()
670 PTRACE(4, "OpalPres\tCommand thread ended"); in ThreadMain()
H A Dtranscoders.cxx115 PTRACE(4, "Opal\tNo command notifier available for transcoder " << this); in NotifyCommand()
175PTRACE(2, "Opal\tExpected payload type " << formatPayloadType << ", but received " << packetPayloa… in ConvertFrames()
191PTRACE(2, "Opal\tCould not create transcoder instance from " << srcFormat << " to " << destFormat); in Create()
209 PTRACE(2, "Opal\tError creating transcoder instance from " << srcFormat << " to " << destFormat); in Create()
281 PTRACE(5, "Opal\tInitial source format from capabilities:\n" << setw(-1) << srcFormat); in MergeFormats()
285 PTRACE(5, "Opal\tInitial source format from master:\n" << setw(-1) << srcFormat in MergeFormats()
294 PTRACE(5, "Opal\tInitial destination format from capabilities:\n" << setw(-1) << dstFormat); in MergeFormats()
298 PTRACE(5, "Opal\tInitial destination format from master:\n" << setw(-1) << dstFormat in MergeFormats()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/maccoreaudio/
H A Dcircular_buffer.inl31 //#define PTRACE_CIRC(level, str) PTRACE(level, str)
62 PTRACE(1, "Could not allocate circular buffer");
74 PTRACE(1, __func__ << " can not init mutex");
80 PTRACE(1, __func__ << " can not init cond");
174 PTRACE(1, __func__ << "Input buffer is empty");
237 PTRACE(1, __func__ << " Out buffer is NULL");
244 PTRACE(6, "aquired lock");
263 PTRACE(3, "Buffer underrun for Drain " << len << " bytes");
/dports/net/opal/opal-3.10.10/src/codec/
H A Dratectl.cxx249PTRACE(4, "RateController\tOpened with rate " << m_targetBitRate << " and frame rate " << 1000 / m… in Open()
343PTRACE(4, "StandardRateController\tOpened with rate " << m_targetBitRate << " and frame rate " << … in Open()
384 PTRACE(5, "RateController\tHistory too small for frame rate control"); in CheckFrameRate()
412 PTRACE(3, "RateController\tSkipping frame to enforce frame rate"); in CheckFrameRate()
439 PTRACE(3, "RateController\tSkipping frame to enforce bit rate"); in CheckBitRate()
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323pluginmgr.cxx743 PTRACE(4,"PLUGIN\tUnable to read default options"); in PopulateMediaFormatOptions()
1267 PTRACE(6, "RTP\t" << (encode ? "> " : "< ") in CheckPacket()
1501 PTRACE(6, "H323\tFlow Control applied: "); in SetFlowControl()
1543 PTRACE(6, "H323\tCustom Video Format: "); in SetCustomLevel()
1618 PTRACE(6,"Agreed Codec Options"); in H323PluginVideoCodec()
1912 PTRACE(1, "PLUGIN\tAttempt to decode from decoder"); in WriteInternal()
1969 PTRACE(6,"PLUGIN\tIFrame Request Decoder."); in WriteInternal()
1988 PTRACE(6,"PLUGIN\tMore Frames to decode"); in WriteInternal()
2032 PTRACE(6, "PLUGIN\tWrite data to video renderer"); in RenderInternal()
3218 PTRACE(3, "H323PLUGIN\tAudio plugins disabled"); in CreateCodec()
[all …]
H A Dh323caps.cxx1050 PTRACE(4, "H323\tCapability tx frames reduced from " in OnReceivedPDU()
1055 PTRACE(4, "H323\tCapability tx frames left at " in OnReceivedPDU()
1855 PTRACE(4, "H239\tReceived Generic Request."); in OnH239GenericMessageRequest()
1878 PTRACE(4, "H239\tReceived Generic Response."); in OnH239GenericMessageResponse()
1914 PTRACE(4, "H239\tLate Acknowledge IGNORE"); in OnH239GenericMessageResponse()
1927 PTRACE(4, "H239\tReceived Generic Command."); in OnH239GenericMessageCommand()
2200 PTRACE(4,"H239\tERROR: Wrong Capability type!"); in OnReceivedPDU()
2211 PTRACE(4,"H239\tERROR: No collapsing field"); in OnReceivedPDU()
3543 PTRACE(3, "H323\tFound capability: " << table[i]); in FindCapability()
3591 PTRACE(4, "H323\tFindCapability: " << capability); in FindCapability()
[all …]
H A Dh323t140.cxx415 PTRACE(5, "H.224 handler is already receiving"); in StartReceive()
493 PTRACE(3, "RFC4103\tCreated logical channel for RFC4103"); in H323_RFC4103Channel()
506PTRACE(4,"RFC4103\tStarting RFC4103 " << (direction == H323Channel::IsTransmitter ? "Transmitter" … in Start()
512PTRACE(4,"RFC4103\tError starting " << (direction == H323Channel::IsTransmitter ? "Transmitter" : … in Start()
578 PTRACE(2, "RFC4103\tThread started."); in HandleChannel()
582 PTRACE(2, "RFC4103\tThread ended"); in HandleChannel()
644 PTRACE(3, "RFC4103\tOnSendOpenAck"); in OnSendOpenAck()
768 PTRACE(3, "RFC4103\tOnReceivedAckPDU"); in OnReceivedAckPDU()
782 PTRACE(1, "RFC4103\tNo session specified"); in OnReceivedAckPDU()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_syscall.c217 #ifdef PTRACE in trace_is_enabled()
248 #ifdef PTRACE in trace_enter()
272 #if defined(PTRACE) || defined(KDTRACE_HOOKS) in trace_exit()
289 #ifdef PTRACE in trace_exit()
/dports/net/opal/opal-3.10.10/src/rtp/
H A Dpcapfile.cxx91 PTRACE(1, "PCAPFile\tCould not read header from \"" << filename << '"'); in Open()
100 PTRACE(1, "PCAPFile\tFile \"" << filename << "\" is not a PCAP file, bad magic number."); in Open()
114PTRACE(1, "PCAPFile\tUnsupported Data Link Layer " << m_fileHeader.network << " in file \"" << fil… in Open()
127 PTRACE(2, "PCAPFile\tCould not seek beginning of \"" << GetFilePath() << '"'); in Restart()
148 PTRACE(1, "PCAPFile\tTruncated file \"" << GetFilePath() << '"'); in ReadRawPacket()
162 PTRACE(1, "PCAPFile\tTruncated file \"" << GetFilePath() << '"'); in ReadRawPacket()
205 PTRACE(2, "Truncated IP packet, expected " << totalLength << ", got " << ip.GetSize()); in GetIP()
228 PTRACE(2, "PCAPFile\tMissing IP fragment in \"" << GetFilePath() << '"'); in GetIP()
/dports/devel/ptlib/ptlib-2.10.11/src/ptclib/
H A Dpdns.cxx525 PTRACE(2,"DNS\tSRV Lookup Fail no domain " << url ); in LookupSRV()
552 PTRACE(1,"DNS\tSRV lookup failed - no domain specified"); in LookupSRV()
561 PTRACE(4,"DNS\tSRV Lookup \"" << srvLookupStr << '"'); in LookupSRV()
575 PTRACE(5,"DNS\tSRV Record found \"" << srvLookupStr << '"'); in LookupSRV()
705 PTRACE(5, "DNS\tQuery aged \"" << r->first << '"'); in Cached_DnsQuery()
722 PTRACE(5, "DNS\tSRV physical lookup \"" << key << '"'); in Cached_DnsQuery()
734 PTRACE(3, "DNS\tQuery failed: error=" << info.m_status); in Cached_DnsQuery()
736 PTRACE(6, "DNS\tQuery success: " << info.m_results); in Cached_DnsQuery()
738 PTRACE(6, "DNS\tQuery: name=\"" << PString(rec->pName) in Cached_DnsQuery()
740 PTRACE(6, "DNS\tQuery done"); in Cached_DnsQuery()
H A Dhttpclnt.cxx226 PTRACE(3, "HTTP\tRead HTTP/0.9 OK"); in ReadResponse()
398PTRACE(2, "HTTP\tIncorrect Content-Type for document: expecting " << requiredContentType << ", got… in GetTextDocument()
404 PTRACE(2, "HTTP\tRead of body failed"); in GetTextDocument()
738 PTRACE(1, "HTTP\tDigest auth does not contian digest keyword"); in Parse()
748 PTRACE(1, "HTTP\tUnknown digest algorithm " << str); in Parse()
756 PTRACE(1, "HTTP\tNo realm in authentication"); in Parse()
762 PTRACE(1, "HTTP\tNo nonce in authentication"); in Parse()
768 PTRACE(2, "HTTP\tAuthentication contains opaque data"); in Parse()
773 PTRACE(3, "HTTP\tAuthentication contains qop-options " << qopStr); in Parse()
791 PTRACE(3, "HTTP\tAdding authentication information"); in Authorise()
[all …]
H A Dpvidfile.cxx91 PTRACE(2, "VidFile\tError reading file \"" << m_file.GetFilePath() in ReadFrame()
94 PTRACE(4, "VidFile\tEnd of file \"" << m_file.GetFilePath() << '"'); in ReadFrame()
206 PTRACE(4, "VidFile\ty4m \"" << info << '"'); in ReadFrame()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/Nucleus++/
H A DNucleusSoundBite.cxx64PTRACE(2, "PSoundChannel::Open("<<(dir==Recorder?"Recording":"Playing")<<","<<numChannels<<","<<sa… in Open()
82 if(len!=8) PTRACE(0, "Asked for "<<len<<" bytes."); in Read()
133 PTRACE(2, "PSoundChannel::Close"); in Close()
/dports/net/h323plus/h323plus-1_27_2/src/h224/
H A Dh284.cxx266 PTRACE(5,"H284\tCP: " << Name() << " ignore duplicate instruction: " << id); in HandleInstruction()
469 PTRACE(6,"H284\tP: " << sz << " found " << ControlIDAsString(id)); in OnReceivedExtraCapabilities()
474PTRACE(6,"H284\tP: " << sz << " skip " << id << " (" << ControlIDAsString(id) << ") step " << step… in OnReceivedExtraCapabilities()
504 PTRACE(4,"H284\tAdd COntrol Point " << ControlIDAsString(id)); in OnAddControlPoint()
519PTRACE(4,"H284\tInstruction Rec'd " << ControlIDAsString(id) << " action " << action << " " << val… in ReceiveInstruction()
527PTRACE(4,"H284\tInstruction for " << ControlIDAsString(id) << " ignored as no remote support"); in SendInstruction()
534PTRACE(4,"H284\tInstruction Sent " << ControlIDAsString(id) << " action " << action << " " << valu… in SendInstruction()
H A Dt140.cxx182 PTRACE(4,"T140\tSend Backspace"); in SendBackSpace()
192 PTRACE(4,"T140\tSend NewLine"); in SendNewLine()
202 PTRACE(4,"T140\tSend Chars " << text); in SendCharacter()
H A Dh224.cxx404 PTRACE(5, "H.224 handler is already receiving"); in StartReceive()
554 PTRACE(3, "Received H.224 frame with non-broadcast address"); in OnReceivedFrame()
563 PTRACE(5, "H224\tReceived frame for ClientID " << clientID); in OnReceivedFrame()
678 PTRACE(3, "H224\tFailed to encode H.224 frame"); in TransmitFrame()
693 PTRACE(3, "H224\tFailed to write encoded H.224 frame"); in TransmitFrame()
695 PTRACE(3, "H224\tEncoded H.224 frame sent"); in TransmitFrame()
762 PTRACE(3, "Decoding of H.224 frame failed"); in Main()
/dports/devel/ptlib/ptlib-2.10.11/samples/vxmltest/
H A Dmain.cxx53 PTRACE(2, "Read error 1"); in Main()
59 PTRACE(2, "Read error 2"); in Main()
67 PTRACE(2, "Write error"); in Main()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/msos/
H A Dsound_win32.cxx802 PTRACE(2, "WinSnd\tNo mixer available"); in OpenDevice()
809 PTRACE(2, "WinSnd\tFailed to get mixer info, error=" << osError); in OpenDevice()
892 PTRACE(2, "WinSnd\tRecorder: trying to find microphone now..."); in OpenDevice()
896 PTRACE(2, "WinSnd\tFailed to get mixer info, error=" << osError); in OpenDevice()
898 PTRACE(5, "WinSnd\tFfound microphone, source=" << iConn); in OpenDevice()
903 PTRACE(2, "WinSnd\tFailed to find microphone info"); in OpenDevice()
928 PTRACE(2, "WinSnd\tFailed to get mixer line mute control (" in OpenDevice()
933 PTRACE(2, "WinSnd\tFailed to get mixer line control, error=" << osError); in OpenDevice()
1028 PTRACE(3, "WinSnd\tSetting sounds buffers to " << count << " x " << size); in SetBuffers()
1511 PTRACE(5, "WinSnd\tVolume set to " << newVolume << " -> " << volume.dwValue); in SetVolume()
[all …]
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dpluginmgr.cxx88 PTRACE(4, "PLUGIN\tCannot open plugin directory " << dir); in LoadPluginDirectory()
91 PTRACE(4, "PLUGIN\tEnumerating plugin directory " << dir); in LoadPluginDirectory()
101 PTRACE(5, "PLUGIN\tChecking " << fn << " against suffix " << suffix); in LoadPluginDirectory()
154 PTRACE(4, "PLUGIN\tFailed to open " << fileName << " error: " << dll->GetLastError()); in LoadPlugin()
160 PTRACE(2, "PLUGIN\t" << fileName << " is not a PWLib plugin"); in LoadPlugin()
170 PTRACE(2, "PLUGIN\t" << fileName << " has no registration-trigger function"); in LoadPlugin()
189PTRACE(2, "PLUGIN\t" << fileName << " uses version " << version << " of the PWLIB PLUGIN API, whic… in LoadPlugin()
H A Dvideoio.cxx662 PTRACE(2, "PVidDev\tSetChannel number (" << channelNum << ") too large."); in SetChannel()
712 PTRACE(2, "PVidDev\tSetColourFormatConverter FAILED for " << newColourFormat); in SetColourFormatConverter()
718 PTRACE(3, "PVidDev\tSetColourFormatConverter success for native " << colourFormat); in SetColourFormatConverter()
805 PTRACE(1, "PVidDev\tCannot set an apropriate size to scale from."); in SetFrameSizeConverter()
820 PTRACE(1, "PVidDev\tSetFrameSizeConverter Colour converter creation failed"); in SetFrameSizeConverter()
1084 PTRACE(4,"CC\tResetting camera to default position."); in Reset()
1178 PTRACE(6, "RGB\t Constructor of PVideoOutputDeviceRGB"); in PVideoOutputDeviceRGB()
1288 PTRACE(6, "PPM\t Constructor of PVideoOutputDevicePPM"); in PVideoOutputDevicePPM()
1334 PTRACE(1, "PPMVid\tFailed to open PPM output file \"" in EndFrame()
1342 PTRACE(1, "PPMVid\tFailed to write frame data to PPM output file " << file.GetName()); in EndFrame()
[all …]
/dports/net/opal/opal-3.10.10/src/Python/ptlib/
H A DPTrace.sip109 The PTRACE(), PTRACE_BLOCK() and PTRACE_LINE() macros output trace text that
117 The #PTRACE(), #PTRACE_BLOCK() and #PTRACE_LINE() macros output trace text that
126 The #PTRACE(), #PTRACE_BLOCK() and #PTRACE_LINE() macros output trace text that
132 The #PTRACE() macro checks to see if its level is equal to or lower then the
139 The #PTRACE() macro checks to see if its level is equal to or lower then the
147 for if the trace output may be emitted. This is used by the PTRACE macro.
/dports/net/h323plus/h323plus-1_27_2/src/h235/
H A Dh235caps.cxx93 PTRACE(1, "Codec\tCannot create Security channel"); in CreateChannel()
99 PTRACE(1, "Codec\tCannot create security codec"); in CreateCodec()
170 PTRACE(1, "Codec\tCannot have Security Capability in ModeElement"); in OnSendingPDU()
234 PTRACE(4,"H235\tLOGIC ERROR No Agreed algorithms loaded!"); in OnReceivedPDU()
401 PTRACE(4, "H235RTP\tCloning Capability: " << GetFormatName()); in Clone()
573 PTRACE(4,"H235\tFailed to locate security capability " << m_secNo); in OnReceivedPDU()
795 PTRACE(3, "H235ExtRTP\tCloning Capability: " << GetFormatName()); in Clone()
939 PTRACE(4,"H235\tFailed to locate security capability " << m_secNo); in OnReceivedPDU()
1069 PTRACE(4, "H235Data\tCloning Capability: " << GetFormatName()); in Clone()
1353 PTRACE(3, "H323\tAdded Secure Capability: " << *capability); in AddSecure()
[all …]
/dports/devel/ptlib/ptlib-2.10.11/samples/httptest/
H A Dhttptest.cxx106 PTRACE(3, "HTTPTest\tStarted work on " << m_socket.GetPeerAddress()); in Work()
116PTRACE(3, "HTTPTest\tEnded work on " << m_socket.GetPeerAddress() << ", " << count << " transactio… in Work()

12345678910>>...14