|
OpenJPH
Open-source implementation of JPEG2000 Part-15
|
Public Member Functions | |
| stores_list (ui32 available_bytes) | |
| void | restart () |
Static Public Member Functions | |
| static ui32 | eval_store_bytes (ui32 available_bytes) |
Public Attributes | |
| stores_list * | next_store |
| ui8 * | orig_data |
| ui8 * | data |
| ui32 | orig_size |
| ui32 | available |
Definition at line 263 of file ojph_mem.h.
|
inline |
Definition at line 265 of file ojph_mem.h.
References available, data, next_store, orig_data, orig_size, and stores_list().
Referenced by eval_store_bytes(), and stores_list().
|
inlinestatic |
Definition at line 277 of file ojph_mem.h.
References stores_list().
Referenced by ojph::mem_elastic_allocator::allocate().
|
inline |
Definition at line 271 of file ojph_mem.h.
References available, data, next_store, orig_data, and orig_size.
| ui32 ojph::mem_elastic_allocator::stores_list::available |
Definition at line 283 of file ojph_mem.h.
Referenced by restart(), and stores_list().
| ui8 * ojph::mem_elastic_allocator::stores_list::data |
Definition at line 282 of file ojph_mem.h.
Referenced by restart(), and stores_list().
| stores_list* ojph::mem_elastic_allocator::stores_list::next_store |
Definition at line 281 of file ojph_mem.h.
Referenced by restart(), and stores_list().
| ui8* ojph::mem_elastic_allocator::stores_list::orig_data |
Definition at line 282 of file ojph_mem.h.
Referenced by restart(), and stores_list().
| ui32 ojph::mem_elastic_allocator::stores_list::orig_size |
Definition at line 283 of file ojph_mem.h.
Referenced by restart(), and stores_list().