代码搜索结果
找到约 10,000 项符合
Video 的代码
video-buf.h
/*
* generic helper functions for video4linux capture buffers, to handle
* memory management and PCI DMA. Right now bttv + saa7134 use it.
*
* The functions expect the hardware being able to scat
video_buffer.v
module video_buffer
(
input [(8-1):0] data_a,
input [(8-1):0] data_b,
input [(10-1):0] addr_a,
input [(10-1):0] addr_b,
input we_a,
input we_b,
input clk,
output reg [(8-1):0] q_a,
ou