diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-07-05 01:54:12 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-07-05 01:54:12 +0200 |
commit | 59a6ce037b0806e26c5d6dada2e12ea4bbe1b588 (patch) | |
tree | 679c51c7127780792ace07e7b98dea7edca77ecf /ipecamera/private.h | |
parent | 71657075c0e9991d36f640554b8f4ac4d2ae95ba (diff) | |
download | pcitool-59a6ce037b0806e26c5d6dada2e12ea4bbe1b588.tar.gz pcitool-59a6ce037b0806e26c5d6dada2e12ea4bbe1b588.tar.bz2 pcitool-59a6ce037b0806e26c5d6dada2e12ea4bbe1b588.tar.xz pcitool-59a6ce037b0806e26c5d6dada2e12ea4bbe1b588.zip |
UFO5 size estimation
Diffstat (limited to 'ipecamera/private.h')
-rw-r--r-- | ipecamera/private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipecamera/private.h b/ipecamera/private.h index 0542429..34eb99a 100644 --- a/ipecamera/private.h +++ b/ipecamera/private.h @@ -97,6 +97,9 @@ struct ipecamera_s { size_t raw_size; /**< Size of raw data in bytes */ size_t full_size; /**< Size of raw data including the padding */ size_t padded_size; /**< Size of buffer for raw data, including the padding for performance */ + size_t cur_raw_size; /**< Size of raw data in bytes */ + size_t cur_full_size; /**< Size of raw data including the padding */ + size_t cur_padded_size; /**< Size of buffer for raw data, including the padding for performance */ size_t image_size; /**< Size of a single image in bytes */ |