summaryrefslogtreecommitdiffstats
path: root/content/browser/media/capture/desktop_capture_device_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add frame refresh to VideoCaptureDevice, and buffer pool resurrection.miu2016-03-261-1/+10
* Remove .get() on scoped_[ref]ptr<> checks for null-ness.wez2016-03-231-1/+1
* Cleanup: Remove double semicolons.thestig2016-01-041-2/+3
* Convert Pass()→std::move() in //content/browserdcheng2015-12-261-12/+10
* Switch to standard integer types in content/.avi2015-12-251-0/+1
* Switch to standard integer types in content/browser/media/.avi2015-12-251-11/+14
* Extend VideoCaptureDevice::Client::OnError() to have a tracked_objects::Locat...mcasas2015-10-301-7/+9
* Merge media::VideoCapturePixelFormat with media::VideoPixelFormatemircan2015-09-011-15/+10
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-131-10/+16
* Reland: Video Capture: extract storage info from pixel format in VideoCapture...mcasas2015-06-251-2/+6
* Revert of Video Capture: extract storage info from pixel format in VideoCaptu...dcheng2015-06-241-6/+2
* Video Capture: extract storage info from pixel format in VideoCaptureFormat.mcasas2015-06-241-2/+6
* Add VideoCaptureDevice::Client::GetBufferPoolUtilization()miu2015-06-131-0/+2
* Implement all resolution change policies for desktop and tab capture.miu2015-05-151-32/+108
* Reland: VideoCapture: add support for GpuMemoryBuffer allocation and lifetime...mcasas2015-04-221-7/+21
* Revert of VideoCapture: add support for GpuMemoryBuffer allocation and lifeti...magjed2015-04-221-21/+7
* VideoCapture: add support for GpuMemoryBuffer allocation and lifetime mgmt in...mcasas2015-04-211-7/+21
* VideoCaptureBufferPool: Refactor to allow support of non-ShMem backed buffersmcasas2015-04-091-1/+1
* Reland 967793002 Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Mul...mcasas2015-03-231-0/+10
* Revert of Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Multi}Plan...perkj2015-03-231-10/+0
* Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Multi}Plane.mcasas2015-03-201-0/+10
* Add metadata to media::VideoFrame and plumb it through IPC/MediaStream.miu2015-03-031-2/+1
* VideoCaptureDevice: Client and Unittests cleanupmcasas2015-02-181-6/+6
* Pack the frame if it's not tightly packed, which happens with CroppingWindowC...jiayl2014-12-041-3/+160
* Remove last remaining overrides for SetMouseCursorMonitor.wez2014-11-141-4/+3
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-15/+8
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-171-4/+2
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-171-1/+1
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-061-5/+5
* Use content::RunBlockingPoolTask() in tests.mtomasz2014-09-151-2/+5
* Clarify resolution change behaviors of video capture deviceshclam2014-09-131-3/+0
* Cleanup DesktopCaptureDevice to call ReleaseDC() on the right thread.sergeyu@chromium.org2014-07-281-15/+2
* Fix DesktopCaptureDeviceTest to shutdown worker poolsergeyu@chromium.org2014-07-221-11/+10
* Enables using the magnification API for screen capturing on Windows under a F...jiayl@chromium.org2014-05-091-20/+23
* Adds UMA histograms for desktop capture device.jiayl@chromium.org2014-04-281-3/+6
* Implement IPCs and VideoCapture::Client interfaces for texture capturesheu@chromium.org2014-02-281-22/+18
* Fixit: Move tab and desktop capture code to new location.miu@chromium.org2014-02-251-0/+287