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

<<21222324252627282930>>

  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 99 Frame* frame = core(m_webFrame); local
100 if (!frame)
103 if (frame->document() && frame->document()->inPageCache())
106 FrameView* view = frame->view();
419 Frame* WebFrameLoaderClient::dispatchCreatePage()
507 Frame* coreFrame = core(m_webFrame);
523 // Telling the frame we received some data and passing 0 as the data is our
698 Frame* coreFrame = core(m_webFrame)
772 Frame* frame = core(m_webFrame); local
858 Frame* frame = core(m_webFrame); local
    [all...]
WebChromeClient.cpp 188 Page* WebChromeClient::createWindow(Frame*, const FrameLoadRequest& frameLoadRequest, const WindowFeatures& features)
348 bool WebChromeClient::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
353 WebFrame* webFrame = kit(frame);
380 void WebChromeClient::runJavaScriptAlert(Frame*, const String& message)
387 bool WebChromeClient::runJavaScriptConfirm(Frame*, const String& message)
396 bool WebChromeClient::runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result)
504 void WebChromeClient::contentsSizeChanged(Frame*, const IntSize&) const
526 void WebChromeClient::print(Frame* frame)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Interpolator.java 68 * @param index The index of the key frame to assign
69 * @param msec The time (in mililiseconds) for this key frame. Based on the
71 * @param values Array of values associated with theis key frame
81 * @param index The index of the key frame to assign
82 * @param msec The time (in mililiseconds) for this key frame. Based on the
84 * @param values Array of values associated with theis key frame
  /frameworks/base/media/java/android/media/
CamcorderProfile.java 32 * <li> Video frame rate in frames per second
33 * <li> Video frame width and height,
47 * rate, better video and/or audio recording quality, larger video frame
86 * The target video frame rate in frames per second
91 * The target video frame width in pixels
96 * The target video frame height in pixels
  /frameworks/base/media/libstagefright/
CameraSource.cpp 222 sp<IMemory> frame; local
231 frame = *mFrames.begin();
238 *buffer = new MediaBuffer(frame->size());
239 memcpy((*buffer)->data(), frame->pointer(), frame->size());
240 (*buffer)->set_range(0, frame->size());
  /hardware/broadcom/wlan/bcm4329/src/include/
sbsdio.h 51 #define SBSDIO_FUNC1_FRAMECTRL 0x1000D /* Frame Control (frame term/abort) */
54 #define SBSDIO_FUNC1_WFRAMEBCLO 0x10019 /* Write Frame Byte Count Low */
55 #define SBSDIO_FUNC1_WFRAMEBCHI 0x1001A /* Write Frame Byte Count High */
56 #define SBSDIO_FUNC1_RFRAMEBCLO 0x1001B /* Read Frame Byte Count Low */
57 #define SBSDIO_FUNC1_RFRAMEBCHI 0x1001C /* Read Frame Byte Count High */
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgr.c 354 WLAN_OS_REPORT(("current Frame Type: %d\n", pMeasurementMgr->currentFrameType));
540 * Called when a frame with type measurement request is received.
543 * @param frameType The frame type.
544 * @param dataLen The length of the frame.
545 * @param pData A pointer to the frame's content.
556 TMeasurementFrameRequest * frame = &(pMeasurementMgr->newFrameRequest); local
566 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Broadcast/Multicast measurement frame has been ignored\n");
574 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Broadcast measurement frame has been ignored\n");
579 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Measurement frame received\n");
581 /* Parsing the Frame Request Header *
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
measurementMgr.c 353 WLAN_OS_REPORT(("current Frame Type: %d\n", pMeasurementMgr->currentFrameType));
542 * Called when a frame with type measurement request is received.
545 * @param frameType The frame type.
546 * @param dataLen The length of the frame.
547 * @param pData A pointer to the frame's content.
558 TMeasurementFrameRequest * frame = &(pMeasurementMgr->newFrameRequest); local
568 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Broadcast/Multicast measurement frame has been ignored\n");
576 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Broadcast measurement frame has been ignored\n");
581 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Measurement frame received\n");
583 /* Parsing the Frame Request Header *
    [all...]
  /external/v8/src/x64/
virtual-frame-x64.cc 42 // On entry to a function, the virtual frame already contains the receiver,
43 // the parameters, and a return address. All frame elements are in memory.
57 // Registers live on entry to a JS frame:
60 // Trampoline frame.
63 Comment cmnt(masm(), "[ Enter JS frame");
82 // Store the context in the frame. The context is kept in rsi and a
83 // copy is stored in the frame. The external reference to rsi
87 // Store the function in the frame. The frame owns the register
96 Comment cmnt(masm(), "[ Exit JS frame");
    [all...]
  /external/freetype/include/freetype/internal/
ftstream.h 49 #define FT_FRAME_OP_START 1 /* start a new frame */
395 /* Enter a frame of `count' consecutive bytes in a stream. Returns an */
396 /* error if the frame could not be read/accessed. The caller can use */
397 /* the FT_Stream_Get_XXX functions to retrieve frame data without */
401 /* a stream frame! */
407 /* exit a stream frame */
411 /* Extract a stream frame. If the stream is disk-based, a heap block */
412 /* is allocated and the frame bytes are read into it. If the stream */
425 /* release an extract frame (see FT_Stream_ExtractFrame) */
430 /* read a byte from an entered frame */
    [all...]
  /external/webkit/WebKit/chromium/public/
