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

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool.h 93 size_t GetMemorySize() const;
video_capture_buffer_pool.cc 30 if (!buffer->shared_memory.CreateAndMapAnonymous(GetMemorySize()))
110 size_t VideoCaptureBufferPool::GetMemorySize() const {
131 if (static_cast<size_t>(size.GetArea() * 3 / 2) != GetMemorySize())
video_capture_buffer_pool_unittest.cc 27 ASSERT_EQ(460800u, pool->GetMemorySize());
video_capture_controller.cc 649 buffer_pool_->GetMemorySize(),
  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.h 66 int64 GetMemorySize();
systeminfo_unittest.cc 125 LOG(LS_INFO) << "MemorySize: " << info.GetMemorySize();
126 EXPECT_GT(info.GetMemorySize(), -1);
systeminfo.cc 372 int64 SystemInfo::GetMemorySize() {

Completed in 235 milliseconds