search for: kelvin

Displaying 20 results from an estimated 180 matches for "kelvin".

2009 Dec 30
4
[PATCH 1/3] nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped
- This avoids problematic "reloc'ed while mapped" messages and some associated corruption as well. Signed-off-by: Maarten Maathuis <madman2003 at gmail.com> --- src/gallium/drivers/nouveau/nouveau_screen.c | 21 +++++++++++++++++++++ src/gallium/drivers/nouveau/nouveau_screen.h | 3 +++ src/gallium/drivers/nouveau/nouveau_stateobj.h | 13 +++++++++++++
2015 Mar 04
2
adaptive bandwidth
...during initialization of encoder right? Question is, if connection gets too lossy, how will opus adapt to it? Can it automatically shift bitrate down to minimize impact? Mark from IRC suggests that the app has to be aware of the losses and change it on the fly. Has anybody on the list tried this? Kelvin Chua On Wed, Mar 4, 2015 at 5:53 PM, Dragos Oancea <droancea at yahoo.com> wrote: > Hi Kelvin, > > You can use something like : > opus_encoder_ctl(enc,OPUS_SET_BITRATE(bitrate)); > opus_encoder_ctl(enc,OPUS_SET_MAX_BANDWIDTH(bandpass)); > bandpass is the audio bandpass , e...
2012 Sep 25
1
mapping data from table to .csv template
...n backet as file name (for instance AC_WHIRR-117). As for table above, it should create two new files name as AC_WHIRR-117and AC_WHIRR-123. sample .csv template (AC_template.csv) is as below: Adrian.Cole Patrick.Hunt Andrei.Savu Bruno.Dumon Edward.J..Yoon Eugene.Koontz Jakob.Homan Kelvin.Kakugawa Tom.White Adrian Cole 0 0 0 0 0 0 0 0 0 Patrick Hunt 0 0 0 0 0 0 0 0 0 Andrei Savu 0...
2016 Aug 28
0
[PATCH] gr/nv3x: add 0x0597 kelvin 3d class support
...b/drm/nouveau/nvkm/engine/gr/nv30.c @@ -187,6 +187,7 @@ nv30_gr = { { -1, -1, 0x038a, &nv04_gr_object }, /* ifc (nv30) */ { -1, -1, 0x039e, &nv04_gr_object }, /* swzsurf (nv30) */ { -1, -1, 0x0397, &nv04_gr_object }, /* rankine */ + { -1, -1, 0x0597, &nv04_gr_object }, /* kelvin */ {} } }; diff --git a/drm/nouveau/nvkm/engine/gr/nv34.c b/drm/nouveau/nvkm/engine/gr/nv34.c index 300f5ed..e7ed04b 100644 --- a/drm/nouveau/nvkm/engine/gr/nv34.c +++ b/drm/nouveau/nvkm/engine/gr/nv34.c @@ -123,6 +123,7 @@ nv34_gr = { { -1, -1, 0x0389, &nv04_gr_object }, /* sifm (nv30...
2015 Mar 04
2
adaptive bandwidth
...> to network conditions. For example, many WebRTC implementations do not > adjust the opus bitrate, because it is small in comparison to the video > bitrate. However, opus itself does support continuously varying the > bitrate over a wide range. > > On Tue, Mar 3, 2015, 12:58 AM Kelvin Chua <kelchy at gmail.com> wrote: > >> Hi guys, >> >> I have been reading a lot about the "adaptiveness" of opus and i quote: >> >> ... can still change, e.g. to adapt to changing network conditions. >> useinbandfec ... >> >> can so...
2003 Sep 07
7
how to connect 2 TE410P
hi guys, do you have any suggestions on how to connect 2 TE410P via E1? (for simulation and testing purposes) asterisk1 --> TE410P ----> ? ---------> ? ---->TE410P -->asterisk2 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030907/698cd499/attachment.htm
2015 Jul 08
2
Samba 4 - disabling SSLv3 to mitigate POODLE effects
Thanks Kelvin I'm a bit confised tho, is this patch already avaiable? if yes, what is the parameter that disable ssl into the smb.conf? Maybe the guys from Enterprise samba have already included the patch into their releases so it's just a maatter of enabling the flag. I'm using sernet-samba-4.2.2...
2016 May 19
2
Completely Disable NTLM on Samba4
Thanks. I already request as below. https://bugzilla.samba.org/show_bug.cgi?id=11923 -----Original Message----- From: Jeremy Allison [mailto:jra at samba.org] Sent: Thursday, May 19, 2016 2:54 AM To: Kelvin Yip <kelvin at icshk.com> Cc: samba at lists.samba.org Subject: Re: [Samba] Completely Disable NTLM on Samba4 On Wed, May 18, 2016 at 05:15:40PM +0800, Kelvin Yip wrote: > Dear all, > > > > May I know if there is any way to completely disable NTLM and NTLM V2 > on >...
2003 Oct 09
1
5 second latency sip to oh323
...atency----------------> <------------------------audio path ok------------------------------- here is the output of the "show channels" H323:19742 (voip s 1 ) Up Bridged Call SIP/kelvin-6952 SIP/kelvin-6952 (voip 2010 1 ) Up Dial OH323/H323:2010@10.17.0.2|25|mt the problem only exists in transferred calls any info would be appreciated thanks =) ~kelvin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.di...
2015 Mar 04
0
adaptive bandwidth
Hi Kelvin, The audio bandpass setting is only configurable when the encoder is instantiated (eg: start of a Voip call ) , but you can change the bitrate anytime.For example if you can read incoming RTCP packets , you can check if there's reported packet loss , and then lower the bitrate accordingly.Yes,...
2012 Sep 26
1
Write table with data in other .csv template
...Adrian.Cole = c(0L, 0L, 0L, 0L, 0L, 0L), Alison.Wong = c(0L, 0L, 0L, 0L, 0L, 0L), Andrei.Savu = c(0L, 0L, 0L, 0L, 0L, 0L), Bruno.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L, 0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L, 0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa = c(0L, 0L, 0L, 0L, 0L, 0L), Kirk.True = c(0L, 0L, 0L, 0L, 0L, 0L ), Lars.George = c(0L, 0L, 1L, 0L, 0L, 0L), Soren.Macbeth = c(0L, 0L, 1L, 0L, 0L, 0L), Stu.Hood = c(0L, 0L, 0L, 0L, 0L, 0L), Tibor.Kiss = c(0L, 0L, 0L, 0L, 0L, 0L), Tom.White = c(0L, 0L, 1L, 0L, 0L, 0L), Unassigned =...
2012 May 30
5
problem with ifelse
....2)? v<-c(0,m,999)? y<-function(t,v){ ? z<-numeric(length(t (( ? ? s<-numeric(length(t (( ? ? ? for(i in 1:length(t)){ ? ? ? ? for(j in 1:length(v-1))? ? ? ? ? { ifelse ((t[i]>v[j] & t< v[j+1] ),{z[i]<-v[j];s[i]<-v[j+1]},NA)}}? ? ? ? return(cbind(z,s))}? y(t,v) Chris Kelvin Institute for Mathematical Research UPM
2020 Apr 14
5
Represent Fortran alias information in LLVM IR
...ires a flattened set of metadata nodes. A hierarchical representation can reduce memory footprint. With these findings, we would like to start a thread to discuss how to express Fortran alias in LLVM IR. Any comments and information regarding any previous approaches are welcome. Thanks, Kelvin Li Tarique Islam -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200414/1486cc58/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: Fortran alias...
2016 May 18
2
Completely Disable NTLM on Samba4
...onnect to samba4 server using their password. On Windows, there are a Security Settings to do this (Local Policies -> Security Options -> Network Security: Restrict NTLM: Incoming NTLM Traffic) Already tried "ntlm auth = No", but it cannot achieve the purpose. Thanks. Best, Kelvin Yip
2003 Jul 24
2
audiocodes fxs
hi guys, have anybody tried using audiocodes sip fxs against asterisk? how's the device fairing? ~kelvin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030725/ae4b2f25/attachment.htm
2015 Jul 09
1
Samba 4 - disabling SSLv3 to mitigate POODLE effects
...T Services Dublin, Phone & FAX: +353 1 815 2236, eMail: mariopiorusso at ie.ibm.com IBM Ireland Product Distribution Limited registered in Ireland with number 92815. Registered Office: IBM House, Shelbourne Road, Ballsbridge, Dublin 4 (Embedded image moved to file: pic12108.gif) From: "Kelvin Yip" <kelvin at icshk.com> To: Mario Pio Russo/Ireland/IBM at IBMIE Cc: samba at lists.samba.org, samba-bounces at lists.samba.org Date: 09/07/2015 02:55 Subject: Re: [Samba] Samba 4 - disabling SSLv3 to mitigate POODLE effects Sent by: "samba" <samba-bounces at...
2003 Sep 17
2
help jeremy
....2 10.17.0.2 is my callmanager i noticed from network dumps that instead of sending rtp to the ip phone, * sends it to 10.17.0.2! thereby causing no audio from * to ip phone. audio from ip phone to * is ok. only callmanager calls fail. netmeeting works ok... here is the debug, thanks for any info ~kelvin H323 debug enabled -- Executing Dial("SIP/kelvin-a8bc", "H323/2010@10.17.0.2") in new stack -- Making call to 2010@10.17.0.2. == New H.323 Connection created. -- root is calling host 2010@10.17.0.2 -- Call token is ip$localhost/18913 -- Cal...
2010 Mar 19
2
confbridge not working?
...2] ConfBridge("SIP/109-b877a8c8", "conf") in new stack [Mar 19 03:16:33] ERROR[2294]: app_confbridge.c:434 join_conference_bridge: Conference bridge '521' could not be created. dial plan: exten => _52X,1,Answer() exten => _52X,n,ConfBridge(${EXTEN}) Thanks, Kelvin
2010 Jun 24
3
(KVM) How can I migrate VM in a non shared storage environment?
Hi, I have a server running CentOS 5.5 with KVM capabilities. I need to migrate all the VMs to another server with the exact same hardware specs. The problem is it is running on individual harddisks, not shared storage. What is the best way to migrate to minimise downtime? Thanks! YongSan -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Apr 06
1
Extracting windows from time series
Dear R Users Thanks for the help in advance and lets get straight to the problem: I have a 400 year long temperature time series and I am looking for decades that show a linear trend decrease of approximately -0.1 Kelvin or degrees. --> What I would like to program: A loop/function / command line that prints the values of all the trends (can also be overlapping) into a matrix that could have the following structure : Year 1 (of Trend1) Year 2 ( ... 2) Year 3 ..... ..... ..... Tre...