/external/chromium_org/net/quic/ |
quic_client_session.h | 127 const std::vector<QuicStreamFrame>& frames) OVERRIDE;
|
quic_connection_test.cc | 703 QuicFrames frames; local 704 frames.push_back(QuicFrame(frame)); 708 peer_creator_.SerializeAllFrames(frames); 873 QuicFrames frames; local 875 frames.push_back(frame); 877 BuildUnsizedDataPacket(&framer_, header_, frames).packet; 894 QuicFrames frames; local 896 frames.push_back(frame); 898 BuildUnsizedDataPacket(&framer_, header_, frames).packet; 917 QuicFrames frames; local 3251 QuicFrames frames; local 3289 QuicFrames frames; local 3334 QuicFrames frames; local 3379 QuicFrames frames; local 3534 QuicFrames frames; local 3810 QuicFrames frames; local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
ResourceTreeModel.js | 349 frames: function() 426 // Workers call into this with no frames available. 627 var frames = this._childFrames; 629 for (var i = 0; i < frames.length; ++i) 630 frames[i]._remove();
|
/external/chromium_org/third_party/opus/src/include/ |
opus.h | 514 /** Parse an opus packet into one or more frames. 517 * This function does not copy the frames, the returned pointers are pointers into 522 * @param [out] frames <tt>char*[48]</tt> encapsulated frames 523 * @param [out] size <tt>opus_int16[48]</tt> sizes of the encapsulated frames 525 * @returns number of frames 531 const unsigned char *frames[48], 565 /** Gets the number of frames in an Opus packet. 568 * @returns Number of frames 617 * whereas merging valid packets only succeeds if all frames have the sam [all...] |
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/ |
framedrop_primitives.cc | 34 // Writes the frames to be encoded to file and tracks which frames are sent in 60 // Tracks which frames are sent in external transport on the local side 78 // Tracks which frames are received in external transport on the remote side 96 // Tracks when frames are decoded on the remote side (received from the 253 // frames which for instance are rendered but not decoded. 275 const std::vector<Frame*>& frames) { 283 ASSERT_FALSE(frames.front()->dropped_at_render) << "It should not be " 290 // Process the file and write frame duplicates for all dropped frames. 291 for (std::vector<Frame*>::const_iterator it = frames.begin() [all...] |
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/ |
android_backend.py | 81 symbol/source info) to the stack frames of |native_heaps|. The heaps 103 # First group all the stack frames together by lib path. 107 frames = frames_by_lib.setdefault(stack_frame.exec_file_rel_path, set()) 108 frames.add(stack_frame) 122 for exec_file_rel_path, frames in frames_by_lib.iteritems(): 160 for stack_frame in sorted(frames, key=lambda x: x.offset):
|
/external/chromium_org/tools/memory_inspector/memory_inspector/data/ |
serialization.py | 37 # Just keep the list of (distinct) stack frames from the index. Encoding 46 # Keep just absolute addrs of stack frames. The full frame details will be 49 return [frame.address for frame in obj.frames] 52 # Strip out the symbol information from stack frames. Symbols are stored 103 # Then load backtraces (reusing stack frames from the index above).
|
/external/chromium_org/tools/perf/page_sets/ |
polymer.py | 175 # currently active as they typically don't produce animation frames.
|
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/ |
smoothness.py | 14 'Not enough frames for smoothness metrics (at least two are required).\n' 27 60 frames per second (fps) and uniformly distributed over the sequence. To 33 mostly_smooth: Whether we hit 60 fps for 95% of all frames 39 than 2 frames, we will return telemetry values with None values for each of 73 """Whether we have collected at least two frames in every timestamp list.""" 150 metric which tracks whether we hit 60 fps for 95% of the frames. 176 description='Were 95 percent of the frames hitting 60 fps?'
|
/external/libopus/include/ |
opus.h | 514 /** Parse an opus packet into one or more frames. 517 * This function does not copy the frames, the returned pointers are pointers into 522 * @param [out] frames <tt>char*[48]</tt> encapsulated frames 523 * @param [out] size <tt>opus_int16[48]</tt> sizes of the encapsulated frames 525 * @returns number of frames 531 const unsigned char *frames[48], 565 /** Gets the number of frames in an Opus packet. 568 * @returns Number of frames 617 * whereas merging valid packets only succeeds if all frames have the sam [all...] |
/external/libunwind/doc/ |
libunwind-setjmp.tex | 36 \Func{longjmp}() will be proportional to the number of call frames 49 ensure that each of the functions whose stack frames may have to be
|
/external/libvpx/libvpx/third_party/nestegg/src/ |
nestegg.c | 1253 uint64_t track_number, length, frame_sizes[256], cluster_tc, flags, frames, tc_scale, total; local 1284 frames = 0; 1292 frames = 1; 1297 r = ne_read_uint(ctx->io, &frames, 1); 1301 frames += 1; 1304 if (frames > 256) 1312 if (frames == 1) 1314 r = ne_read_xiph_lacing(ctx->io, (size_t)block_size, &consumed, frames, frame_sizes); 1319 if ((block_size - consumed) % frames) 1321 for (i = 0; i < frames; ++i [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
Vp8CodecTestBase.java | 50 * The stream is later decoded by vp8 decoder to verify frames are decodable and to 65 // Default sync frame interval in frames (zero means allow the encoder to auto-select 81 // Scaled image cache list - contains scale factors, for which up-scaled frames 202 // Number of frames to encode. 204 // Frame rate of input file in frames per second. 211 // is shorter than the total number of frames, the last value is re-used for 212 // all remaining frames. For constant bitrate encoding single element 219 // Desired key frame interval - codec is asked to generate key frames 223 // explicitly request the codec to generate key frames using 508 * @param frameRate Frame rate of input file in frames per secon 1764 int frames = 0; local 1922 int frames = 0; local [all...] |
/external/chromium_org/media/cast/sender/ |
audio_encoder.cc | 25 // The fixed number of audio frames per second and, inversely, the duration of 86 // frame's RTP timestamp by the estimated number of frames missed. On the 112 // Encode all audio in |audio_bus| into zero or more frames. 114 while (src_pos < audio_bus->frames()) { 116 samples_per_frame_ - buffer_fill_end_, audio_bus->frames() - src_pos); 286 // perfectly capable of transporting larger than MTU-sized audio frames.
|
/external/chromium_org/media/cast/test/ |
end2end_unittest.cc | 65 // a normal video is 30 fps hence the 33 ms between frames. 75 // The size of audio frames. The encoder joins/breaks all inserted audio into 251 // Class that verifies the audio frames coming out of the receiver. 271 AudioBus::Create(audio_bus.channels(), audio_bus.frames()).Pass(); 295 EXPECT_EQ(audio_bus->frames(), expected_audio_frame->audio_bus->frames()); 299 expected_audio_frame->audio_bus->frames()), 301 audio_bus->frames()), 329 expected_audio_frame.audio_bus->frames(), 337 expected_audio_frame.audio_bus->frames())); [all...] |
/external/chromium_org/third_party/webrtc/common_audio/resampler/ |
push_sinc_resampler_unittest.cc | 49 void Run(int frames, float* destination) { 50 memset(destination, 0, sizeof(float) * frames);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1118.js | 31 // should be able to construct a receiver from all optimized stack frames.
|
regress-298269.js | 33 // to iterates optimized frames and visit safepoint pointers.
|
regress-crbug-150545.js | 32 // frames for that.
|
/external/chromium_org/v8/test/mjsunit/ |
stack-traces-custom-lazy.js | 39 Error.prepareStackTrace = function(e, frames) {
|
debug-evaluate-locals-optimized-double.js | 77 // All frames except the bottom one have expected locals. 84 // All frames except the bottom one have expected arguments. 91 // All frames except the bottom one have two scopes.
|
debug-evaluate-locals-optimized.js | 68 // All frames except the bottom one have expected locals. 75 // All frames except the bottom one have expected arguments. 82 // All frames except the bottom one have two scopes.
|
/external/lldb/examples/darwin/heap_find/ |
heap.py | 230 parser.add_option('-F', '--max-frames', type='int', dest='max_frames', help='the maximum number of stack frames to print when using the --stack or --stack-history options (default=128)', default=128) 291 result.AppendMessage('stack[%u]: addr = 0x%x, type=%s, frames:' % (idx, address, type_str)) 294 pc = int(stack_history_entry.frames[idx]) 297 frames = symbolicator.symbolicate(pc) 298 if frames: 299 for frame in frames: 306 pc = int(stack_history_entry.frames[idx]) 310 result.AppendMessage('warning: the max number of stack frames (%u) was reached, use the "--max-frames=<COUNT>" option to see more frames' % (options.max_frames) [all...] |
/external/lldb/examples/python/ |
crashlog.py | 17 # described in the crash log. Only the files that have stack frames 98 self.frames = list() 106 if self.frames: 107 print "%s Frames:" % (prefix) 108 for frame in self.frames: 324 thread.frames.append (CrashLog.Frame(int(frame_match.group(1)), int(frame_match.group(3), 0), frame_match.group(4))) 433 inlined stack frames back to the concrete functions, and disassemble the location of the crash 561 for (frame_idx, frame) in enumerate(thread.frames): 642 # Only load the images found in stack frames for the crashed threads 680 for frame_idx, frame in enumerate(thread.frames) [all...] |
/external/chromium_org/v8/src/ |
isolate.cc | 322 // Skip all frames until we've seen the caller. 362 // If the caller parameter is a function we skip frames until we're 365 // First element is reserved to store the number of sloppy frames. 376 List<FrameSummary> frames(FLAG_max_inlining_levels + 1); 377 frame->Summarize(&frames); 378 for (int i = frames.length() - 1; i >= 0; i--) { 379 Handle<JSFunction> fun = frames[i].function(); 380 Handle<Object> recv = frames[i].receiver(); 381 // Filter out internal frames that we do not want to show. 383 // Filter out frames from other security contexts [all...] |