Displaying 9 results from an estimated 9 matches for "153600".
2019 Oct 18
1
OPUS Packet Size
...t (OPUS) can also combine multiple frames into packets of up to 120 ms.
(for me this means 6 Frames. Each is 20 ms)
so if I the VoIP Device support FB OPUS the and Sampling Rate is 48000
Sample per a Second (1000 ms), then that means the Frame has 9600 samples.
9600 samples * 16 bit (bit-depth) = 153600 bit per a Frame => 19200 Byte
per a Frame
19200 Byte per a Frame * 6 Frames in a Packet (longest Packet) = 115200
Byte per a Packet.
are the 15200 Bytes normally compressed ?
once again, I am trying to find out how could the packet size of OPUS be
calculated
thanks in advance for your help...
2005 Mar 07
0
Re: [linux-cifs-client] Mounting directories below share level
...ting problems, probably from my own
lack of knowledge.
If I do:
root@ma:~# mount -t smb -o username=test //time.cfs/usershare1$ /mnt
Password:
root@ma:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
.. other file systems ..
//time.cfs/usershare1$
153600 1200 152400 1% /mnt
root@ma:~# ls /mnt
ls: /mnt: Permission denied
root@ma:~#
but if I do (after umount /mnt):
root@ma:~# mount -t cifs -o user=test //time.cfs/usershare1$ /mnt
Password:
mount error 20 = Not a directory
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
root@m...
2009 May 06
7
Quota over NFS
...quota' on the console works just fine, that means that rpc.rquotad
is running smoothly.
# quota USER
> Disk quotas for user coutinho (uid 1191):
> Filesystem blocks quota limit grace files quota limit
> grace
> home.mail:/home
> 166264* 102400 153600 3013 0
> 0
>
Thanks in advance for you help.
--
Fl?vio Coutinho da Costa
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dovecot-login.log
Type: text/x-log
Size: 2988 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/doveco...
2020 Mar 12
0
[RFC for Linux] virtio_balloon: Add VIRTIO_BALLOON_F_THP_ORDER to handle THP spilt issue
...ePages:
> AnonHugePages: 976896 kB
>
> (qemu) device_add virtio-balloon-pci,id=balloon1
> (qemu) info balloon
> balloon: actual=1024
> (qemu) balloon 624
> (qemu) info balloon
> balloon: actual=624
>
> cat /proc/meminfo | grep AnonHugePages:
> AnonHugePages: 153600 kB
>
> THP number decreased more than 800M.
> The reason is usemem with punch-holes option will free every other page
> after allocation. Then 400M free memory inside the guest kernel is
> fragmentation pages.
> The guest kernel will use them to inflate the balloon. When these...
2009 Sep 22
1
[PATCH] edit-livecd in python
This is the second generation of the edit-livecd tool that replaces our
original bash script with a python version and aims to reuse as much as
the livecd-creator libraries as possible. The main reason for the new
creator class is to avoid the need for a kisckstart file in order to
edit an existing livecd image.
edit-livecd is useful for people who don't have the development and yum
2020 Mar 12
2
[RFC for Linux] virtio_balloon: Add VIRTIO_BALLOON_F_THP_ORDER to handle THP spilt issue
...ePages:
> AnonHugePages: 976896 kB
>
> (qemu) device_add virtio-balloon-pci,id=balloon1
> (qemu) info balloon
> balloon: actual=1024
> (qemu) balloon 624
> (qemu) info balloon
> balloon: actual=624
>
> cat /proc/meminfo | grep AnonHugePages:
> AnonHugePages: 153600 kB
>
> THP number decreased more than 800M.
> The reason is usemem with punch-holes option will free every other page
> after allocation. Then 400M free memory inside the guest kernel is
> fragmentation pages.
> The guest kernel will use them to inflate the balloon. When these...
2020 Mar 12
2
[RFC for Linux] virtio_balloon: Add VIRTIO_BALLOON_F_THP_ORDER to handle THP spilt issue
...ePages:
> AnonHugePages: 976896 kB
>
> (qemu) device_add virtio-balloon-pci,id=balloon1
> (qemu) info balloon
> balloon: actual=1024
> (qemu) balloon 624
> (qemu) info balloon
> balloon: actual=624
>
> cat /proc/meminfo | grep AnonHugePages:
> AnonHugePages: 153600 kB
>
> THP number decreased more than 800M.
> The reason is usemem with punch-holes option will free every other page
> after allocation. Then 400M free memory inside the guest kernel is
> fragmentation pages.
> The guest kernel will use them to inflate the balloon. When these...
2016 Mar 11
16
[PATCH 00/16] clk/gm20b: add basic driver
This series does some refactoring in the GK20A's volt and clk drivers
(fixing a few things while we are at it) to let GM20B benefit from the
GK20A's logic with which it is compatible.
GM20B is capable of more sophisticated (and power-efficient) reclocking
which will follow later. Even after this more fancy reclocking is merged,
the present logic will remain used in the lowest speedo of
2016 Jun 01
15
[PATCH 00/15] clk/tegra: improve code and add DFS support
This series adds support for GM20B PLL's Maxwell features, namely glitchless
switch and (more importantly) DFS support. DFS lets the PLL lower its output
speed according to input current variations, making the clock more stable and
allowing it to run safely at lower voltage.
All GM20B additions are done in the last patch, which consequently ends up
being considerably big ; fortunately, it