HomeSort by relevance Sort by last modified time
    Searched full:frames (Results 126 - 150 of 3653) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/net/quic/
quic_packet_generator.h 6 // Packets are serialized just-in-time. Control frames are queued.
7 // Ack and Feedback frames will be requested from the Connection
28 // include any previous queued frames. If an ack should be sent
104 // attaches a QuicAckNotifier to any created stream frames, which
121 // Flushes all queued frames, even frames which are not sendable.
133 // Test to see if we have pending ack, feedback, or control frames.
139 // frames.
160 // serialize it). Retransmittable frames are referenced elsewhere so that they
quic_stream_sequencer_test.cc 62 const FrameMap* frames() const { return &frames_; } function in class:net::test::QuicStreamSequencerPeer
146 EXPECT_EQ(0u, sequencer_->frames()->size());
151 EXPECT_EQ(0u, sequencer_->frames()->size());
159 "Some frames will be impossible to handle.");
175 EXPECT_EQ(1u, sequencer_->frames()->size());
180 EXPECT_EQ(1u, sequencer_->frames()->size());
187 EXPECT_EQ(0u, sequencer_->frames()->size());
195 EXPECT_EQ(0u, sequencer_->frames()->size());
202 EXPECT_EQ(0u, sequencer_->frames()->size());
210 EXPECT_EQ(1u, sequencer_->frames()->size())
    [all...]
  /external/chromium_org/net/websockets/
