/alps/ipecamera

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to dma/nwl.c

  • Committer: Suren A. Chilingaryan
  • Date: 2011-12-12 04:45:35 UTC
  • Revision ID: csa@dside.dyndns.org-20111212044535-6no1q7g230i8uvlv
multithread preprocessing of ipecamera frames and code reorganization

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
pcilib_dma_context_t *dma_nwl_init(pcilib_t *pcilib, pcilib_dma_modification_t type, void *arg) {
78
78
    int i;
79
79
    int err;
80
 
    uint32_t val;
81
80
    pcilib_dma_engine_t n_engines;
82
81
 
83
82
    pcilib_model_description_t *model_info = pcilib_get_model_description(pcilib);
128
127
}
129
128
 
130
129
void  dma_nwl_free(pcilib_dma_context_t *vctx) {
131
 
    int err;
132
 
    
133
 
    pcilib_dma_engine_t i;
134
130
    nwl_dma_t *ctx = (nwl_dma_t*)vctx;
135
131
 
136
132
    if (ctx) {