Home
last modified time | relevance | path

Searched defs:captureFrame (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptCanvasModule.cpp97 void InjectedScriptCanvasModule::captureFrame(ErrorString* errorString, TraceLogId* traceLogId) in captureFrame() function in blink::InjectedScriptCanvasModule
DInspectorCanvasAgent.cpp142 void InspectorCanvasAgent::captureFrame(ErrorString* errorString, const FrameId* frameId, TraceLogI… in captureFrame() function in blink::InspectorCanvasAgent
DInjectedScriptCanvasModuleSource.js4256 captureFrame: function() method in ResourceTrackingManager
4340 captureFrame: function() method in InjectedCanvasModule
/external/chromium_org/third_party/webrtc/modules/video_capture/
Dvideo_capture_impl.cc224 int32_t VideoCaptureImpl::DeliverCapturedFrame(I420VideoFrame& captureFrame, in DeliverCapturedFrame()