websocket_deflate_predictor_impl.h 23 virtual Result Predict(const ScopedVector<WebSocketFrame>& frames,
websocket_frame_parser.h 20 // Parses WebSocket frames from byte stream.
30 // Decodes the given byte stream and stores parsed WebSocket frames in
37 // Payload data of parsed WebSocket frames may be incomplete; see comments in
44 // WebSocket frames. Otherwise returns WebSocketError which is defined in
websocket_stream.h 37 // WebSocket frames. This class provides an abstraction for WebSocket streams
93 // |frames| remains owned by the caller and must be valid until the
94 // operation completes or Close() is called. |frames| must be empty on
102 // frames->size() >= 1 if the result is OK.
104 // Only frames with complete header information are inserted into |frames|. If
128 virtual int ReadFrames(ScopedVector<WebSocketFrame>* frames,
133 // |frames| must be valid until the operation completes or Close() is called.
138 // This method will only return OK if all frames were written completely.
145 virtual int WriteFrames(ScopedVector<WebSocketFrame>* frames,
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
video-statistics.html 10 Decoded frames: 0 average p/s: 0<br>
11 Dropped frames: 0 average p/s: 0<br>
72 "Decoded frames: " + v.webkitDecodedFrameCount + " average p/s: " + decodedMean.mean() + "<br>" +
73 "Dropped frames: " + v.webkitDroppedFrameCount + " average p/s: " + dropMean.mean() + "<br>";
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioFIFO.h 38 // Create a FIFO large enough to hold |fifoLength| frames of data of |numberOfChannels| channels.
44 // Consume |framesToConsume| frames of data from the FIFO and put them in |destination|. The
45 // corresponding frames are removed from the FIFO.
48 // Number of frames of data that are currently in the FIFO.
UpSampler.h 59 // This filter will be used to compute the odd sample-frames of the output.
63 // Computes the odd sample-frames of the output.
68 // Delay line for generating the even sample-frames of the output.
70 // used to generate the odd sample-frames of the output.
  /external/iproute2/include/linux/
if_ether.h 66 #define ETH_P_PAUSE 0x8808 /* IEEE Pause frames. See 802.3 31B */
99 #define ETH_P_802_3 0x0001 /* Dummy type for 802.3 frames */
102 #define ETH_P_802_2 0x0004 /* 802.2 frames */
105 #define ETH_P_WAN_PPP 0x0007 /* Dummy type for WAN PPP frames*/
106 #define ETH_P_PPP_MP 0x0008 /* Dummy type for PPP MP frames */
110 #define ETH_P_TR_802_2 0x0011 /* 802.2 frames */
112 #define ETH_P_CONTROL 0x0016 /* Card specific control frames */
115 #define ETH_P_HDLC 0x0019 /* HDLC frames */
119 #define ETH_P_PHONET 0x00F5 /* Nokia Phonet frames */
  /external/kernel-headers/original/linux/can/
raw.h 24 CAN_RAW_ERR_FILTER, /* set filter for error frames */
  /external/kernel-headers/original/linux/
if_ether.h 66 #define ETH_P_PAUSE 0x8808 /* IEEE Pause frames. See 802.3 31B */
90 #define ETH_P_802_3 0x0001 /* Dummy type for 802.3 frames */
93 #define ETH_P_802_2 0x0004 /* 802.2 frames */
96 #define ETH_P_WAN_PPP 0x0007 /* Dummy type for WAN PPP frames*/
97 #define ETH_P_PPP_MP 0x0008 /* Dummy type for PPP MP frames */
101 #define ETH_P_TR_802_2 0x0011 /* 802.2 frames */
103 #define ETH_P_CONTROL 0x0016 /* Card specific control frames */
106 #define ETH_P_HDLC 0x0019 /* HDLC frames */
110 #define ETH_P_PHONET 0x00F5 /* Nokia Phonet frames */
  /external/srec/srec/ca/
utt_proc.c 40 int ii, frames = 0; local
42 frames = get_background_statistics(hUtt->data.gen_utt.frame,
47 /* log_report ("UTT (%d): ", frames); */
54 return (frames);
  /external/webrtc/test/testsupport/
frame_reader.h 22 // Handles reading of frames from video files.
28 // This must be called before reading of frames has started.
34 // Returns true if there are more frames to read, false if we've already
44 // Total number of frames in the input video source.
  /external/webrtc/test/testsupport/metrics/
video_metrics.cc 50 result->frames.push_back(frame_result);
55 if (result == NULL || result->frames.size() == 0) {
61 for (iter = result->frames.begin(); iter != result->frames.end(); ++iter) {
64 result->average = metrics_values_sum / result->frames.size();
67 iter = min_element(result->frames.begin(), result->frames.end(),
71 iter = max_element(result->frames.begin(), result->frames.end(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable1-expected-completion50.txt 2 <animation-list /> : Drawable used to render several animated frames.
  /external/chromium_org/media/filters/
audio_renderer_algorithm.cc 24 // 1) Extract |target_block_| as input frames at indices
28 // 2) Extract |search_block_| as input frames at indices
66 // The starting size in frames for |audio_buffer_|. Previous usage maintained a
67 // queue of 16 AudioBuffers, each of 512 frames. This worked well, so we
68 // maintain this number of frames.
158 std::min(static_cast<int>(audio_buffer_.frames() / playback_rate_),
161 // Compute accurate number of frames to actually skip in the source data.
163 // only skip over complete frames, so a partial frame may remain for next
174 // frames again.
186 std::min(audio_buffer_.frames(), requested_frames)
244 const int frames = audio_buffer_.frames(); local
    [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 93 uint32_t mServer; // Number of filled frames consumed by server (mIsOut),
94 // or filled frames provided by server (!mIsOut).
156 size_t mFrameCount; // number of frames available in this buffer
158 size_t mNonContig; // number of additional non-contiguous frames available
173 size_t mUnreleased; // unreleased frames remaining from most recent obtainBuffer
189 // Obtain a buffer with filled frames (reading) or empty frames (writing).
194 // buffer->mFrameCount should be initialized to maximum number of desired frames,
205 // buffer->mFrameCount has the actual number of contiguous available frames,
207 // buffer->mNonContig is the number of additional non-contiguous available frames
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
InputPort.java 22 * Input ports are the receiving ports of frames in a filter.
25 * Frames flow from output ports to input ports. Filters can process frame data by calling
82 * @param outputPort the output port that Frames will be pushed to.
93 * Use this when you wish to be notified of incoming frames. The listener method
99 * @param listener the listener to handle incoming Frames.
109 * Use this when you wish to pull frames directly into a field of the filter. This requires
110 * that the input frames can be interpreted as object-based frames of the field's class.
129 * Use this when you wish to pull frames directly into a field of the filter. This requires
130 * that the input frames can be interpreted as object-based frames of the field's class
    [all...]
  /frameworks/wilhelm/tools/permute/
permute.c 75 /** Split the specified range of frames, using the allowed budget of segments.
202 switch (sfinfo_in.frames) {
205 fprintf(stderr, "%s: unsupported frames %d\n", path_in, (int) sfinfo_in.frames);
212 double durationSeconds = (double) sfinfo_in.frames / (double) sfinfo_in.samplerate;
224 used = split(&s, 0, sfinfo_in.frames, s.mSegmentMax);
241 void *ptr = malloc(sfinfo_in.frames * frameSizeRead);
244 count = sf_readf_short(sf_in, ptr, sfinfo_in.frames);
245 if (count != sfinfo_in.frames) {
246 fprintf(stderr, "%s: expected to read %d frames but actually read %d frames\n", path_in
    [all...]
  /external/chromium_org/cc/debug/
frame_rate_counter.h 16 // intelligently compute average frames per second.
31 // This is a heuristic that can be used to ignore frames in a reasonable way.
  /external/chromium_org/chrome/renderer/safe_browsing/
malware_dom_details.h 5 // MalwareDOMDetails iterates over a document's frames and gathers
6 // interesting URLs such as those of scripts and frames. When done, it sends
  /external/chromium_org/content/child/
image_decoder.h 32 // Returns all frames found in the image represented by data. If there are
33 // multiple frames at the same size, only the first one is returned.
  /external/chromium_org/content/test/data/
browser_plugin_embedder.html 16 plugin.contentWindow.frames[0].postMessage('testing123', '*');
18 plugin.contentWindow.frames.postMessage('testing123', '*');
  /external/chromium_org/content/test/data/npapi/
npobject_lifetime_test.html 34 var plugin_frame = window.frames["plugin_frame"];
36 alert("failed to find frame in frames list");
  /external/chromium_org/media/audio/
null_audio_sink.h 39 // Returns the hash of all audio frames seen since construction.
53 // Controls whether or not a running hash is computed for audio frames.

Completed in 1926 milliseconds

1 2 3 4 56 7 8 91011>>