WebFrameClient.h 80 // This frame is about to be closed.
83 // Controls whether plugins are allowed for this frame.
86 // Controls whether images are allowed for this frame.
141 // datasource will become the provisional datasource for the frame.
153 // Notifies the client to commit data for the given frame. The client
168 // The window object for the frame has been cleared of any extra
179 // The frame's document finished loading.
185 // The frame's document or one of its subresources failed to load.
188 // The frame's document and all of its subresources succeeded to load.
233 // This frame has displayed inactive content (such as an image) from a
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/qt/
EventSenderQt.cpp 97 // qDebug() << "EventSender::mouseDown" << frame;
126 // qDebug() << "EventSender::mouseUp" << frame;
400 QWebFrame* frame = m_page->mainFrame(); local
401 if (frame)
402 frame->setZoomFactor(frame->zoomFactor() * ZOOM_STEP);
407 QWebFrame* frame = m_page->mainFrame(); local
408 if (frame)
409 frame->setZoomFactor(frame->zoomFactor() / ZOOM_STEP)
414 QWebFrame* frame = m_page->mainFrame(); local
    [all...]
DumpRenderTreeQt.cpp 238 bool WebPage::acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationType type)
273 return QWebPage::acceptNavigationRequest(frame, request, type);
288 // Lets handle error pages for the main frame for now.
289 if (info->frame != mainFrame())
524 QWebFrame *frame = qobject_cast<QWebFrame*>(sender()); local
525 Q_ASSERT(frame);
526 frame->addToJavaScriptWindowObject(QLatin1String("layoutTestController"), m_controller);
527 frame->addToJavaScriptWindowObject(QLatin1String("eventSender"), m_eventSender);
528 frame->addToJavaScriptWindowObject(QLatin1String("textInputController"), m_textInputController);
529 frame->addToJavaScriptWindowObject(QLatin1String("GCController"), m_gcController)
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 405 Animation::Frame frame; local
406 frame.name = leaf;
407 frame.map = map;
409 part.frames.add(frame);
451 const Animation::Frame& frame(part.frames[j]);
454 glBindTexture(GL_TEXTURE_2D, frame.tid);
457 glGenTextures(1, &frame.tid);
458 glBindTexture(GL_TEXTURE_2D, frame.tid)
    [all...]
  /external/v8/src/ia32/
virtual-frame-ia32.cc 42 // On entry to a function, the virtual frame already contains the receiver,
43 // the parameters, and a return address. All frame elements are in memory.
105 // Sync an element of the frame that is just above the stack pointer
176 // All number type information is reset to unknown for a mergable frame
233 Comment cmnt(masm(), "[ Merge frame");
234 // We should always be merging the code generator's current frame to an
235 // expected frame.
236 ASSERT(cgen()->frame() == this);
239 // frame) if necessary.
266 // from the top downward in the frame in order to leave the backin
    [all...]
debug-ia32.cc 44 // Patch the JS frame exit code with a debug break call. See
55 // Restore the JS frame exit code.
62 // A debug break in the frame exit code is identified by the JS frame exit code
77 // memory is later pushed onto the JS expression stack for the fake JS frame
78 // generated and also to the C frame generated on top of that. In the JS
79 // frame ONLY the registers containing pointers will be pushed on the
84 // Enter an internal frame.
104 // Get rid of the internal frame.
161 // expression stack of the fake JS frame
    [all...]
  /external/v8/src/
