代码搜索结果
找到约 10,000 项符合
Video 的代码
dvdtdcod.h
/*++
Copyright (c) 1998 Microsoft Corporation
Module Name:
DvdTDCod.H
Abstract:
API definitions for Master Decoder HW routines library "DvdTDcod.lib"
DvdTDCod.lib itsel
jpeg_mjpeg_callbacks.c
/*****************************************************************************
Copyright (c) 2006 Analog Devices, Inc. All Rights Reserved.
This software is proprietary and confidential to Anal
nvram.c
#include
#include "common.h"
#include "Struct.h"
#include "system.h"
#include "NVRam.h"
#include "TW10xReg.h"
#include "TwoWire.h"
#include "KeyPad.h"
#include "Video.h"
#include "g
main.c
#include
#define _MAIN_
#include "..\inc\public2.h"
#include "..\inc\OSD_Table.h"
extern code unsigned int Fp_Table[403];
extern BYTE RegB,RegC,RegE;
code BYTE MainMenu
main.c.bak
#include
#define _MAIN_
#include "..\inc\public2.h"
#include "..\inc\OSD_Table.h"
extern code unsigned int Fp_Table[403];
extern BYTE RegB,RegC,RegE;
code BYTE MainMenu
main.lst
C51 COMPILER V7.50 MAIN 12/14/2006 10:36:36 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN .\
readme_rm52j.txt
rm52j版本修改处:
1. picture_distance的计算
编码端:将picture_distance的计算移至init_frame()中;
解码端:int calculate_distance(int blkref, int fw_bw ) in macroblock.c
将用于计算DistanceIndex 和 BlockDistance
jpegvideosource.hh
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
jpegvideosource.hh
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
spcacompat.h
#ifndef SPCA_COMPAT_H
#define SPCA_COMPAT_H
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 24)
static inline void * video_get_drvdata(struct video_device *vdev)
{
return vdev->priv;
}
stati