代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/350843/10706554
h ratecontrol_new.h
#ifndef _RATE_CONRTROL_
#define _RATE_CONRTROL_
typedef struct
{
int rtn_quant;
long long frames;
long long total_size;
int framerate;
int target_rate;
short max_quant;
short min_quant;
long l
www.eeworm.com/read/419857/10833752
h camera.h
/*
* camera.h
*
* Created on: 6-Jul-08
* Author: root
*/
#ifndef CAMERA_H_
#define CAMERA_H_
#include
#define MAX_OPENS 1
#define MAX_NUM_FRAMES 15
//#define CAMIF_MAX
www.eeworm.com/read/419856/10833795
h camera.h
/*
* camera.h
*
* Created on: 6-Jul-08
* Author: root
*/
#ifndef CAMERA_H_
#define CAMERA_H_
#include
#define MAX_OPENS 1
#define MAX_NUM_FRAMES 15
//#define CAMIF_MAX
www.eeworm.com/read/246704/12709157
c ircode_svcd30.c
#include "user_init.h"
#include "global.h"
#include "ircode.h"
#include "irconfig.h"
#if 1 // test by chichang for DVD_N700
const BYTE ir_mapcode[]=
{
IRC_TIME, IRC_9FRAMES, IRC_
www.eeworm.com/read/245586/12792915
h mm.h
#define PGSIZE (4*1024) // 4K byte page
#define MAXPGFRAME 1024 // handle upto 4M RAM which is 1K page frames
#define MAXDIR 1024 // max num of dir's per process. each dir can cover
www.eeworm.com/read/111374/6155469
h timer.h
#ifndef _ENCORE_TIMER_H
#define _ENCORE_TIMER_H
#if defined(_PROFILING_)
#include "../portab.h"
uint64_t count_frames;
extern void start_timer();
extern void start_global_timer();
extern void stop
www.eeworm.com/read/100127/6274147
py burstcapt.py
import sys
import sv, SV
import gl, GL, DEVICE
def main():
format = SV.RGB8_FRAMES
requestedwidth = SV.PAL_XMAX
queuesize = 30
if sys.argv[1:]:
queuesize = eval(sys.argv[1])
v = sv.OpenVideo(
www.eeworm.com/read/482852/6614764
htm 14-39.htm
滚动控制Scroll Controller
function scrollFunction(x,y) {
parent.frames[0].scroll(x,y)
//亦可直接用上框架的名字写成:parent.display.scroll(x,y)
}
fun