Displaying 14 results from an estimated 14 matches for "frame_rate".
2020 Aug 11
2
clarifying the handling of responses for virtio-rpmb
Hi,
The specification lists a number of commands that have responses:
The operation of a virtio RPMB device is driven by the requests placed
on the virtqueue. The type of request can be program key
(VIRTIO_RPMB_REQ_PROGRAM_KEY), get write counter
(VIRTIO_RPMB_REQ_GET_WRITE_COUNTER), write
(VIRTIO_RPMB_REQ_DATA_WRITE), and read (VIRTIO_RPMB_REQ_DATA_READ). A
program key or write
2020 Sep 11
0
[virtio-dev] Re: clarifying the handling of responses for virtio-rpmb
Harald Mommer <hmo at opensynergy.com> writes:
> Hello,
>
> I had my hands in a virtio RPMB device implementation the last few
> weeks. During the development process I had to apply some patches to the
> virtio RPMB driver:
>
> * Change the device id from 0xFFFF to 28
>
> * (Add some debug facilities. Needed to see the frames. Got first no
> request
2011 Jun 07
1
Celt modes
I seem to be having trouble creating correct modes for a 44100 samplerate. In reading the header file it says an even value from 64 to 512 I believe (going off memory) for the frame_rate but celt_mode_create returns a null mode. I can get it all working if I use 48000 with 480 frame_rate.
I guess in short what is the best way to calculate the optimal mode for latency.
Thanks
Mike
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
2008 May 29
0
Again, teach me speex AEC please!
.../**
* com_peterhi_Speex.c
*/
#include <speex/speex.h>
#include <speex/speex_preprocess.h>
#include <speex/speex_resampler.h>
#include "com_peterhi_Speex.h"
#define TYPE_ENCODE 1
#define TYPE_DECODE 2
#define DSP_FRAME_SIZE 160
#define ENC_FRAME_SIZE 320
#define FRAME_RATE 8000
int yes = 1;
int quality = 10;
float rate = 8000;
typedef struct {
int type;
SpeexBits bits;
void* pSt;
SpeexPreprocessState* pPre;
// Perhaps the echo state here?
} Codec;
/**
* Creates a new encoder state
*/
JNIEXPORT jint JNICALL Java_com_peterhi_Speex_encoder__(JNI...
2002 Jan 01
6
new vorbisenc behaviour
Just got around to compiling RC3 under beos and came across an
anomaly when using managed bitrates.
I haven't changed the code for the beos encoder but I now get double
the bitrates so
vorbis_encode_init(&vi,mediaFormat.u.raw_audio.channel_count,(long)mediaFormat.u.raw_audio.frame_rate , -1, 128000, -1);
now gives me vorbis files that average around 325 - 350.
Is this now the correct behavior or is it a bugette.
I noticed that oggenc still uses bitrate * 1000 but
does not say it that is per channel or not.
P.S. The beos build is broken from the rc3 tarballs, basically the li...
2004 Nov 20
0
ffmpeg2theora start and end time support
...= i;
break;
default:
break;
}
}
if (this->video_index >= 0){
vstream = this->context->streams[this->video_index];
venc = &this->context->streams[this->video_index]->codec;
vcodec = avcodec_find_decoder (venc->codec_id);
fps = (double) venc->frame_rate / venc->frame_rate_base;
if (fps > 10000)
fps /= 1000;
if (vcodec == NULL || avcodec_open (venc, vcodec) < 0)
this->video_index = -1;
this->fps = fps;
if(info.preset == V2V_PRESET_PREVIEW){
// possible sizes 384/288,320/240
int pal_width=384;
int pal_heig...
2010 Aug 07
3
C++ runtime error
...---------------------------------------------------------------------------
# * Write to console; not done every frame
#-----------------------------------------------------------------------------
def self.log_by_frame(string, sec = 5)
self.log(string) if Graphics.frame_count % (Graphics.frame_rate * sec) == 0
end
#-----------------------------------------------------------------------------
# * Find the game window and return it
#-----------------------------------------------------------------------------
def self.hwnd
if $HWND == nil
find = Win32API.new('user32'...
2005 Nov 11
0
[PATCH] icecast video preview 2
...codec");
stats_event (ogg_info->mount, "video_bitrate", NULL);
stats_event (ogg_info->mount, "video_quality", NULL);
+#ifdef WITH_PNG
+ stats_event (ogg_info->mount, "video_preview", NULL);
+#endif
stats_event (ogg_info->mount, "frame_rate", NULL);
stats_event (ogg_info->mount, "frame_size", NULL);
+
+
+#ifdef WITH_PNG
+ free_video_preview (theora -> video_preview);
+ theora_clear(&theora -> td);
+#endif
theora_info_clear (&theora->ti);
theora_comment_clear (&theora->tc);...
2005 Nov 11
2
[PATCH] icecast video preview 2
Updated version of video preview covering frame writing every 3 keyframe
and a xsl typo.
Best regards :)
kysucix
--
Make things as simple as possible, but no simpler. - Albert Einstein
2005 Nov 11
1
[PATCH] icecast video preview
Hi. Here it is my patch to put a video preview of a theora stream in
status.xsl.
I just added a:
<video-preview>1</video-preview>
parameters in icecast.xml.in that control the previewing function.
It encodes a png in $webroot/$mountname.tmp and then move it to
$webroot/$mountname.png
As for now it saves a frame every theora keyframe, which is probably
too heavy for the server but
2016 Nov 06
9
[Bug 98609] New: Firefox right click corrupted with DRI3
https://bugs.freedesktop.org/show_bug.cgi?id=98609
Bug ID: 98609
Summary: Firefox right click corrupted with DRI3
Product: Mesa
Version: unspecified
Hardware: All
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2005 Feb 21
2
theora streaming problem...
...4] DBUG stats/process_source_event new node
video_bitrate (0)
[2005-02-21 21:48:54] DBUG stats/process_source_event new node
video_quality (32)
[2005-02-21 21:48:54] DBUG stats/process_source_event new node
frame_size (320 x 240)
[2005-02-21 21:48:54] DBUG stats/process_source_event new node
frame_rate (30.00)
==> log/access.log <==
192.168.0.2 - - [21/Feb/2005:21:49:04 +0000] "SOURCE /test.ogg HTTP/1.0"
200 19 "-" "libshout/2.0" 11
==> log/error.log <==
[2005-02-21 21:49:04] DBUG source/get_next_buffer last 1109022533,
timeout 5012226834442, now 110...
2019 May 15
6
[Bug 110679] New: va-api scaling with nv50-class cards incomplete?
...'time_base' to value
'1/1000'
[graph 0 input from stream 0:0 @ 0xb006300] Setting 'pixel_aspect' to value
'1/1'
[graph 0 input from stream 0:0 @ 0xb006300] Setting 'sws_param' to value
'flags=2'
[graph 0 input from stream 0:0 @ 0xb006300] Setting 'frame_rate' to value
'25/1'
[graph 0 input from stream 0:0 @ 0xb006300] w:1280 h:720 pixfmt:yuv420p
tb:1/1000 fr:25/1 sar:1/1 sws_param:flags=2
[auto_scaler_0 @ 0xb007b40] Setting 'flags' to value 'bicubic'
[auto_scaler_0 @ 0xb007b40] w:iw h:ih flags:'bicubic' interl:0
[Par...
2016 Aug 24
19
[Bug 97462] New: Graphics deadlock "ILLEGAL_MTHD" in nouveau with mesa version 11.2.2 when visiting Google Maps with firefox 49.0b5
https://bugs.freedesktop.org/show_bug.cgi?id=97462
Bug ID: 97462
Summary: Graphics deadlock "ILLEGAL_MTHD" in nouveau with mesa
version 11.2.2 when visiting Google Maps with firefox
49.0b5
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)