debug-debugger.js 184 // If break point has condition try to evaluate it in the top frame.
186 var mirror = exec_state.frame(0).evaluate(this.condition());
778 ExecutionState.prototype.frame = function(opt_index) {
779 // If no index supplied return the selected frame.
790 if (i < 0 || i >= this.frameCount()) throw new Error('Illegal frame index.');
825 return this.exec_state_.frame(0).func();
830 return this.exec_state_.frame(0).sourceLine();
835 return this.exec_state_.frame(0).sourceColumn();
840 return this.exec_state_.frame(0).sourceLineText();
853 body: { invocationText: this.exec_state_.frame(0).invocationText()
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 90 // This is the topmost frame that is loading, during a given load, or nil when no load is
91 // in progress. Usually this is the same as the main frame, but not always. In the case
93 // that child frame is the "topmost frame that is loading".
103 IWebFrame* frame; variable
333 void dumpFrameScrollPosition(IWebFrame* frame)
335 if (!frame)
339 if (FAILED(frame->QueryInterface(&framePrivate)))
348 if (FAILED(frame->parentFrame(&parent)))
352 if (FAILED(frame->name(&name))
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/common/include/
avcapi_common.h 139 memory for original unencoded frame is allocated by the application. Internal
158 /** Output: Frame number in de/encoding order (not necessary)*/
161 /** Output: Frame number in displaying order (this may or may not be associated with the POC at all!!!). */
182 IDR frame is decoded. If PV_MEMORY_POOL is not defined, AVC lib will allocate DPB
186 @param frame_size_in_mbs The size of each frame in number of macroblocks.
193 /** @brief AVC library calls this function is reserve a memory of one frame from the DPB.
194 Once reserved, this frame shall not be deleted or over-written by the app.
196 @param indx Index of a frame in DPB (AVC library keeps track of the index).
202 /** @brief AVC library calls this function once a bound frame is not needed for decoding
205 @param indx Index of frame to be unbound (AVC library keeps track of the index)
    [all...]
  /external/opencore/doc/pvauthor_html/
classMPVVideoInput.html 51 Get the video frame size <dl compact><dt><b>Parameters: </b></dt><dd>
54 The video frame size, in pixels </td></tr>
90 Set the video frame format. This must be from the list of supported formats. <dl compact><dt><b>Parameters: </b></dt><dd>
93 The mime string describing the video frame format. </td></tr>
129 Set the video frame rate. This must be within the range of supported frame rates for the current frame size. <dl compact><dt><b>Parameters: </b></dt><dd>
132 The video frame rate to set. </td></tr>
168 Set the video frame size <dl compact><dt><b>Parameters: </b></dt><dd>
171 The video frame size, in pixels </td></tr
    [all...]
  /external/quake/quake/src/WinQuake/
cl_demo.cpp 103 return 0; // allready read this frame's message
105 // if this is the second frame, grab the real td_starttime
106 // so the bogus time on the first frame doesn't count
340 // the first frame didn't count
348 LOGANDPRINT(("Fastest: %5.1f ms on frame %d\n", fastestFrame.time * 1000.0, fastestFrame.frame));
350 LOGANDPRINT(("Slowest: %5.1f ms on frame %d\n", slowestFrame.time * 1000.0, slowestFrame.frame));
374 // cls.td_starttime will be grabbed at the second frame of the demo, so
379 cls.td_lastframe = -1; // get a new message this frame
    [all...]
  /external/speex/libspeex/
scal.c 226 float frame[N]; local
229 frame[i] = buff[i];
242 frame[2*i-1] = gain*x1;
243 frame[2*i] = gain*x2;
245 frame[0] = coef*uni_rand(&st->seed)*sqrt(.1+st->curve[0]);
246 frame[2*st->frame_size-1] = coef*uni_rand(&st->seed)*sqrt(.1+st->curve[st->frame_size-1]);
247 spx_drft_backward(&st->lookup,frame);
249 frame[i] *= st->vorbis_win[i];
255 float tmp = st->y[i] + frame[i] + st->wola_mem[i];
256 st->wola_mem[i] = frame[i+st->frame_size]
    [all...]
  /external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.cpp 71 static WebURL urlFromFrame(Frame* frame)
73 if (frame) {
74 DocumentLoader* dl = frame->loader()->documentLoader();
95 static String selectMisspelledWord(const ContextMenu* defaultMenu, Frame* selectedFrame)
145 Frame* selectedFrame = r.innerNonSharedNode()->document()->frame();
189 // Send the frame and page URLs in any case.
190 data.pageURL = urlFromFrame(m_webView->mainFrameImpl()->frame());
191 if (selectedFrame != m_webView->mainFrameImpl()->frame())
    [all...]
EditorClientImpl.cpp 35 #include "Frame.h"
119 const Frame* frame = m_webView->focusedWebCoreFrame(); local
120 if (!frame)
122 const Editor* editor = frame->editor();
127 const Document* document = frame->document();
134 // markers being deleted. Also, the Frame will decide not to do spellchecking
136 // to the Frame's behavior.
270 Frame* frame = m_webView->focusedWebCoreFrame() local
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 141 memory for original unencoded frame is allocated by the application. Internal
160 /** Output: Frame number in de/encoding order (not necessary)*/
163 /** Output: Frame number in displaying order (this may or may not be associated with the POC at all!!!). */
184 IDR frame is decoded. If PV_MEMORY_POOL is not defined, AVC lib will allocate DPB
188 @param frame_size_in_mbs The size of each frame in number of macroblocks.
195 /** @brief AVC library calls this function is reserve a memory of one frame from the DPB.
196 Once reserved, this frame shall not be deleted or over-written by the app.
198 @param indx Index of a frame in DPB (AVC library keeps track of the index).
204 /** @brief AVC library calls this function once a bound frame is not needed for decoding
207 @param indx Index of frame to be unbound (AVC library keeps track of the index)
    [all...]

Completed in 763 milliseconds

<<21222324252627282930>>