Displaying 1 result from an estimated 1 matches for "iframecounter".
Did you mean:
framecounter
2006 Oct 06
0
V4L + Theora small app...
...---------------------------- */
int iVideoX = 0;
int iVideoY = 0;
int iFrameOffsetX = 0;
int iFrameOffsetY = 0;
int iVideoFPSnum = 25; /* FPS 12.5 */
int iVideoFPSden = 2;
int iVideoAspNum = 1;
int iVideoAspDen = 1;
int iVideoBitrate = 400000;
int iVideoQuality = 15;
int iFrameCounter;
unsigned char* ucYUVframe = NULL;
FILE* pfOGGclip = NULL;
ogg_stream_state tOGGstreamState;
ogg_page tOGGpage;
ogg_packet tOGGpacket;
theora_state tTheoraState;
theora_info tTheoraInfo;
theora_comment tTheoraComment;
yuv_buffer...