HomeSort by relevance Sort by last modified time
    Searched refs:frames (Results 376 - 400 of 858) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/es6/debug-promises/
reject-uncaught-uncaught.js 36 // All of the frames on the stack are from native Javascript.
reject-with-invalid-reject.js 43 // All of the frames on the stack are from native Javascript.
reject-with-undefined-reject.js 43 // All of the frames on the stack are from native Javascript.
throw-with-undefined-reject.js 49 // All of the frames on the stack are from native Javascript.
  /external/chromium_org/v8/test/webkit/
reentrant-call-unwind.js 25 "This test checks that unwinding of exceptions properly copies registers of activation frames created by reentrant calls to JavaScript."
  /external/valgrind/main/gdbserver_tests/
mchelp.stdoutB.exp 13 v.set merge-recursive-frames <num> : merge recursive calls in max <num> frames
58 v.set merge-recursive-frames <num> : merge recursive calls in max <num> frames
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 91 --merge-recursive-frames=<number> merge frames between identical
92 program counters in max <number> frames) [0]
107 than <number> good frames found [0, meaning "disabled"]
109 --unw-stack-scan-frames=<number> Max number of frames that can be
  /external/chromium_org/net/quic/
quic_client_session.cc 285 const std::vector<QuicStreamFrame>& frames) {
286 // Record total number of stream frames.
287 UMA_HISTOGRAM_COUNTS("Net.QuicNumStreamFramesInPacket", frames.size());
289 // Record number of frames per stream in packet.
292 for (size_t i = 0; i < frames.size(); ++i) {
293 frames_per_stream[frames[i].stream_id]++;
301 return QuicSession::OnStreamFrames(frames);
quic_connection.h 61 // Class that receives callbacks from the connection when frames are received
67 // A simple visitor interface for dealing with data frames.
68 virtual void OnStreamFrames(const std::vector<QuicStreamFrame>& frames) = 0;
70 // The session should process all WINDOW_UPDATE frames, adjusting both stream
73 const std::vector<QuicWindowUpdateFrame>& frames) = 0;
75 // BLOCKED frames tell us that the peer believes it is flow control blocked on
78 virtual void OnBlockedFrames(const std::vector<QuicBlockedFrame>& frames) = 0;
430 // Returns true if the connection has queued packets or frames.
456 // Retransmits all unacked packets with retransmittable frames if
507 // While the bundler is in scope, any generated frames are bundle
    [all...]
quic_unacked_packet_map.cc 83 RetransmittableFrames* frames = transmission_info->retransmittable_frames; local
84 LOG_IF(DFATAL, frames == NULL) << "Attempt to retransmit packet with no "
85 << "retransmittable frames: "
122 TransmissionInfo(frames,
190 // frames associated with this packet.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 510 uptr SymbolizePC(uptr addr, AddressInfo *frames, uptr max_frames) {
522 addr, frames, max_frames, module_name, module_offset);
530 AddressInfo *info = &frames[0];
537 AddressInfo *info = &frames[frame_id];
542 // There are no more frames.
570 AddressInfo *info = &frames[0];
  /frameworks/wilhelm/tests/sandbox/
playbq.c 264 fprintf(stderr, " -f# frames per buffer (default 512)\n");
504 sf_count_t frames = framesPerBuffer; local
508 count = sf_readf_float(sndfile, (float *) buffer, frames);
511 count = sf_readf_int(sndfile, (int *) buffer, frames);
514 count = sf_readf_int(sndfile, (int *) buffer, frames);
518 count = sf_readf_short(sndfile, (short *) buffer, frames);
playbq.cpp 264 fprintf(stderr, " -f# frames per buffer (default 512)\n");
504 sf_count_t frames = framesPerBuffer; local
508 count = sf_readf_float(sndfile, (float *) buffer, frames);
511 count = sf_readf_int(sndfile, (int *) buffer, frames);
514 count = sf_readf_int(sndfile, (int *) buffer, frames);
518 count = sf_readf_short(sndfile, (short *) buffer, frames);
  /external/chromium_org/net/spdy/
spdy_test_util_common.cc 190 int CombineFrames(const SpdyFrame** frames, int num_frames,
194 total_len += frames[i]->size();
199 int len = frames[i]->size();
200 memcpy(ptr, frames[i]->data(), len);
1017 const SpdyFrame* frames[2] = { local
1063 const SpdyFrame* frames[2] = { local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
pcm.h 293 /** Unsigned frames quantity */
295 /** Signed frames quantity */
447 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
449 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
642 int snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
643 int snd_pcm_hw_params_get_period_size_min(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
644 int snd_pcm_hw_params_get_period_size_max(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm.h 293 /** Unsigned frames quantity */
295 /** Signed frames quantity */
447 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
449 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
642 int snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
643 int snd_pcm_hw_params_get_period_size_min(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
644 int snd_pcm_hw_params_get_period_size_max(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 325 * Queue some frames with an EOS on the last one. Test that we have decoded as many
326 * frames as we queued. This tests the EOS handling of the codec to see if all queued
327 * (and out-of-order) frames are actually decoded and returned.
353 warn("decoded " + decodedFrames + " frames out of " +
371 * This is how seeking should be done if all frames must be outputted. This also tests that
391 " frames", this, c) {
400 warn("decoded " + decodedFrames + " frames out of " +
446 new Step("testing DRC with reconfigure after " + queuedFrames + " frames",
458 warn("decoded " + decodedFrames + " frames out of " +
485 * with different resolutions, verify that all queued frames were decoded. Her
    [all...]
  /bootable/recovery/minui/
graphics.c 308 int frames;
309 int result = res_create_multi_surface("icon_installing", &frames, &images);
327 gr_surface frame = images[x%frames];
  /device/samsung/manta/audio/
audio_hw.c 173 uint64_t written; /* total frames written, not cleared when entering standby */
819 * multiple of 16 frames, as audioflinger expects audio buffers to
820 * be a multiple of 16 frames
890 /* read_frames() reads frames from kernel driver, down samples to capture rate
891 * if necessary and output the number of frames requested to the buffer specified */
892 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames)
897 while (frames_wr < frames) {
898 size_t frames_rd = frames - frames_wr;
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
FramesTest.java 40 * JDWP Unit test for ThreadReference.Frames command.
61 * This testcase exercises ThreadReference.Frames command.
65 * <BR> Then the tests performs the ThreadReference.Frames command
115 * This testcase exercises ThreadReference.Frames command.
119 * <BR> Then the tests performs the ThreadReference.Frames command
170 * This testcase exercises ThreadReference.Frames command.
174 * <BR> Then the tests performs the ThreadReference.Frames command
177 * <BR>It is expected an empty set of frames is returned.
212 logWriter.println("empty set of frames is returned");
214 printErrorAndFail("it is expected an empty set of frames, but frameCount =
423 Vector<FrameStruct> frames = new Vector<FrameStruct>(); local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py 31 """This file provides classes and helper functions for parsing/building frames
179 unmask_receive: unmask received frames. When received unmasked
213 'configuration for received frames')
302 # This is for skipping UTF-8 encoding when building text type frames
309 # frames in the message are all the same.
319 raise ValueError('Message types are different in frames for '
349 'Payload data size of control frames must be 125 bytes or less')
395 # Filters applied to frames.
399 # Filters applied to messages. Control frames are not affected by them.
406 # RFC6455 disallows fragmented control frames, but mux extensio
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/cast_streaming/
cast_streaming_apitest.cc 97 // An in-process Cast receiver that examines the audio/video frames being
161 if (audio_frame->frames() <= 0) {
175 audio_frame->frames());
179 audio_frame->frames() / static_cast<float>(audio_config().frequency);
210 // new frames.
  /external/chromium_org/content/renderer/media/
webrtc_audio_capturer.cc 37 for (int frame = 0; frame < audio_source.frames(); ++frame) {
507 DCHECK_EQ(audio_source->frames(),
521 audio_power_monitor_.Scan(*audio_source, audio_source->frames());
webrtc_audio_renderer.cc 164 // Nexus 7 : 240 audio frames => 2*480 = 960
435 audio_fifo_->Consume(audio_bus, audio_bus->frames());
439 return (state_ == PLAYING) ? audio_bus->frames() : 0;
453 << audio_bus->frames() << ")";
  /external/chromium_org/media/audio/win/
audio_low_latency_input_win_unittest.cc 69 num_received_audio_frames_ += src->frames();
130 const int num_samples = src->frames() * src->channels();
133 src->ToInterleaved(src->frames(), bytes_per_sample, interleaved.get());

Completed in 2151 milliseconds

<<11121314151617181920>>