HomeSort by relevance Sort by last modified time
    Searched refs:frames (Results 326 - 350 of 807) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/renderer/media/
webrtc_audio_device_impl.cc 79 // Write audio frames in blocks of 10 milliseconds to the registered
131 render_buffer_.resize(audio_bus->frames() * audio_bus->channels());
144 DCHECK_EQ(audio_bus->frames() % frames_per_10_ms, 0);
146 // Get audio frames in blocks of 10 milliseconds from the registered
152 while (accumulated_audio_frames < audio_bus->frames()) {
192 audio_bus->frames(),
  /external/chromium_org/media/cast/test/
sender.cc 78 // WebM file as source of video frames.
442 audio_sent_ts_->AddFrames(bus->frames());
536 // Make a shallow copy of packet so we can slide packet.data as frames are
589 audio_fifo_input_bus_->frames())) {
595 if (audio_fifo_input_bus_->frames() + audio_fifo_->frames()
603 if (audio_fifo_->frames() <
612 audio_resampler_->Resample(resampled_bus->frames(),
678 if (audio_fifo_->frames() >= output_bus->frames()) {
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 105 for (var i = 0; i < traceinfo.frames.length; i++) {
106 var frame = traceinfo.frames[i];
  /external/chromium_org/third_party/lcov/example/
Makefile 19 # special option '--frames' for genhtml
23 FRAMES := --frames
25 FRAMES :=
52 --show-details --description-file descriptions $(FRAMES) \
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
unit_test.cc 673 int frames = 0; local
683 frames = 0;
696 _inputVideoBuffer.set_timestamp(frames);
705 if (frames == 0) {
723 frames++;
736 int frames = 0; local
762 frames = 0;
794 frames++;
799 (totalBytes / frames * _inst.maxFramerate * 8)/1000;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 41 DEFINE_int32(width, -1, "Width in pixels of the frames in the input file.");
42 DEFINE_int32(height, -1, "Height in pixels of the frames in the input file.");
44 "(frames-per-second). ");
51 "encoded frames - using multiple cores will produce different "
52 "encoded frames since multiple cores are competing to consume the "
321 const webrtc::test::FrameResult& ssim = ssim_result.frames[i];
322 const webrtc::test::FrameResult& psnr = psnr_result.frames[i];
408 const webrtc::test::FrameResult& ssim = ssim_result.frames[i];
409 const webrtc::test::FrameResult& psnr = psnr_result.frames[i];
495 Log("Processed %d frames\n", frame_number)
    [all...]
  /external/chromium_org/third_party/webrtc/tools/
compare_videos.py 55 help='Width of the YUV file\'s frames. Default: %default')
57 help='Height of the YUV file\'s frames. Default: %default')
  /external/chromium_org/tools/memory_inspector/memory_inspector/backends/android/
android_backend.py 76 symbol/source info) to the stack frames of |native_heaps|. The heaps
98 # First group all the stack frames together by lib path.
102 frames = frames_by_lib.setdefault(stack_frame.exec_file_rel_path, set())
103 frames.add(stack_frame)
117 for exec_file_rel_path, frames in frames_by_lib.iteritems():
146 for stack_frame in sorted(frames, key=lambda x: x.offset):
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifDecoder.java 38 * Reads frame data from a GIF image source and decodes it into individual frames
42 * This class is optimized for running animations with the frames, there
162 delay = header.frames.get(n).delay;
179 * Gets the number of frames read from file.
219 GifFrame frame = header.frames.get(framePointer);
327 * Creates new frame image from current data (and previous frames as specified by their disposition codes).
330 GifFrame currentFrame = header.frames.get(frameIndex);
334 previousFrame = header.frames.get(previousIndex);
  /external/libunwind/doc/
unw_get_fpreg.tex 27 frames, it is normally possible to access only the preserved
29 stack-pointer). However, for signal frames (see
unw_get_reg.tex 27 frames, it is normally possible to access only the preserved
29 stack-pointer). However, for signal frames (see
unw_set_fpreg.tex 27 frames, it is normally possible to access only the preserved
29 stack-pointer). However, for signal frames (see
unw_set_reg.tex 27 frames, it is normally possible to access only the preserved
29 stack-pointer). However, for signal frames (see
  /frameworks/av/services/audioflinger/
AudioMixer.h 265 // Use a private buffer of bufferFrameCount frames (each frame is outputFrameSize bytes).
283 // #frames in the *src pointer to the *dst pointer. It is public because
286 virtual void copyFrames(void *dst, const void *src, size_t frames) = 0;
312 virtual void copyFrames(void *dst, const void *src, size_t frames);
338 virtual void copyFrames(void *dst, const void *src, size_t frames);
355 virtual void copyFrames(void *dst, const void *src, size_t frames);
  /external/chromium_org/v8/src/
liveedit.cc 983 // Iterate over all roots. Stack frames may have pointer into original code,
1765 Vector<StackFrame*> frames = CreateStackMap(isolate, &zone); local
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
InstanceOnlyModifierTest.java 312 checkReplyPacket(reply, "Failed to get frames for thread " + threadID);
313 int frames = reply.getNextValueAsInt(); local
314 for (int i = 0; i < frames; ++i) {
  /external/chromium_org/media/audio/mac/
audio_low_latency_input_mac_unittest.cc 82 const int num_samples = src->frames() * src->channels();
85 src->ToInterleaved(src->frames(), bytes_per_sample, interleaved.get());
269 // using a native buffer size of 128 audio frames and combine it with a FIFO
  /external/chromium_org/media/base/
audio_buffer_converter_unittest.cc 24 int frames) {
31 frames,
248 // should never be any frames remaining at this point.
channel_mixer_unittest.cc 18 // Number of frames to test with.
145 for (int frame = 0; frame < output_bus->frames(); ++frame) {
155 for (int frame = 0; frame < output_bus->frames(); ++frame) {
sinc_resampler.cc 49 // r0_ and choose block_size_ as the distance in frames between r4_ and r2_:
55 // 4) Consume request_frames_ frames into r0_.
57 // 5) Position kernel centered at start of r2_ and generate output frames until
59 // all the output frames.
63 // 7) If we're on the second load, in order to avoid overwriting the frames we
229 void SincResampler::Resample(int frames, float* destination) {
230 int remaining_frames = frames;
287 // This wraps the last input frames back to the start of the buffer.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
NaClAMBullet.js 45 TransformBuffer = new Float32Array(msg.frames[0]);
  /external/chromium_org/net/quic/
quic_packet_generator.cc 100 // To make reasoning about crypto frames easier, we don't combine them with
101 // other retransmittable frames in a single packet.
162 // Don't allow the handshake to be bundled with other retransmittable frames.
188 // Only add pending frames if we are SURE we can then send the whole packet.
219 // pending frames when FEC protection is turned on. If current packet can be
245 // Note: We only wait until the frames queued in the creator are flushed;
246 // pending frames in the generator will not keep us from turning FEC off.
309 << "AddNextPendingFrame called with no queued control frames.";
355 const QuicFrames& frames,
357 return packet_creator_.ReserializeAllFrames(frames, original_length)
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
sinc_resampler.cc 58 // r0_ and choose block_size_ as the distance in frames between r4_ and r2_:
64 // 4) Consume request_frames_ frames into r0_.
66 // 5) Position kernel centered at start of r2_ and generate output frames until
68 // all the output frames.
72 // 7) If we're on the second load, in order to avoid overwriting the frames we
273 void SincResampler::Resample(int frames, float* destination) {
274 int remaining_frames = frames;
335 // This wraps the last input frames back to the start of the buffer.
  /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

Completed in 1764 milliseconds

<<11121314151617181920>>