/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/private.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:
97
97
    size_t raw_size;            /**< Size of raw data in bytes */
98
98
    size_t full_size;           /**< Size of raw data including the padding */
99
99
    size_t padded_size;         /**< Size of buffer for raw data, including the padding for performance */
 
100
    size_t cur_raw_size;        /**< Size of raw data in bytes */
 
101
    size_t cur_full_size;       /**< Size of raw data including the padding */
 
102
    size_t cur_padded_size;     /**< Size of buffer for raw data, including the padding for performance */
100
103
    
101
104
    size_t image_size;          /**< Size of a single image in bytes */
102
105