HomeSort by relevance Sort by last modified time
    Searched refs:frames (Results 276 - 300 of 536) sorted by null

<<11121314151617181920>>

  /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
  /device/htc/flounder/audio/hal/
audio_hw.c 898 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames);
903 size_t frames,
908 /* read frames available in kernel driver buffer */
938 " delay_ns: [%d] , frames:[%zd]",
939 buffer->time_stamp.tv_sec , buffer->time_stamp.tv_nsec, kernel_frames, buffer->delay_ns, frames);
3608 ssize_t frames = -1; local
    [all...]
  /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,
247 // should never be any frames remaining at this point.
channel_mixer_unittest.cc 18 // Number of frames to test with.
143 for (int frame = 0; frame < output_bus->frames(); ++frame) {
153 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 121 // To make reasoning about crypto frames easier, we don't combine them with
122 // other retransmittable frames in a single packet.
183 // Don't allow the handshake to be bundled with other retransmittable frames.
212 // Only add pending frames if we are SURE we can then send the whole packet.
243 // pending frames when FEC protection is turned on. If current packet can be
266 // Note: We only wait until the frames queued in the creator are flushed;
267 // pending frames in the generator will not keep us from turning FEC off.
330 << "AddNextPendingFrame called with no queued control frames.";
376 const QuicFrames& frames,
378 return packet_creator_.ReserializeAllFrames(frames, original_length)
    [all...]
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);
  /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
270 void SincResampler::Resample(int frames, float* destination) {
271 int remaining_frames = frames;
333 // This wraps the last input frames back to the start of the buffer.
  /external/chromium_org/tools/android/heap_profiler/
heap_dump.c 27 // | | +-----> Stack frames (absolute virtual addresses).
201 printf("%" PRIuPTR, st.frames[n]);
203 if (n == HEAP_PROFILER_MAX_DEPTH || st.frames[n] == 0)
heap_profiler_integrationtest.cc 72 // stack frames will NOT point to the beginning of the functions, but to the
77 if (s->frames[i] >= fn_addr && s->frames[i] <= fn_addr + kExpectedFnLen)
  /external/chromium_org/tools/memory_inspector/memory_inspector/backends/
android_backend_unittest.py 168 self.assertEqual([x.address for x in alloc.stack_trace.frames],
173 self.assertEqual([x.address for x in alloc.stack_trace.frames],
  /external/chromium_org/v8/test/mjsunit/es6/debug-promises/
reject-uncaught-all.js 36 // All of the frames on the stack are from native Javascript.
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."

Completed in 186 milliseconds

<<11121314151617181920>>