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

<<61626364656667686970>>

  /external/quake/quake/src/WinQuake/
sys_android.cpp 604 fastestFrame.frame = 0;
606 slowestFrame.frame = 0;
615 fastestFrame.frame = currentFrame;
619 slowestFrame.frame = currentFrame;
636 // find time spent rendering last frame
  /external/speex/libspeex/
nb_celp.c 294 /* Move signals 1 frame towards the past */
337 /* Whole frame analysis (open-loop estimation of pitch and excitation gain) */
348 /* Compute interpolated LPCs (unquantized) for whole frame*/
542 /* Transmit the sub-mode we use for this frame */
630 /* Special case for first frame */
655 /* Offset relative to start of frame */
785 /* Force pitch to use only the current frame if needed */
818 /* Calculate gain correction for the sub-frame (if any) */
888 /* Store the LSPs for interpolation in the next frame */
912 /* The next frame will not be the first (Duh!) *
    [all...]
  /external/webkit/WebCore/css/
CSSFontSelector.cpp 47 #include "Frame.h"
246 Settings* settings = m_document ? m_document->frame() ? m_document->frame()->settings() : 0 : 0;
375 if (!document || !document->frame())
378 const Settings* settings = document->frame()->settings();
  /external/webkit/WebCore/html/
HTMLLinkElement.cpp 32 #include "Frame.h"
210 document()->frame()->loader()->client()
222 if (m_disabledState != 2 && (m_isStyleSheet || (acceptIfTypeContainsTextCSS && type.contains("text/css"))) && document()->frame() && m_url.isValid()) {
226 if (charset.isEmpty() && document()->frame())
227 charset = document()->frame()->loader()->encoding();
  /external/webkit/WebCore/page/
Geolocation.cpp 39 #include "Frame.h"
211 Geolocation::Geolocation(Frame* frame)
214 , m_frame(frame)
704 // references to JS callbacks in the page, to allow the frame to be cleaned up
  /external/webkit/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 449 RGBA32Buffer& frame = m_frameBufferCache[0]; local
450 if (frame.status() != RGBA32Buffer::FrameComplete && m_reader)
451 // Decode this frame.
453 return &frame;
483 // For JPEGs, the frame always fills the entire image.
  /external/webkit/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 191 RGBA32Buffer& frame = m_frameBufferCache[0]; local
192 if (frame.status() != RGBA32Buffer::FrameComplete && m_reader)
193 // Decode this frame.
195 return &frame;
335 // For PNGs, the frame always fills the entire image.
  /external/webkit/WebKit/qt/Api/
qwebelement.cpp 512 Returns the geometry of this element, relative to its containing frame.
665 Returns the web frame which this element is a part of. If the element is a
677 Frame* frame = document->frame();
678 if (!frame)
680 return QWebFramePrivate::kit(frame);
692 Frame* frame = document->frame();
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_psk.c 189 wpa_printf(MSG_INFO, "EAP-PSK: Invalid frame");
194 wpa_printf(MSG_DEBUG, "EAP-PSK: received frame: T=%d", t);
210 wpa_printf(MSG_DEBUG, "EAP-PSK: Too short frame");
236 wpa_printf(MSG_INFO, "EAP-PSK: Invalid frame");
350 wpa_printf(MSG_INFO, "EAP-PSK: Invalid frame");
  /frameworks/base/awt/java/awt/image/
MemoryImageSource.java 370 * frame (for animation): true for multiple frames, false if this class
371 * represents a single frame image.
399 * notifies them that an animation frame is completed only if the {@code
464 * and notifies them that an animation frame is completed if the animated
484 * an animation frame is completed if the animated flag has been set to true
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
d_plsf.h 138 * Purpose : Decodes the 2 sets of LSP parameters in a frame
151 Word16 bfi, /* i : bad frame indicator (set to 1 if a bad
152 frame is received) */
172 Word16 bfi, /* i : bad frame indicator (set to 1 if a */
173 /* bad frame is received) */
  /frameworks/base/media/libstagefright/id3/
