HomeSort by relevance Sort by last modified time
    Searched refs:m_frame (Results 76 - 100 of 100) sorted by null

1 2 34

  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_reprocess.c 40 mm_camera_buf_def_t *m_frame = NULL; local
63 m_frame = bufs->bufs[0];
66 pme->jpeg_buf.buf.buffer = (uint8_t *)malloc(m_frame->frame_len);
72 pme->jpeg_buf.buf.frame_len = m_frame->frame_len;
74 rc = createEncodingSession(pme, m_stream, m_frame);
mm_qcamera_preview.c 191 mm_camera_buf_def_t *m_frame = NULL; local
273 m_frame = bufs->bufs[i];
278 if (!m_frame || !p_frame) {
283 CDBG("%s: ZSL CB with fb_fd = %d, m_frame = 0x%x, p_frame = 0x%x \n",
286 (uint32_t )m_frame,
293 mm_app_dump_frame(m_frame, "zsl_main", "yuv", m_frame->frame_idx);
298 m_frame,
310 pme->jpeg_buf.buf.buffer = (uint8_t *)malloc(m_frame->frame_len);
316 pme->jpeg_buf.buf.frame_len = m_frame->frame_len
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImage.cpp 89 m_frames[0].m_frame = nativeImage;
145 m_frames[index].m_frame = m_source.createFrameAtIndex(index);
146 if (numFrames == 1 && m_frames[index].m_frame)
160 if (m_frames[index].m_frame) {
339 if (index >= m_frames.size() || !m_frames[index].m_frame)
348 return m_frames[index].m_frame;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.h 77 LocalFrame* frame() const { return m_frame; }
179 LocalFrame* m_frame; member in class:WebCore::DocumentLoader
FrameLoader.h 83 LocalFrame* frame() const { return m_frame; }
228 LocalFrame* m_frame; member in class:WebCore::FrameLoader
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellCheckRequester.h 111 LocalFrame& m_frame; member in class:WebCore::SpellCheckRequester
SpellChecker.h 87 LocalFrame& m_frame; member in class:WebCore::SpellChecker
Editor.h 74 LocalFrame& frame() const { return m_frame; }
158 RefPtr<LocalFrame> m_frame; member in class:WebCore::FINAL::Command
241 LocalFrame& m_frame; member in class:WebCore::FINAL
EditorCommand.cpp     [all...]
FrameSelection.h 266 LocalFrame* m_frame; member in class:WebCore::FINAL
  /external/chromium_org/content/shell/renderer/test_runner/
TestPlugin.h 130 blink::WebFrame* m_frame; member in class:content::TestPlugin
TestPlugin.cpp 140 : m_frame(frame)
237 m_frame = 0;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptController.h 159 LocalFrame* m_frame; member in class:WebCore::ScriptController
  /external/chromium_org/third_party/WebKit/Source/core/storage/
Storage.cpp 45 ASSERT(m_frame);
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 518 if (m_frame)
519 m_frame->willBeDestroyed();
654 ASSERT(m_frame);
655 if (m_frame && m_frame->document())
656 m_frame->document()->initSecurityContext();
    [all...]
WebRemoteFrameImpl.cpp 39 RefPtr<WebLocalFrameImpl> m_frame; member in class:blink::__anon15263::RemoteBridgeFrameOwner
43 : m_frame(frame)
54 // FIXME: Implement. Most likely grab it from m_frame.
60 // FIXME: Implement. Most likely goes through m_frame->client().
821 m_frame = frame;
WebLocalFrameImpl.h 293 WebCore::LocalFrame* frame() const { return m_frame.get(); }
336 RefPtr<WebCore::LocalFrame> m_frame; member in class:blink::FINAL
WebRemoteFrameImpl.h 182 WebCore::RemoteFrame* frame() const { return m_frame.get(); }
188 RefPtr<WebCore::RemoteFrame> m_frame; member in class:blink::WebRemoteFrameImpl
  /external/chromium_org/third_party/WebKit/Source/core/timing/
Performance.cpp 81 m_navigation = PerformanceNavigation::create(m_frame);
89 m_timing = PerformanceTiming::create(m_frame);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 76 LocalFrame& frame() const { return *m_frame; }
426 RefPtr<LocalFrame> m_frame; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 312 LocalFrame* const m_frame; member in class:WebCore::EventHandler
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 363 m_frame = m_helper.initializeAndLoad("about:blank", true, &m_client)->mainFrame()->toWebLocalFrame();
373 return m_frame->document();
383 return m_client.m_matchedSelectors[m_frame];
388 FrameTestHelpers::loadHTMLString(m_frame, html, toKURL("about:blank"));
393 m_frame->executeScript(WebScriptSource(code));
394 m_frame->view()->layout();
400 WebLocalFrame* m_frame; member in class:__anon15298::WebFrameCSSCallbackTest
417 m_frame->document().watchCSSSelectors(WebVector<WebString>(selectors));
418 m_frame->view()->layout();
426 m_frame->view()->layout()
2761 WebFrame* const m_frame; member in class:__anon15298::ReloadWithOverrideURLTask
5266 WebFrame* m_frame; member in class:__anon15298::TestHistoryWebFrameClient
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 484 mm_camera_buf_def_t *m_frame);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 461 LocalFrame* frame() const { return m_frame; } // can be null
1197 LocalFrame* m_frame; member in class:WebCore::Document
    [all...]
  /external/chromium_org/v8/src/
liveedit.cc 2027 JavaScriptFrame* m_frame; member in class:v8::internal::Differencer::SingleFrameTarget
    [all...]

Completed in 1800 milliseconds

1 2 34