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

<<61626364656667686970>>

  /external/webkit/WebCore/platform/gtk/
ScrollViewGtk.cpp 36 #include "Frame.h"
157 // Main frame.
  /external/webkit/WebCore/platform/network/
ResourceHandleInternal.h 50 class Frame;
206 Frame* m_frame;
  /external/webkit/WebCore/platform/text/
TextEncodingDetectorICU.cpp 114 // This can happen, say, when a parent frame in EUC-JP refers to
115 // a child frame in Shift_JIS and both frames do NOT specify the encoding
  /external/webkit/WebCore/rendering/
RenderDataGrid.cpp 34 #include "Frame.h"
185 Page* page = document()->frame()->page();
  /external/webkit/WebKit/android/
TimeCounter.cpp 96 "Java callback (frame bridge)",
99 "native 1 (frame bridge)",
  /external/webkit/WebKit/chromium/src/
WebDataSourceImpl.cpp 166 // When a new frame is created, it initially gets a data source for an
168 // frame, which results in a second data source being created. We want
WebDevToolsAgentImpl.h 75 virtual void didClearWindowObject(WebFrameImpl* frame);
76 virtual void didCommitProvisionalLoad(WebFrameImpl* frame, bool isNewNavigation);
  /external/webkit/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.cpp 179 void ContextMenuClient::searchWithGoogle(const Frame*)
184 void ContextMenuClient::lookUpInDictionary(Frame*)
  /external/webkit/WebKit/gtk/tests/
testmimehandling.c 98 static gboolean mime_type_policy_decision_requested_cb(WebKitWebView* view, WebKitWebFrame* frame,
111 WebKitNetworkResponse* response = webkit_web_frame_get_network_response(frame);
  /external/webkit/WebKit/mac/Misc/
WebNSAttributedStringExtras.mm 41 #import <WebCore/Frame.h>
72 wrapper = [[kit(e->document()->frame()) _dataSource] _fileWrapperForURL:URL];
  /external/webkit/WebKit/win/
WebView.h 103 /* [in] */ RECT frame,
138 /* [out][retval] */ IWebFrame **frame);
141 /* [out][retval] */ IWebFrame **frame);
828 void resetIME(WebCore::Frame*);
834 // Convenient to be able to violate the rules of COM here for easy movement to the frame.
    [all...]
  /external/webkit/WebKitTools/GtkLauncher/
main.c 80 WebKitWebFrame* frame = webkit_web_view_get_main_frame (web_view); local
81 const gchar* uri = webkit_web_frame_get_uri (frame);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_gtc.c 91 wpa_printf(MSG_INFO, "EAP-GTC: Invalid frame");
108 return; /* Should not happen - frame already validated */
  /frameworks/base/awt/java/awt/image/
ImageConsumer.java 60 * The Constant SINGLEFRAME indicates that image consists of single frame.
176 * <li>A one frame of an animation has been completed.</li>
  /frameworks/base/cmds/stagefright/
record.cpp 201 printf("got an output frame of size %d%s\n", buffer->range_length(),
223 printf("got a frame, data=%p, size=%d\n",
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 41 * new parameters, it returns the new frame of the window on screen (the
95 * frame can receive pointer events, as defined by
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
cnst_vad.h 48 #define FRAME_LEN 160 /* Length (samples) of the input frame */
101 /* flags value for previous frame is un-set */
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
qpisf_2s.cpp 136 int16 bfi, /* input : Bad frame indicator */
145 if (bfi == 0) /* Good frame */
189 { /* bad frame */
206 /* estimate past quantized residual to be used in next frame */
232 int16 bfi, /* input : Bad frame indicator */
241 if (bfi == 0) /* Good frame */
283 { /* bad frame */
301 /* estimate past quantized residual to be used in next frame */
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
M4vH263Decoder.cpp 200 LOGE("failed to decode video frame.");
211 ++mNumSamplesOutput; // The client will never get to see this frame.
  /frameworks/base/media/libstagefright/codecs/mp3dec/include/
pvmp3decoder_api.h 128 * bytes consumed varies frame to frame.
156 * holds the predicted frame size. It used on the test console, for parsing
201 * is calculated using the number of bits consumed for the current frame,
202 * and then multiplying by the sampling_rate, divided by points in a frame.
203 * This value can changes frame to frame.
210 * Out: Size of the output frame in 16-bit words, This value depends on the mp3 version
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 154 * Structure defining percent to scale each frame dimension. For example:
294 * Hold frame dimension
300 * nWidth : Frame width in pixels
301 * nHeight : Frame height in pixels
386 * Frame size plus position
432 * bStab : Enable/disable frame stabilization state
797 OMX_BOOL bContinuous; /**< If true then ignore frame rate and emit capture
798 * data as fast as possible (otherwise obey port's frame rate). */
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 52 /* data needed for frame rate calculations */
60 if frame rate is less than 0.5fps and tn0 is less than 10 in the last phase,
  /ndk/build/toolchains/x86-4.2.1/
setup.mk 38 -fomit-frame-pointer \
45 -fno-omit-frame-pointer \
  /packages/apps/Gallery3D/res/values/
strings.xml 33 <!-- Title for picture frame gadget to show in list of all available gadgets -->
34 <string name="gadget_title">Picture frame</string>
  /packages/apps/Phone/res/layout/
incall_screen.xml 23 <!-- Main frame containing the main set of in-call UI elements. -->
112 <!-- Frame where the provider's badge will be

Completed in 430 milliseconds

<<61626364656667686970>>