Searched refs:frame (Results 276 - 300 of 5378) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_encode_accelerator.cc193 const scoped_refptr<VideoFrame>& frame,
197 RETURN_ON_FAILURE(frame->format() == VideoFrame::I420,
203 RETURN_ON_FAILURE(frame->row_bytes(VideoFrame::kYPlane) ==
204 frame->stride(VideoFrame::kYPlane) &&
205 frame->row_bytes(VideoFrame::kUPlane) ==
206 frame->stride(VideoFrame::kUPlane) &&
207 frame->row_bytes(VideoFrame::kVPlane) ==
208 frame->stride(VideoFrame::kVPlane) &&
209 frame->coded_size() == frame
192 Encode( const scoped_refptr<VideoFrame>& frame, bool force_keyframe) argument
288 scoped_refptr<VideoFrame> frame = input.a; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLBodyElement.cpp34 #include "core/frame/FrameView.h"
35 #include "core/frame/LocalFrame.h"
36 #include "core/frame/UseCounter.h"
116 document().setWindowAttributeEventListener(EventTypeNames::load, createAttributeEventListener(document().frame(), name, value, eventParameterName()));
118 document().setWindowAttributeEventListener(EventTypeNames::beforeunload, createAttributeEventListener(document().frame(), name, value, eventParameterName()));
120 document().setWindowAttributeEventListener(EventTypeNames::unload, createAttributeEventListener(document().frame(), name, value, eventParameterName()));
122 document().setWindowAttributeEventListener(EventTypeNames::pagehide, createAttributeEventListener(document().frame(), name, value, eventParameterName()));
124 document().setWindowAttributeEventListener(EventTypeNames::pageshow, createAttributeEventListener(document().frame(), name, value, eventParameterName()));
126 document().setWindowAttributeEventListener(EventTypeNames::popstate, createAttributeEventListener(document().frame(), name, value, eventParameterName()));
128 document().setWindowAttributeEventListener(EventTypeNames::blur, createAttributeEventListener(document().frame(), nam
204 LocalFrame* frame = document->frame(); local
263 LocalFrame* frame = document.frame(); local
310 LocalFrame* frame = document.frame(); local
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dopen_gles20.mm154 bool OpenGles20::Render(const I420VideoFrame& frame) {
155 if (texture_width_ != (GLsizei)frame.width() ||
156 texture_height_ != (GLsizei)frame.height()) {
157 SetupTextures(frame);
159 UpdateTextures(frame);
263 void OpenGles20::SetupTextures(const I420VideoFrame& frame) {
264 const GLsizei width = frame.width();
265 const GLsizei height = frame.height();
312 void OpenGles20::UpdateTextures(const I420VideoFrame& frame) {
313 const GLsizei width = frame
[all...]
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
H A DApplicationCacheHost.cpp37 #include "core/frame/LocalFrame.h"
38 #include "core/frame/Settings.h"
84 ASSERT(m_documentLoader->frame());
85 LocalFrame& frame = *m_documentLoader->frame(); local
86 m_host = frame.loader().client()->createApplicationCacheHost(this);
91 Frame* spawningFrame = frame.tree().parent();
93 spawningFrame = frame.loader().opener();
95 spawningFrame = &frame;
122 LocalFrame* frame local
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_eula.css17 .eula-frame {
42 .eula-frame {
51 #cros-eula-frame {
60 #oem-eula-frame {
68 #eulas.one-column #cros-eula-frame {
99 .step.eula-loading #cros-eula-frame {
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dev_bubble_decoration.h38 virtual NSRect GetDragImageFrame(NSRect frame) OVERRIDE;
39 virtual bool OnMousePressed(NSRect frame, NSPoint location) OVERRIDE;
41 virtual NSPoint GetBubblePointInFrame(NSRect frame) OVERRIDE;
H A Dlocation_icon_decoration.h26 virtual NSRect GetDragImageFrame(NSRect frame) OVERRIDE;
29 virtual bool OnMousePressed(NSRect frame, NSPoint location) OVERRIDE;
32 virtual NSPoint GetBubblePointInFrame(NSRect frame) OVERRIDE;
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_ipc_error_browsertest.cc53 RenderFrameHostImpl* frame = static_cast<RenderFrameHostImpl*>( local
55 frame->set_disallow_browser_accessibility_manager_for_testing(true);
56 ASSERT_EQ(nullptr, frame->GetOrCreateBrowserAccessibilityManager());
69 ASSERT_EQ(nullptr, frame->GetOrCreateBrowserAccessibilityManager());
73 frame->set_disallow_browser_accessibility_manager_for_testing(false);
74 ASSERT_TRUE(frame->GetOrCreateBrowserAccessibilityManager() != nullptr);
87 // Show that accessibility was reset because the frame doesn't have a
89 ASSERT_EQ(nullptr, frame->browser_accessibility_manager());
136 RenderFrameHostImpl* frame = static_cast<RenderFrameHostImpl*>( local
162 frame
[all...]
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_source.cc16 RenderFrameImpl* const frame = local
18 RenderViewImpl* const view = frame ? frame->render_view() : NULL;
/external/chromium_org/extensions/renderer/
H A Dscripts_run_info.cc21 void ScriptsRunInfo::LogRun(blink::WebFrame* frame, argument
26 content::RenderView::FromWebView(frame->view());
30 ScriptContext::GetDataSourceURLForFrame(frame)));
/external/chromium_org/media/cast/test/utility/
H A Dbarcode.cc83 bool DecodeBarCodeRows(const scoped_refptr<VideoFrame>& frame, argument
91 for (int pos = 0; pos < frame->row_bytes(VideoFrame::kYPlane); pos++) {
94 value += frame->data(VideoFrame::kYPlane)[
95 frame->stride(VideoFrame::kYPlane) * row + pos];
151 bool DecodeBarcode(const scoped_refptr<VideoFrame>& frame, argument
153 DCHECK(frame->format() == VideoFrame::YV12 ||
154 frame->format() == VideoFrame::YV16 ||
155 frame->format() == VideoFrame::I420 ||
156 frame->format() == VideoFrame::YV12J);
157 int rows = frame
[all...]
/external/chromium_org/media/filters/
H A Dtest_video_frame_scheduler.h18 ScheduledFrame(const scoped_refptr<VideoFrame> frame,
23 scoped_refptr<VideoFrame> frame; member in struct:media::TestVideoFrameScheduler::ScheduledFrame
32 virtual void ScheduleVideoFrame(const scoped_refptr<VideoFrame>& frame,
/external/chromium_org/remoting/host/
H A Dshaped_desktop_capturer.cc36 void ShapedDesktopCapturer::OnCaptureCompleted(webrtc::DesktopFrame* frame) { argument
38 frame->set_shape(new webrtc::DesktopRegion(shape_tracker_->desktop_shape()));
39 callback_->OnCaptureCompleted(frame);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameConsole.h33 #include "core/frame/ConsoleTypes.h"
47 // FrameConsole takes per-frame console messages and routes them up through the FrameHost to the ChromeClient and Inspector.
52 static PassOwnPtrWillBeRawPtr<FrameConsole> create(LocalFrame& frame) argument
54 return adoptPtrWillBeNoop(new FrameConsole(frame));
75 LocalFrame& frame() const function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DPageRuntimeAgent.cpp37 #include "core/frame/FrameConsole.h"
38 #include "core/frame/LocalFrame.h"
96 void PageRuntimeAgent::didClearDocumentOfWindowObject(LocalFrame* frame) argument
104 if (frame == m_inspectedPage->mainFrame()) {
108 String frameId = m_pageAgent->frameId(frame);
109 addExecutionContextToFrontend(ScriptState::forMainWorld(frame), true, "", frameId);
112 void PageRuntimeAgent::didCreateIsolatedContext(LocalFrame* frame, ScriptState* scriptState, SecurityOrigin* origin) argument
117 String frameId = m_pageAgent->frameId(frame);
149 for (Frame* frame = m_inspectedPage->mainFrame(); frame; fram
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
H A DNavigatorContentUtils.cpp33 #include "core/frame/LocalFrame.h"
34 #include "core/frame/Navigator.h"
156 if (!navigator.frame())
159 Document* document = navigator.frame()->document();
168 ASSERT(navigator.frame()->page());
169 NavigatorContentUtils::from(*navigator.frame()->page())->client()->registerProtocolHandler(scheme, document->completeURL(url), title);
195 if (!navigator.frame())
198 Document* document = navigator.frame()->document();
209 ASSERT(navigator.frame()->page());
210 return customHandlersStateString(NavigatorContentUtils::from(*navigator.frame()
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DNotificationController.cpp54 return static_cast<NotificationController*>(WillBeHeapSupplement<LocalFrame>::from(toDocument(context)->frame(), supplementName()));
69 void provideNotification(LocalFrame& frame, PassOwnPtr<NotificationClient> client) argument
71 NotificationController::provideTo(frame, NotificationController::supplementName(), NotificationController::create(client));
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DDOMWindowSpeechSynthesis.cpp34 #include "core/frame/LocalDOMWindow.h"
35 #include "core/frame/LocalFrame.h"
41 : DOMWindowProperty(window.frame())
71 if (!m_speechSynthesis && frame())
72 m_speechSynthesis = SpeechSynthesis::create(frame()->domWindow()->executionContext());
/external/chromium_org/third_party/WebKit/Source/web/
H A DDragClientImpl.cpp36 #include "core/frame/LocalFrame.h"
61 void DragClientImpl::startDrag(DragImage* dragImage, const IntPoint& dragImageOrigin, const IntPoint& eventPos, DataTransfer* dataTransfer, LocalFrame* frame, bool isLinkDrag) argument
63 // Add a ref to the frame just in case a load occurs mid-drag.
64 RefPtrWillBeRawPtr<LocalFrame> frameProtector(frame);
82 m_webView->startDragging(frame, dragData, dragOperationMask, image, offsetPoint);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakevideocapturer.h101 cricket::CapturedFrame frame; local
102 frame.width = width;
103 frame.height = height;
104 frame.fourcc = fourcc;
105 frame.data_size = size;
106 frame.elapsed_time = next_timestamp_;
107 frame.time_stamp = initial_unix_timestamp_ + next_timestamp_;
111 frame.data = data.get();
113 // the frame is all duplicate.
114 memset(frame
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
H A Dx_server_pixel_buffer.h53 // Capture the specified rectangle and stores it in the |frame|. In the case
57 void CaptureRect(const DesktopRect& rect, DesktopFrame* frame);
67 DesktopFrame* frame);
70 DesktopFrame* frame);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-conditional-position.js37 stackTrace.some(function (frame) {
38 if (frame.getFunction() == functionToCatch) {
39 lineNumber = frame.getLineNumber();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DPageScriptDebugServer.cpp41 #include "core/frame/FrameConsole.h"
42 #include "core/frame/FrameHost.h"
43 #include "core/frame/LocalFrame.h"
44 #include "core/frame/UseCounter.h"
174 RefPtrWillBeRawPtr<LocalFrame> protect(toDocument(executionContext)->frame());
191 LocalFrame* frame = toDocument(executionContext)->frame(); local
192 TRACE_EVENT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "EvaluateScript", "data", InspectorEvaluateScriptEvent::data(frame, sourceURL, TextPosition::minimumPosition().m_line.oneBasedInt()));
196 if (frame)
197 cookie = InspectorInstrumentation::willEvaluateScript(frame, sourceUR
210 LocalFrame* frame = retrieveFrameWithGlobalObjectCheck(context); local
219 LocalFrame* frame = retrieveFrameWithGlobalObjectCheck(context); local
240 LocalFrame* frame = retrieveFrameWithGlobalObjectCheck(eventContext); local
270 canPreprocess(LocalFrame* frame) argument
294 preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode) argument
303 preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dframe_preprocessor.cc96 int32_t VPMFramePreprocessor::PreprocessFrame(const I420VideoFrame& frame, argument
98 if (frame.IsZeroSize()) {
105 return 1; // drop 1 frame
108 // Resizing incoming frame if needed. Otherwise, remains NULL.
109 // We are not allowed to resample the input frame (must make a copy of it).
111 if (spatial_resampler_->ApplyResample(frame.width(), frame.height())) {
112 int32_t ret = spatial_resampler_->ResampleFrame(frame, &resampled_frame_);
117 // Perform content analysis on the frame to be encoded.
120 // the first frame
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Deval-stack-trace.js43 // Check for every frame that a certain method returns the
44 // expected value for every frame.
48 var frame = frames[index];
50 assertEquals(element, (frame[func_name])());
55 // Check for every frame that a certain method has a return value
56 // that contains the expected pattern for every frame.
60 var frame = frames[index];
62 assertTrue((frame[func_name])().contains(element));
67 // Check for every frame that a certain method returns undefined
72 var frame
[all...]

Completed in 488 milliseconds

<<11121314151617181920>>