代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/165852/10048964
h at91emac.h
#ifndef _AT91_EMAC_DEFINE_HEADER
#define _AT91_EMAC_DEFINE_HEADER
#define EMAC_BASE_ADDR 0xFFFBC000
#ifndef _ASMLANGUAGE
typedef struct _ETH_STAT_S
{
AT91_REG EMAC_FRA; /* Frames
www.eeworm.com/read/423262/10575802
h protos.h
#ifndef _PROTOS_H_
#define _PROTOS_H_
#include "frames.h"
void clean_parser_value(WRLSTYPE* v);
void delete_parser_value(int type,WRLSTYPE* v);
void copy_parser_value(int type,WRLSTYPE* to,
www.eeworm.com/read/444354/7613602
c ratectrl.c
#include "sim.h"
#ifdef OFFLINE_RATE_CONTROL
#include
#include
int FrameUpdateQP(int buf, int bits, int frames_left, int QP, int B,
float seconds)
{
int newQP, dQP
www.eeworm.com/read/197971/7959577
c ratectrl.c
#include "sim.h"
#ifdef OFFLINE_RATE_CONTROL
#include
#include
int FrameUpdateQP(int buf, int bits, int frames_left, int QP, int B,
float seconds)
{
int newQP, dQP
www.eeworm.com/read/146034/12683064
h audiodma.h
/*
* ======== AudioDMA.h ========
*/
#ifndef AUDIODMA_
#define AUDIODMA_
#define DMA_FRAME_SIZE 0x0400
#define BUFSIZE 0x500
#define FRAMES_PER_BLOCK 0x00020000
#define PI 3.1415927
www.eeworm.com/read/245586/12792904
c mm.c
#include "../hos.h"
void init_mm(){
int i;
// do some preparation for mm
init_mem_map();
// we assume 1st Mega (first 256 frames) is already occupied by kernel
for(i=0;i
www.eeworm.com/read/245586/12792907
2
#include "../hos.h"
void init_mm(){
int i;
// do some preparation for mm
init_mem_map();
// we assume 1st Mega (first 256 frames) is already occupied by kernel
for(i=0;i
www.eeworm.com/read/143485/12872245
js news_fader.js
var frame=50;//frame-range. standard=50
var st=30;//milliseconds between frames. standard=30
var wait=50;//value to display the full text without fade
ie4=document.all&&!document.getElementById;
n