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

<<61626364656667686970>>

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
sme.c 589 * \param pFrameInfo - frame information (if the CB is called due to received frame)
601 /* a frame was received - update the scan result table */
603 TRACE6(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_ScanResultCB: received frame from BSSID %02x:%02x:%02x:%02x:%02x:%02x\n", (*pFrameInfo->bssId)[ 0 ], (*pFrameInfo->bssId)[ 1 ], (*pFrameInfo->bssId)[ 2 ], (*pFrameInfo->bssId)[ 3 ], (*pFrameInfo->bssId)[ 4 ], (*pFrameInfo->bssId)[ 5 ]);
755 * \param pFrameInfo - frame information (if the CB is called due to received frame)
764 /* a frame was received - update the scan result table */
766 TRACE6(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_MeansurementScanResult: received frame from BSSID %02x:%02x:%02x:%02x:%02x:%02x\n", (*pFrameInfo->bssId)[ 0 ], (*pFrameInfo->bssId)[ 1 ], (*pFrameInfo->bssId)[ 2 ], (*pFrameInfo->bssId)[ 3 ], (*pFrameInfo->bssId)[ 4 ], (*pFrameInfo->bssId)[ 5 ]);
851 /* we use this status at SME, if != 0 means that assoc frame sent */
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 40 /** {@code null-ok;} list of parameter frame types, if calculated */
332 * Gets the list of frame types corresponding to the list of parameter
337 * @return {@code non-null;} the list of parameter frame types
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemTemplate.java 320 * The stack frame size for this template, which is equal to the maximum number
326 * The size of the portion of the stack frame that can hold parameter
335 * frame.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 31 * Demonstrate the Frame Buffer Object OpenGL ES extension.
33 * This sample renders a scene into an offscreen frame buffer, and then
73 // Current context doesn't support frame buffer objects.
  /external/bluetooth/hcidump/parser/
rfcomm.c 193 static inline void mcc_frame(int level, struct frame *frm, long_frame_head *head)
251 static inline void uih_frame(int level, struct frame *frm, long_frame_head *head)
302 void rfcomm_dump(int level, struct frame *frm)
  /external/grub/netboot/
otulip.c 219 /* construct perfect filter frame */
262 ETH_TRANSMIT - Transmit a frame
310 ETH_POLL - Wait for a frame
  /external/kernel-headers/original/linux/
if_vlan.h 34 #define VLAN_ETH_ZLEN 64 /* Min. octets in frame sans FCS */
40 #define VLAN_ETH_FRAME_LEN 1518 /* Max. octets in frame sans FCS */
290 * Assumes skb->dev is the target that will xmit this frame.
  /external/libffi/src/alpha/
osf.S 37 Bit o trickiness here -- ARGS+BYTES is the base of the stack frame
47 .frame $15, 32, $26, 0
136 .frame $30, 16*8, $26, 0
  /external/opencore/android/author/
android_audio_input.h 349 // in "kAutoRampDurationFrames". The time of the first audio frame
464 // These variables tracks whether or not first audio frame was received.
471 // first audio frame to be received from the device.
  /external/opencore/baselibs/gen_data_structures/src/
rtsp_time_formats.h 44 // from the beginning of the presentation. It can optionally contain frame-level
45 // with the format HH:MM:SS:FF.ff where FF is the frame number and ff is the
46 // fractional part of the frame (i.e., subframe).
  /external/opencore/fileformats/avi/parser/include/
pv_avifile.h 140 * @return micro seconds per frame.
212 * @return width of video frame
221 * @return height of video frame
  /external/opencore/fileformats/mp4/parser/include/
mediaatom.h 153 // Returns next video frame
300 // This is mainly to be used when seeking in the bitstream - you request a video frame at timestamp
301 // X, but the actual frame you get is Y, this method returns the timestamp for Y so you know which
mediainformationatom.h 175 // Returns next video frame
323 // This is mainly to be used when seeking in the bitstream - you request a video frame at timestamp
324 // X, but the actual frame you get is Y, this method returns the timestamp for Y so you know which
  /external/opencore/protocols/sdp/parser/src/
h263mediainfoparser.cpp 205 PVMF_SDP_PARSER_LOGERROR((0, "SDPH263MediaInfoParser::parseMediaInfo - Bad a=fmtp line format - frame width missing"));
217 PVMF_SDP_PARSER_LOGERROR((0, "SDPH263MediaInfoParser::parseMediaInfo - Bad a=fmtp line format - frame height missing"));
316 PVMF_SDP_PARSER_LOGERROR((0, "SDPH263MediaInfoParser::parseMediaInfo - Bad a=framesize line format - frame width & height mis match"));
  /external/qemu/hw/
usb-ohci.c 92 /* Frame counter partition */
128 uint16_t frame, pad; member in struct:ohci_hcca
240 #define OHCI_INTR_SF (1<<2) /* Start of frame */
243 #define OHCI_INTR_FNO (1<<5) /* Frame number overflow */
    [all...]
  /external/quake/quake/src/QW/client/
gl_model.h 86 int anim_min, anim_max; // time for this frame min <=time< max
269 int frame; member in struct:__anon4994
277 int frame; member in struct:__anon4995
model.h 84 int anim_min, anim_max; // time for this frame min <=time< max
248 int frame; member in struct:__anon5024
263 int frame; member in struct:__anon5026
sbar.c 27 #define STAT_MINUS 10 // num frame for '-' stats digit
123 sb_updates = 0; // update next frame
327 int l, frame; local
339 frame = STAT_MINUS;
341 frame = *ptr -'0';
343 Sbar_DrawTransPic (x,y,sb_nums[color][frame]);
576 { // flash frame
591 { // flash frame
868 int l, frame; local
880 frame = STAT_MINUS
    [all...]
  /external/quake/quake/src/WinQuake/
gl_model.h 83 int anim_min, anim_max; // time for this frame min <=time< max
265 int frame; member in struct:__anon5357
273 int frame; member in struct:__anon5358
model.h 73 int anim_min, anim_max; // time for this frame min <=time< max
237 int frame; member in struct:__anon5384
252 int frame; member in struct:__anon5386
  /external/tremolo/Tremolo/
dsp.c 251 /* track the frame number... This is for convenience, but also
256 we don't have a starting point to judge where the last frame
315 /* partial last frame. Strip the extra samples off */
  /external/v8/src/
codegen.h 43 // frame
188 // the frame pointer.
192 // This flag is ored with a valid offset from the frame pointer, so
  /external/webkit/WebCore/html/
HTMLViewSourceDocument.cpp 47 HTMLViewSourceDocument::HTMLViewSourceDocument(Frame* frame, const String& mimeType)
48 : HTMLDocument(frame)
  /external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp 27 #include "Frame.h"
93 // in order to move/resize the plugin window at the same time as the rest of frame
95 // as paint() isn't called when the plugin window is outside the frame which can
  /external/webkit/WebCore/rendering/
InlineTextBox.cpp 31 #include "Frame.h"
373 bool containsComposition = renderer()->node() && renderer()->document()->frame()->editor()->compositionNode() == renderer()->node();
374 bool useCustomUnderlines = containsComposition && renderer()->document()->frame()->editor()->compositionUsesCustomUnderlines();
392 renderer()->document()->frame()->editor()->compositionStart(),
393 renderer()->document()->frame()->editor()->compositionEnd());
528 const Vector<CompositionUnderline>& underlines = renderer()->document()->frame()->editor()->customCompositionUnderlines();
631 Frame* frame = renderer()->document()->frame(); local
632 if (!frame)
    [all...]

Completed in 551 milliseconds

<<61626364656667686970>>