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

  /external/chromium_org/media/base/
audio_fifo.cc 64 const int source_size = source->frames(); local
65 CHECK_LE(source_size + frames(), max_frames_);
71 GetSizes(write_pos_, max_frames(), source_size, &append_size, &wrap_size);
89 Atomic32 new_frames_pushed = frames_pushed_ + source_size;
93 write_pos_ = UpdatePos(write_pos_, source_size, max_frames());
  /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).
  /external/chromium_org/remoting/client/
rectangle_update_decoder.cc 69 SkISize source_size = SkISize::Make(packet->format().screen_width(), local
71 if (source_size_ != source_size) {
72 source_size_ = source_size;
  /external/chromium_org/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).
  /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).
  /external/chromium_org/chrome/browser/history/
select_favicon_frames.cc 39 int source_size) {
48 int shift = (desired_size - source_size) / 2;
49 SkRect dest(SkRect::MakeXYWH(shift, shift, source_size, source_size));
103 int source_size = static_cast<int>(16 * scale + 0.5f); local
105 if (candidate_sizes[i].width() == source_size &&
106 candidate_sizes[i].height() == source_size) {
114 if (candidate_sizes[i].width() * scale == source_size &&
115 candidate_sizes[i].height() * scale == source_size) {
  /external/chromium_org/chrome/renderer/
mock_printer.cc 46 uint32 source_size,
48 : source_size_(source_size),
51 source_data_.reset(new uint8[source_size]);
53 memcpy(source_data_.get(), source_data, source_size);
283 uint32 source_size = pages_[page]->source_size(); local
285 source_size);
mock_printer.h 31 uint32 source_size,
37 uint32 source_size() const { return source_size_; } function in class:MockPrinterPage
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 225 size_t source_size = source_data->size(); local
228 sp<MemoryHeapBase> newMemoryHeap = new MemoryHeapBase(source_size);
229 sp<MemoryBase> newMemory = new MemoryBase(newMemoryHeap, 0, source_size);
230 memcpy(newMemory->pointer(), source_pointer, source_size);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 1319 gfx::Size source_size = local
    [all...]

Completed in 402 milliseconds