代码搜索结果

找到约 10,000 项符合 Video 的代码

video_gx.c

/* * Geode GX video processor device. * * Copyright (C) 2006 Arcom Control Systems Ltd. * * Portions from AMD's original 2.4 driver: * Copyright (C) 2004 Advanced Micro Devices, Inc. *

video_encoder.h

#ifndef _LINUX_VIDEO_ENCODER_H #define _LINUX_VIDEO_ENCODER_H struct video_encoder_capability { /* this name is too long */ __u32 flags; #define VIDEO_ENCODER_PAL 1 /* can encode PAL signal */ #defi

video_output.h

/* * * Copyright (C) 2006 Luming Yu * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * This program is free software; you can redistribute

video_decoder.h

#ifndef _LINUX_VIDEO_DECODER_H #define _LINUX_VIDEO_DECODER_H #define HAVE_VIDEO_DECODER 1 struct video_decoder_capability { /* this name is too long */ __u32 flags; #define VIDEO_DECODER_PAL 1 /*

video_extension.txt

ACPI video extensions ~~~~~~~~~~~~~~~~~~~~~ This driver implement the ACPI Extensions For Display Adapters for integrated graphics devices on motherboard, as specified in ACPI 2.0 Specification, Appe

video-codecs.txt

The work has been based on the RV30 codec, but since RV20 has the same interface, it might work for it as well. error codes (the software uses redmond originated error codes) 1. internal code (1-

video_def.h

/* * include/video_def.h for Linux . * * This file defines video_def micro-definitions for user. * History: * 10-April-2006 create this file */ #ifndef _VIDEO_DEF_H #define _

video7.c

#include #include #include #define V7_UNKNOWN 0x0000 #define V7_VEGA 0x0010 #define V7_208_13 0x0020 #define V7_208A 0x0040 #define V7

video-scenario.tcl

# # A wireless lan scenario with video/cbr traffic over udp # # # defaults set num_nodes 6 ;# number of mobilenodes in the scenario set blocking_factor 1 ;# default blocking factor set transpo