/external/chromium_org/net/tools/quic/ |
quic_time_wait_list_manager_test.cc | 151 QuicFrames frames; local 152 frames.push_back(frame); 154 BuildUnsizedDataPacket(&framer_, header, frames).packet);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
timelinePanel.css | 58 .timeline-overview-frames-mode #timeline-overview-grid { 66 .timeline-overview-frames-mode .overview-grid-window, 67 .timeline-overview-frames-mode .overview-grid-dividers-background { 266 #timeline-overview-frames { 289 #timeline-overview-frames canvas { 368 .timeline-frames-status-bar-item .glyph {
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
video_sender_unittest.cc | 144 int frames = 0; local 150 frames++; 152 return frames; 357 // Note: SetChannelParameters fails if less than 2 frames are in the
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux_libcdep.cc | 239 // We need to pop a few frames so that pc is on top. 258 InternalScopedBuffer<backtrace_frame_t> frames(kStackTraceMax); 261 frames.data(), 271 trace[size++] = frames[i].absolute_pc + 2;
|
/external/chromium_org/content/browser/speech/ |
speech_recognition_browsertest.cc | 149 audio_bus->frames(),
|
/external/chromium_org/media/audio/alsa/ |
alsa_output.h | 130 static base::TimeDelta FramesToTimeDelta(int frames, double sample_rate);
|
/external/chromium_org/media/audio/ |
fake_audio_input_stream.cc | 149 // Compute the number of frames to output high value. Then compute the 171 buffer_.get(), audio_bus_->frames(), params_.bits_per_sample() / 8);
|
/external/chromium_org/media/audio/mac/ |
audio_input_mac.cc | 228 audio_data, audio_bus_->frames(), format_.mBitsPerChannel / 8);
|
/external/chromium_org/media/audio/sounds/ |
audio_stream_handler.cc | 25 // The number of frames each OnMoreData() call will request. 124 return dest->frames();
|
/external/chromium_org/media/audio/win/ |
audio_low_latency_output_win_unittest.cc | 118 audio_bus->frames() * audio_bus->channels() * kBitsPerSample / 8; 124 int frames = max_size / (audio_bus->channels() * kBitsPerSample / 8); local 127 file_->data() + pos_, frames, kBitsPerSample / 8); 130 return frames;
|
/external/chromium_org/media/filters/ |
audio_renderer_impl_unittest.cc | 236 // Delivers decoded frames to |renderer_|. 237 void SatisfyPendingRead(InputFrames frames) { 238 CHECK_GT(frames.value, 0); 248 frames.value, 250 next_timestamp_->AddFrames(frames.value); 277 // Delivers frames until |renderer_|'s internal buffer is full and no longer 285 // Attempts to consume |requested_frames| frames from |renderer_|'s internal
|
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
symtable.c | 32 struct XRayFrameInfo frames[XRAY_MAX_FRAMES]; member in struct:XRaySymbol
|
/external/chromium_org/net/quic/ |
quic_client_session.h | 127 const std::vector<QuicStreamFrame>& frames) OVERRIDE;
|
/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...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
testgl.c | 459 int frames; local 610 frames = 0; 756 ++frames; 759 /* Print out the frames per second */ 763 ((float)frames/(this_time-start_time))*1000.0);
|
/external/srec/srec/include/ |
utteranc.h | 42 #define DEFAULT_BUFFER_SIZE 100 /* in frames */ 43 #define KEEP_FRAMES 40 /* in frames, past frames kept */ 229 int update_utb_header(file_utterance_info *utt, int frames, int samplerate,
|