/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to ipecamera/reader.h

  • Committer: Suren A. Chilingaryan
  • Date: 2012-07-04 23:54:12 UTC
  • Revision ID: csa@dside.dyndns.org-20120704235412-ozpqr63e9ve2omjp
UFO5 size estimation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _IPECAMERA_READER_H
2
2
#define _IPECAMERA_READER_H
3
3
 
 
4
int ipecamera_compute_buffer_size(ipecamera_t *ctx, size_t lines);
 
5
 
4
6
void *ipecamera_reader_thread(void *user);
5
7
 
6
8
#endif /* _IPECAMERA_READER_H */