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

<<31323334353637383940>>

  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 140 void WebDragClient::startDrag(DragImageRef image, const IntPoint& imageOrigin, const IntPoint& dragPoint, Clipboard* clipboard, Frame* frame, bool isLink)
145 RefPtr<Frame> frameProtector = frame;
195 frame->eventHandler()->dragSourceEndedAt(generateMouseEvent(m_webView, false), operation);
217 DragImageRef WebDragClient::createDragImageForLink(KURL& url, const String& inLabel, Frame* frame)
224 if (frame->settings() && frame->settings()->fontRenderingMode() == AlternateRenderingMode) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaMetadataRetrieverTest.java 76 // Test frame capture
187 Log.e(TAG, "No frame expected, but is available");
255 // attempting to capture a frame will fail. These are commented out for now
259 // By default, capture frame and retrieve metadata
266 // Do not capture frame or retrieve metadata
270 Log.e(TAG, "No frame expected, but is available");
278 // Capture frame only
287 Log.e(TAG, "No frame expected, but is available");
291 // Capture frame and retrieve metadata
  /bionic/libc/include/net/
if_ether.h 51 #define ETHER_MIN_LEN 64 /* minimum frame length, including CRC */
52 #define ETHER_MAX_LEN 1518 /* maximum frame length, including CRC */
53 #define ETHER_MAX_LEN_JUMBO 9018 /* maximum jumbo frame len, including CRC */
86 * Compute the maximum frame size based on ethertype (i.e. possible
105 #define M_HASFCS M_LINK0 /* FCS included at end of frame */
  /dalvik/docs/opcodes/
opcode-24-filled-new-array.html 53 If B > 0, then D must be a valid register index in the current stack frame.
56 If B > 1, then E must be a valid register index in the current stack frame.
59 If B > 2, then F must be a valid register index in the current stack frame.
62 If B > 3, then G must be a valid register index in the current stack frame.
65 If B > 4, then A must be a valid register index in the current stack frame.
  /external/opencore/android/
metadatadriver.h 61 // METADATA_MODE_FRAME_CAPTURE_ONLY: For capture frame/thumbnail only.
63 // METADATA_MODE_FRAME_CAPTURE_AND_METADATA_RETRIEVAL: For both frame
91 // Captures a representative frame. Returns NULL if failure.
124 // We support get metadata, or get frame, or get both, or get neigther.
174 // Required for frame retrieval
  /external/opencore/codecs_v2/video/m4v_h263/dec/include/
mp4dec_api.h 96 /* pointers to VOL data for frame-based decoding. */
124 * of a Reference Frame into the Video Decoder.
128 uint8 *yChan; /* The Y component frame the user can copy a new reference to */
129 uint8 *uChan; /* The U component frame the user can copy a new reference to */
130 uint8 *vChan; /* The V component frame the user can copy a new reference to */
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
bitstream.h 58 /* frame-based decoding */
75 /* frame-based decoding */
89 /* frame-based decoding */
101 /* frame-based decoding */
116 /* frame-based decoding */
  /external/skia/src/images/
SkImageDecoder_libpvjpeg.cpp 107 TPvJpgDecFrame frame; local
111 frame.ptr = ptrs;
112 frame.iWidth = widths;
113 frame.iHeight = heights;
115 status = codec->GetFrame(&frame);
  /external/speex/include/speex/
speex_echo.h 46 /** Obtain frame size used by the AEC */
93 /** Performs echo cancellation a frame, based on the audio sent to the speaker (no delay is added
103 /** Performs echo cancellation a frame (deprecated) */
114 /** Let the echo canceller know that a frame was just queued to the soundcard
145 * @param frame_size Size of the frame to process at ones (counting samples *per* channel)
  /external/tcpdump/
ieee802_11.h 36 /* Frame check sequence length. */
49 /* Length of previous AP in reassocation frame */
100 * The subtype field of a data frame is, in effect, composed of 4 flag
101 * bits - CF-Ack, CF-Poll, Null (means the frame doesn't actually have
110 * Bits in the frame control field.
  /external/v8/src/ia32/
frames-ia32.cc 42 // smi then the frame is a JavaScript frame -- and the marker is
66 // the calling frame.
79 // expression stack elements of the calling frame. The reason for
106 // caller is at a fixed offset from the frame pointer.
  /external/webkit/WebCore/svg/
SVGAElement.cpp 32 #include "Frame.h"
171 if (document()->frame())
172 document()->frame()->loader()->urlSelected(document()->completeURL(url), target, evt, false, false, true, SendReferrer);
206 if (!document()->frame())
209 return document()->frame()->eventHandler()->tabsToLinks(event);
  /external/webkit/WebCore/wml/
WMLAElement.cpp 36 #include "Frame.h"
89 if (!document()->frame())
92 if (!document()->frame()->eventHandler()->tabsToLinks(event))
142 if (!event->defaultPrevented() && document()->frame()) {
144 document()->frame()->loader()->urlSelected(url, target(), event, false, false, true, SendReferrer);
  /external/webkit/WebKit/chromium/src/
SuggestionsPopupMenuClient.cpp 175 Frame* frame = m_textField->document()->frame(); local
176 if (!frame)
179 Page* page = frame->page();
  /frameworks/base/awt/java/awt/
HeadlessToolkit.java 73 * @Override protected FramePeer createFrame(Frame a0) throws
133 * @Override public PrintJob getPrintJob(Frame frame, String jobtitle,
136 * @Override public PrintJob getPrintJob(Frame frame, String jobtitle,
  /frameworks/base/media/java/android/media/
EncoderCapabilities.java 38 * <li>Resolution: the frame size (width/height) in pixels;
40 * <li>Frame rate: the output number of frames per second.
48 public final int mMinFrameRate, mMaxFrameRate; // min and max frame rate (fps)
49 public final int mMinFrameWidth, mMaxFrameWidth; // min and max frame width (pixel)
50 public final int mMinFrameHeight, mMaxFrameHeight; // minn and max frame height (pixel)
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 90 /* pointers to VOL data for frame-based decoding. */
118 * of a Reference Frame into the Video Decoder.
122 uint8 *yChan; /* The Y component frame the user can copy a new reference to */
123 uint8 *uChan; /* The U component frame the user can copy a new reference to */
124 uint8 *vChan; /* The V component frame the user can copy a new reference to */
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.h 58 /* frame-based decoding */
75 /* frame-based decoding */
89 /* frame-based decoding */
101 /* frame-based decoding */
116 /* frame-based decoding */
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgrSM.c 457 * Called when the SM is in an idle state and we receive a new measurement frame.
469 /* handle frame request only if we're connected and measurement is enabled */
473 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_ERROR, ": Frame received while SM is in disconnected/disabled state\n");
479 /* Setting the frame Type */
482 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Frame Type = %d\n", pMeasurementMgr->currentFrameType);
509 /* Clean New Frame Params */
523 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": New frame has been inserted into the queue\n");
525 /* If frame type isn't Unicast add to Activation Delay a random delay */
611 * Called when a frame has been received while we are processing another frame
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/net/
if_ether.h 51 #define ETHER_MIN_LEN 64 /* minimum frame length, including CRC */
52 #define ETHER_MAX_LEN 1518 /* maximum frame length, including CRC */
53 #define ETHER_MAX_LEN_JUMBO 9018 /* maximum jumbo frame len, including CRC */
86 * Compute the maximum frame size based on ethertype (i.e. possible
105 #define M_HASFCS M_LINK0 /* FCS included at end of frame */
  /ndk/build/platforms/android-4/arch-arm/usr/include/net/
if_ether.h 51 #define ETHER_MIN_LEN 64 /* minimum frame length, including CRC */
52 #define ETHER_MAX_LEN 1518 /* maximum frame length, including CRC */
53 #define ETHER_MAX_LEN_JUMBO 9018 /* maximum jumbo frame len, including CRC */
86 * Compute the maximum frame size based on ethertype (i.e. possible
105 #define M_HASFCS M_LINK0 /* FCS included at end of frame */
  /ndk/build/platforms/android-5/arch-arm/usr/include/net/
if_ether.h 51 #define ETHER_MIN_LEN 64 /* minimum frame length, including CRC */
52 #define ETHER_MAX_LEN 1518 /* maximum frame length, including CRC */
53 #define ETHER_MAX_LEN_JUMBO 9018 /* maximum jumbo frame len, including CRC */
86 * Compute the maximum frame size based on ethertype (i.e. possible
105 #define M_HASFCS M_LINK0 /* FCS included at end of frame */
  /ndk/build/platforms/android-5/arch-x86/usr/include/net/
if_ether.h 51 #define ETHER_MIN_LEN 64 /* minimum frame length, including CRC */
52 #define ETHER_MAX_LEN 1518 /* maximum frame length, including CRC */
53 #define ETHER_MAX_LEN_JUMBO 9018 /* maximum jumbo frame len, including CRC */
86 * Compute the maximum frame size based on ethertype (i.e. possible
105 #define M_HASFCS M_LINK0 /* FCS included at end of frame */
  /ndk/build/platforms/android-8/arch-arm/usr/include/net/
if_ether.h 51 #define ETHER_MIN_LEN 64 /* minimum frame length, including CRC */
52 #define ETHER_MAX_LEN 1518 /* maximum frame length, including CRC */
53 #define ETHER_MAX_LEN_JUMBO 9018 /* maximum jumbo frame len, including CRC */
86 * Compute the maximum frame size based on ethertype (i.e. possible
105 #define M_HASFCS M_LINK0 /* FCS included at end of frame */
  /ndk/build/platforms/android-8/arch-x86/usr/include/net/
if_ether.h 51 #define ETHER_MIN_LEN 64 /* minimum frame length, including CRC */
52 #define ETHER_MAX_LEN 1518 /* maximum frame length, including CRC */
53 #define ETHER_MAX_LEN_JUMBO 9018 /* maximum jumbo frame len, including CRC */
86 * Compute the maximum frame size based on ethertype (i.e. possible
105 #define M_HASFCS M_LINK0 /* FCS included at end of frame */

Completed in 638 milliseconds

<<31323334353637383940>>