HomeSort by relevance Sort by last modified time
    Searched refs:source_size (Results 1 - 6 of 6) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
blockhash.h 123 BlockHash(const char* source_data, size_t source_size, int starting_offset);
357 size_t source_size() { return source_size_; } function in class:open_vcdiff::BlockHash
368 // to calling AddAllBlocksThroughIndex(source_data + source_size).
blockhash.cc 29 size_t source_size,
32 source_size_(source_size),
222 int last_legal_hash_index = static_cast<int>(source_size() - kBlockSize);
  /external/open-vcdiff/src/
blockhash.h 123 BlockHash(const char* source_data, size_t source_size, int starting_offset);
357 size_t source_size() { return source_size_; } function in class:open_vcdiff::BlockHash
368 // to calling AddAllBlocksThroughIndex(source_data + source_size).
blockhash.cc 30 size_t source_size,
33 source_size_(source_size),
223 int last_legal_hash_index = static_cast<int>(source_size() - kBlockSize);
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 221 size_t source_size = source_data->size(); local
224 sp<MemoryHeapBase> newMemoryHeap = new MemoryHeapBase(source_size);
225 sp<MemoryBase> newMemory = new MemoryBase(newMemoryHeap, 0, source_size);
226 memcpy(newMemory->pointer(), source_pointer, source_size);
  /external/chromium/net/base/
gzip_filter_unittest.cc 117 int CompressAll(EncodeMode mode, const char* source, int source_size,
138 zlib_stream.avail_in = source_size;

Completed in 266 milliseconds