ID3.cpp 484 LOGV("partial frame at offset %d (size = %d, bytes-remaining = %d)",
525 LOGV("partial frame at offset %d (size = %d, bytes-remaining = %d)",
534 // Compression, Encryption or per-Frame unsynchronization
537 LOGV("Skipping unsupported frame (compression, encryption "
538 "or per-frame unsynchronization flagged");
  /external/grub/netboot/
i82586.c 51 /* The Rx unit uses a list of frame descriptors and a list of data buffer
53 a one-to-one pairing of frame descriptors to buffer descriptors.
117 #define iSCB_RFA 0xE /* Rx Frame Area offset. */
189 each Rx data frame.
376 POLL - Wait for a frame
396 printf("\nRx frame corrupt, discarded");
398 printf("\nRx frame had error");
401 /* We have a frame, copy it to our buffer */
411 /* Clear the status word and set EOL on Rx frame */
422 TRANSMIT - Transmit a frame
    [all...]
  /external/opencore/codecs_v2/audio/mp3/dec/src/
pvmp3_framedecoder.cpp 65 bitRate - bit rate in bits per second, varies frame to frame.
73 frame decoder library driver
239 * during the decoded of the associated frame
268 * field "main_data_begin" of the current frame. The length does not include
270 * "main_data_begin" points to the first bit of main data of a frame. It is a negative
279 * Check if available data holds a full frame, if not flag an error
320 * Main data could be located in the previous frame, so an unaccounted
321 * frame can cause incorrect processing
526 * will not fix this, so this is a bad frame,
    [all...]
  /external/opencore/codecs_v2/omx/omx_h264enc/src/
omx_avcenc_component.cpp 194 /* output buffers based on frame boundaries instead of NAL boundaries and specify NAL boundaries through
205 /* output buffers based on frame boundaries instead of NAL boundaries and specify NAL boundaries
565 * copy it now and send back before processing new input frame */
578 //Dequeue new output buffer to continue encoding the next frame
667 //If encoder returned error in case of frame skip/corrupt frame, report it to the client via a callback
671 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_NOTICE, (0, "OmxComponentAvcEncAO : Frame skipped, ProcessData ErrorStreamCorrupt callback send"));
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.c 95 gainIncrement = (pWTIntFrame->frame.gainTarget - pWTIntFrame->prevGain) << (16 - SYNTH_UPDATE_PERIOD_IN_BITS);
191 phaseInc = pWTIntFrame->frame.phaseIncrement;
280 phaseInc = pWTIntFrame->frame.phaseIncrement;
370 b1 = -pWTIntFrame->frame.b1;
373 b2 = -pWTIntFrame->frame.b2 >> 1;
376 k = pWTIntFrame->frame.k >> 1;
430 phaseInc = pWTIntFrame->frame.phaseIncrement;
492 if (pWTIntFrame->frame.k != 0)
506 gainIncLeft = (((pWTIntFrame->frame.gainTarget * pWTVoice->gainLeft) << 1) - gainLeft) >> SYNTH_UPDATE_PERIOD_IN_BITS;
510 gainIncRight = (((pWTIntFrame->frame.gainTarget * pWTVoice->gainRight) << 1) - gainRight) >> SYNTH_UPDATE_PERIOD_IN_BITS
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.c 95 gainIncrement = (pWTIntFrame->frame.gainTarget - pWTIntFrame->prevGain) << (16 - SYNTH_UPDATE_PERIOD_IN_BITS);
191 phaseInc = pWTIntFrame->frame.phaseIncrement;
280 phaseInc = pWTIntFrame->frame.phaseIncrement;
370 b1 = -pWTIntFrame->frame.b1;
373 b2 = -pWTIntFrame->frame.b2 >> 1;
376 k = pWTIntFrame->frame.k >> 1;
430 phaseInc = pWTIntFrame->frame.phaseIncrement;
492 if (pWTIntFrame->frame.k != 0)
506 gainIncLeft = (((pWTIntFrame->frame.gainTarget * pWTVoice->gainLeft) << 1) - gainLeft) >> SYNTH_UPDATE_PERIOD_IN_BITS;
510 gainIncRight = (((pWTIntFrame->frame.gainTarget * pWTVoice->gainRight) << 1) - gainRight) >> SYNTH_UPDATE_PERIOD_IN_BITS
    [all...]
  /external/webkit/WebCore/dom/
SelectElement.cpp 31 #include "Frame.h"
349 if (Frame* frame = element->document()->frame())
350 frame->page()->chrome()->client()->formStateDidChange(element);
721 if (Frame* frame = element->document()->frame())
722 frame->eventHandler()->setMouseDownMayStartAutoscroll();
726 } else if (event->type() == eventNames().mouseupEvent && event->isMouseEvent() && static_cast<MouseEvent*>(event)->button() == LeftButton && element->document()->frame()->eventHandler()->autoscrollRenderer() != element->renderer()
    [all...]
  /external/webkit/WebCore/platform/network/mac/
ResourceHandleMac.mm 37 #import "Frame.h"
152 bool ResourceHandle::start(Frame* frame)
154 if (!frame)
161 Page* page = frame->page();
224 d->m_needsSiteSpecificQuirks = frame->settings() && frame->settings()->needsSiteSpecificQuirks();
228 if (d->m_shouldContentSniff || frame->settings()->localFileContentSniffingEnabled())
394 bool ResourceHandle::willLoadFromCache(ResourceRequest& request, Frame*)
413 void ResourceHandle::loadResourceSynchronously(const ResourceRequest& request, StoredCredentials storedCredentials, ResourceError& error, ResourceResponse& response, Vector<char>& data, Frame*)
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_framedecoder.cpp 65 bitRate - bit rate in bits per second, varies frame to frame.
73 frame decoder library driver
239 * during the decoded of the associated frame
268 * field "main_data_begin" of the current frame. The length does not include
270 * "main_data_begin" points to the first bit of main data of a frame. It is a negative
279 * Check if available data holds a full frame, if not flag an error
320 * Main data could be located in the previous frame, so an unaccounted
321 * frame can cause incorrect processing
526 * will not fix this, so this is a bad frame,
    [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
dec_amr.cpp 40 This file contains the function used to decode one speech frame using a given
81 #include "frame.h"
336 // Initialize memories of bad frame handling
438 /* Initialize memories of bad frame handling */
496 frame_type = received frame type (enum RXFrameType)
518 This function performs the decoding of one speech frame for a given codec
539 enum RXFrameType frame_type, // i : received frame type
584 Word16 bfi = 0; // bad frame indication flag
585 Word16 pdfi = 0; // potential degraded bad frame flag
651 // If this frame is the first speech frame after CNI period
    [all...]
  /external/opencore/engines/adapters/player/framemetadatautility/src/
pv_frame_metadata_utility.cpp     [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp 38 #include "Frame.h"
419 Frame* frame = document->frame();
420 if (!frame)
423 return !frame->isContentEditable();
438 FrameView* view = m_renderer->document()->frame()->view();
802 if (Frame* frame = node->document()->frame()) {
2311 Frame* frame = static_cast<FrameView*>(widget)->frame(); local
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
dec_amr.cpp 40 This file contains the function used to decode one speech frame using a given
83 #include "frame.h"
337 // Initialize memories of bad frame handling
439 /* Initialize memories of bad frame handling */
497 frame_type = received frame type (enum RXFrameType)
519 This function performs the decoding of one speech frame for a given codec
540 enum RXFrameType frame_type, // i : received frame type
585 Word16 bfi = 0; // bad frame indication flag
586 Word16 pdfi = 0; // potential degraded bad frame flag
652 // If this frame is the first speech frame after CNI period
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa.c 97 * @dest: Destination address for the frame
300 * @dst: Destination address for the frame
301 * @key: Pointer to the EAPOL-Key frame header
303 * @nonce: Nonce value for the EAPOL-Key frame
475 * likelyhood of the first preauth EAPOL-Start frame getting to
882 * @dst: Destination address for the frame
883 * @key: Pointer to the EAPOL-Key frame header
886 * @kde: KDEs to include the EAPOL-Key frame
    [all...]

Completed in 299 milliseconds

<<61626364656667686970>>