summaryrefslogtreecommitdiffstats
path: root/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add frame refresh to VideoCaptureDevice, and buffer pool resurrection.miu2016-03-261-2/+19
* Remove .get() on scoped_[ref]ptr<> checks for null-ness.wez2016-03-231-1/+1
* Remove iOS ifdefs in src/content.jam2016-03-211-1/+1
* Remove ui/gfx/screen_type_delegate.hscottmg2016-01-271-3/+3
* This is the second of three CLs for desktop chrome tab capture.gyzhou2016-01-141-1/+1
* Separate RenderViewHost from RenderWidgetHost, part 11: do the split.avi2016-01-051-34/+40
* Convert Pass()→std::move() in //content/browserdcheng2015-12-261-2/+3
* Switch to standard integer types in content/browser/media/.avi2015-12-251-11/+16
* cast: support cursor rendering for tab captureisheriff2015-11-101-5/+5
* Extend VideoCaptureDevice::Client::OnError() to have a tracked_objects::Locat...mcasas2015-10-301-1/+4
* mac: Remove a use of SharedMemory::GetFileDescriptor() from media/.erikchen2015-10-231-1/+1
* Separate RenderViewHost from RenderWidgetHost, part 2: public implementation.avi2015-10-161-2/+2
* Separate RenderViewHost from RenderWidgetHost, part 1: public interface.avi2015-10-151-4/+5
* The *only* client of PlatformBitmap was a video capture unit test which said ...tomhudson2015-10-141-7/+5
* Don't use base::MessageLoop::{Quit,QuitClosure} in content/ki.stfu2015-10-121-6/+8
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-251-4/+4
* ReadbackRequestCallback should not be defined as a const Callback.thestig2015-09-251-10/+11
* Remove surface_id from RenderWidget/RenderWidgetHost and friendspiman2015-09-241-6/+3
* Use DCHECK_CURRENTLY_ON in content/thestig2015-09-081-1/+1
* Merge media::VideoCapturePixelFormat with media::VideoPixelFormatemircan2015-09-011-22/+12
* Disallow lazy assignment of RenderWidgetHostImpl routing IDs.dcheng2015-08-311-9/+16
* Pass GpuMemoryBuffer backed VideoFrame from browser to renderer processesemircan2015-08-311-1/+4
* Deploying into 3 R_8 GpuMemoryBuffers for Video Capture flag kUseGpuMemoryBuf...emircan2015-08-191-2/+2
* Remove Android filter file for content_unittests.tfarina2015-08-071-12/+24
* Setup TestRenderFrameHostFactory in WebContentsVideoCaptureDeviceTest.krasin2015-08-051-0/+6
* Fullscreen tab capture: Prefer standard resolutionsmiu2015-07-301-0/+96
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-131-12/+21
* Fixed the Touchscreen.TouchEventsEnabled histogram to record the correct valu...bruthig2015-07-111-42/+9
* Remove superfluous checks in ScreenCaptureDeviceCore::AllocateAndStart()ajose2015-07-011-21/+0
* Reland: Video Capture: extract storage info from pixel format in VideoCapture...mcasas2015-06-251-3/+4
* Revert of Video Capture: extract storage info from pixel format in VideoCaptu...dcheng2015-06-241-4/+3
* Video Capture: extract storage info from pixel format in VideoCaptureFormat.mcasas2015-06-241-3/+4
* Tab Capture: Fix capture frame sizing on high-DPI systems.miu2015-06-231-115/+93
* VideoCaptureDevice::Client::Buffer remove GetType() and changes signature of ...mcasas2015-06-181-5/+4
* Move ContentVideoCaptureDeviceCore from src/content to src/mediajiajia.qin2015-06-171-1/+0
* Add VideoCaptureDevice::Client::GetBufferPoolUtilization()miu2015-06-131-0/+2
* VideoFrame: extract AccessType from StorageType, allow clients to add DmaBuf ...mcasas2015-06-121-0/+3
* Implement all resolution change policies for desktop and tab capture.miu2015-05-151-24/+234
* VideoCaptureBufferPool: Check pixel format when allocating. Provide Type in a...mcasas2015-05-051-0/+3
* Reland: VideoCapture: add support for GpuMemoryBuffer allocation and lifetime...mcasas2015-04-221-40/+44
* Revert of VideoCapture: add support for GpuMemoryBuffer allocation and lifeti...magjed2015-04-221-44/+40
* VideoCapture: add support for GpuMemoryBuffer allocation and lifetime mgmt in...mcasas2015-04-211-40/+44
* VideoCaptureBufferPool: Refactor to allow support of non-ShMem backed buffersmcasas2015-04-091-6/+4
* Reland 967793002 Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Mul...mcasas2015-03-231-0/+12
* Revert of Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Multi}Plan...perkj2015-03-231-12/+0
* Linux Video Capture: Add V4L2VideoCaptureDelegate{Single,Multi}Plane.mcasas2015-03-201-0/+12
* Add metadata to media::VideoFrame and plumb it through IPC/MediaStream.miu2015-03-031-4/+7
* Cast: Basic cast_receiver API for chrome.hubbe2015-02-251-1/+1
* VideoCaptureDevice: refactor Client::Buffer into an interfacemcasas2015-02-201-5/+17
* VideoCaptureDevice: Client and Unittests cleanupmcasas2015-02-181-9/+9