HomeSort by relevance Sort by last modified time
    Searched full:frame (Results 926 - 950 of 3803) sorted by null

<<31323334353637383940>>

  /external/opencore/engines/common/include/
pv_plugin_interfaces.h 671 * Set the video frame format. This must be from the list of supported formats.
672 * @param "aFormat" The mime string describing the video frame format.
678 * Set the video frame rate. This must be within the range of supported frame rates
679 * for the current frame size.
680 * @param "aFrameRate" The video frame rate to set.
686 * Set the video frame size
687 * @param "aSize" The video frame size, in pixels
693 * Get the video frame size
694 * @param "aSize" The video frame size, in pixel
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/dsp/
SDL_dspaudio.h 43 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.m 94 [ self cacheImageInRect:[ window_view frame ] ];
125 newViewFrame = [ window_view frame ];
143 int vOffset = [ qz_window frame ].size.height -
172 [ self cacheImageInRect:[ window_view frame ] ];
  /external/qemu/hw/
cdrom.c 100 *q++ = 0; /* frame */
112 *q++ = 0; /* frame */
124 *q++ = 0; /* frame */
140 *q++ = 0; /* frame */
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmwin.h 40 /* Repaint the window with the last frame which was rendered. */
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMWIN.H 40 /* Repaint the window with the last frame which was rendered. */
  /external/skia/include/views/
SkOSWindow_wxwidgets.h 29 #include "wx/frame.h"
  /external/srec/srec/crec/
word_lattice.c 100 void lattice_add_word_tokens(srec_word_lattice *wl, frameID frame,
103 if (frame >= wl->max_frames)
108 wl->words_for_frame[frame] = word_token_list_head;
377 printf("----- List of words for frame %d\n", i);
436 /* the head of the list on the last frame is always best */
473 /* the head of the list on the last frame is always best */
531 /* sort the word lattice at this frame, todo: remove rec argument */
534 void sort_word_lattice_at_frame(srec* rec, frameID frame)
543 ASSERT(frame < wl->max_frames);
544 if (wl->whether_sorted[frame])
    [all...]
  /external/v8/
Android.v8common.mk 28 src/frame-element.cc \
73 src/virtual-frame.cc \
95 src/arm/virtual-frame-arm.cc
112 src/ia32/virtual-frame-ia32.cc
  /external/v8/test/mjsunit/
debug-evaluate.js 75 testRequest(dcp, '{"expression":"a","frame":4}', false);
84 testRequest(dcp, '{"expression":"a","frame":0}', true, 3);
85 testRequest(dcp, '{"expression":"a","frame":1}', true, 2);
86 testRequest(dcp, '{"expression":"a","frame":2}', true, 1);
  /external/webkit/LayoutTests/http/tests/appcache/
destroyed-frame.html 2 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=33813">bug 33813</a>: Crash when using DOMApplicationCache from a destroyed frame.</p>
offline-access.html 28 ifr.setAttribute("src", "/resources/network-simulator.php?path=/appcache/resources/offline-access-frame.html");
  /external/webkit/WebCore/bindings/js/
ScriptController.h 55 class Frame;
70 ScriptController(Frame*);
133 // is attached to a frame because updateDocument() is called instead.
171 Frame* m_frame;
  /external/webkit/WebCore/bindings/objc/
DOMAbstractViewFrame.h 31 @interface DOMAbstractView (Frame)
  /external/webkit/WebCore/editing/
SelectionController.h 37 class Frame;
47 SelectionController(Frame* = 0, bool isDragCaretController = false);
66 // Call this after doing user-triggered selections to make it easy to delete the frame you entirely selected.
166 Frame* m_frame;
TextGranularity.h 32 // Frame doesn't need the 3 boundaries in this enum.
  /external/webkit/WebCore/inspector/
InspectorResource.h 51 class Frame;
96 Frame* frame() const { return m_frame.get(); } function in class:WebCore::InspectorResource
157 RefPtr<Frame> m_frame;
  /external/webkit/WebCore/loader/
DocumentLoader.cpp 43 #include "Frame.h"
213 // Attempt to stop the frame if the document loader is loading, or if it is done loading but
227 RefPtr<Frame> protectFrame(m_frame);
341 void DocumentLoader::setFrame(Frame* frame)
343 if (m_frame == frame)
345 ASSERT(frame && !m_frame);
346 m_frame = frame;
392 // Once a frame has loaded, we no longer need to consider subresources,
474 return ArchiveResource::create(mainResourceBuffer, r.url(), r.mimeType(), r.textEncodingName(), frame()->tree()->name())
    [all...]
PolicyChecker.cpp 36 #include "Frame.h"
43 PolicyChecker::PolicyChecker(Frame* frame)
44 : m_frame(frame)
ResourceLoadNotifier.cpp 35 #include "Frame.h"
45 ResourceLoadNotifier::ResourceLoadNotifier(Frame* frame)
46 : m_frame(frame)
  /external/webkit/WebCore/manual-tests/
bugzilla-14899.html 14 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=14899">Bugzilla bug 14899</a> !d->m_view->needsLayout() in Frame::paint() (Causes assert)</p>
crash-on-accessing-domwindow-without-frame.html 18 <body><p>This test reproduces the crash that happens when JavaScript has access to DOMWindow which is disconnected from its Frame. This crash was fixed by http://trac.webkit.org/changeset/49786</p>
textarea-reset-default-value.html 21 <iframe src="resources/textarea-form-back-on-submit.html" width="800" height="200" id="frame"></iframe>
  /external/webkit/WebCore/platform/graphics/
ImageSource.h 121 // Tells the ImageSource that the Image no longer cares about decoded frame
122 // data -- at all (if |destroyAll| is true), or before frame
165 bool frameHasAlphaAtIndex(size_t); // Whether or not the frame actually used any alpha.
166 bool frameIsCompleteAtIndex(size_t); // Whether or not the frame is completely decoded.
  /external/webkit/WebCore/platform/graphics/mac/
Canvas3DLayer.mm 77 CGRect frame = [self frame];
80 glViewport(0, 0, frame.size.width, frame.size.height);

Completed in 361 milliseconds

<<31323334353637383940>>