Searched defs:bytes_total (Results 1 – 3 of 3) sorted by relevance
217 size_t bytes_total; /* Total size of the heap. */ member
572 uint32_t bytes_total = 0; in vpx_svc_dump_statistics() local
61 let bytes_total = (self.width as u64) * (self.height as u64) * (bytes_per_pixel as u64); in lazily_allocate_buffer() localVariable