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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/media/filters/
audio_renderer_algorithm.cc 24 // 1) Extract |target_block_| as input frames at indices
28 // 2) Extract |search_block_| as input frames at indices
66 // The starting size in frames for |audio_buffer_|. Previous usage maintained a
67 // queue of 16 AudioBuffers, each of 512 frames. This worked well, so we
68 // maintain this number of frames.
156 std::min(static_cast<int>(audio_buffer_.frames() / playback_rate),
159 // Compute accurate number of frames to actually skip in the source data.
161 // only skip over complete frames, so a partial frame may remain for next
172 // frames again.
184 std::min(audio_buffer_.frames(), requested_frames)
232 const int frames = audio_buffer_.frames(); local
    [all...]
  /external/chromium_org/chrome/browser/copresence/
chrome_whispernet_client_browsertest.cc 36 buffer.resize(source->frames() * source->channels() * sizeof(float));
41 for (int si = 0, di = ch; si < source->frames(); ++si, di += channels)
79 EXPECT_GT(saved_samples_->frames(), 0);
92 ASSERT_GT(saved_samples_->frames(), 0);
97 media::AudioBusRefCounted::Create(2, saved_samples_->frames());
100 sizeof(float) * saved_samples_->frames());
103 sizeof(float) * saved_samples_->frames());
  /external/chromium_org/media/audio/sounds/
wav_audio_handler.cc 104 const int frames = std::min(bus->frames(), remaining_frames); local
105 bus->FromInterleaved(data_.data() + cursor, frames,
107 *bytes_written = frames * params_.GetBytesPerFrame();
108 bus->ZeroFramesPartial(frames, bus->frames() - frames);
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
encode_perf_test.cc 32 frames(frames_) {}
37 int frames; member in struct:__anon17609::EncodePerfTestVideo
134 const unsigned frames = kVP9EncodePerfTestVectors[i].frames; local
141 kVP9EncodePerfTestVectors[i].frames);
151 const double fps = frames / elapsed_secs;
159 printf("\t\"totalFrames\" : %u,\n", frames);
  /external/chromium_org/net/quic/test_tools/
quic_test_packet_maker.cc 78 QuicFrames frames; local
79 frames.push_back(QuicFrame(&ack));
85 frames.push_back(QuicFrame(&feedback));
90 frames.push_back(QuicFrame(&stop_waiting));
93 frames.push_back(QuicFrame(&rst));
97 BuildUnsizedDataPacket(&framer, header, frames).packet);
145 QuicFrames frames; local
146 frames.push_back(QuicFrame(&ack));
151 frames.push_back(QuicFrame(&feedback));
156 frames.push_back(QuicFrame(&stop_waiting))
240 QuicFrames frames; local
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/command/
frame_filters.py 24 import gdb.frames namespace
69 key=lambda i: gdb.frames.get_priority(i[1]),
80 str(gdb.frames.get_priority(frame_filter[1])))
82 self.enabled_string(gdb.frames.get_enabled(frame_filter[1])))
143 op_list = gdb.frames.return_list(list_op)
147 gdb.frames.set_enabled(item, flag)
156 gdb.frames.set_enabled(ff, flag)
242 printer_list = gdb.frames.return_list(text.split()[0].rstrip())
276 printer_list = gdb.frames.return_list(text.split()[0].rstrip())
345 op_list = gdb.frames.return_list(list_op
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
frame_filters.py 24 import gdb.frames namespace
69 key=lambda i: gdb.frames.get_priority(i[1]),
80 str(gdb.frames.get_priority(frame_filter[1])))
82 self.enabled_string(gdb.frames.get_enabled(frame_filter[1])))
143 op_list = gdb.frames.return_list(list_op)
147 gdb.frames.set_enabled(item, flag)
156 gdb.frames.set_enabled(ff, flag)
242 printer_list = gdb.frames.return_list(text.split()[0].rstrip())
276 printer_list = gdb.frames.return_list(text.split()[0].rstrip())
345 op_list = gdb.frames.return_list(list_op
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
frame_filters.py 24 import gdb.frames namespace
69 key=lambda i: gdb.frames.get_priority(i[1]),
80 str(gdb.frames.get_priority(frame_filter[1])))
82 self.enabled_string(gdb.frames.get_enabled(frame_filter[1])))
143 op_list = gdb.frames.return_list(list_op)
147 gdb.frames.set_enabled(item, flag)
156 gdb.frames.set_enabled(ff, flag)
242 printer_list = gdb.frames.return_list(text.split()[0].rstrip())
276 printer_list = gdb.frames.return_list(text.split()[0].rstrip())
345 op_list = gdb.frames.return_list(list_op
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/command/
frame_filters.py 24 import gdb.frames namespace
69 key=lambda i: gdb.frames.get_priority(i[1]),
80 str(gdb.frames.get_priority(frame_filter[1])))
82 self.enabled_string(gdb.frames.get_enabled(frame_filter[1])))
143 op_list = gdb.frames.return_list(list_op)
147 gdb.frames.set_enabled(item, flag)
156 gdb.frames.set_enabled(ff, flag)
242 printer_list = gdb.frames.return_list(text.split()[0].rstrip())
276 printer_list = gdb.frames.return_list(text.split()[0].rstrip())
345 op_list = gdb.frames.return_list(list_op
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
frame_filters.py 24 import gdb.frames namespace
69 key=lambda i: gdb.frames.get_priority(i[1]),
80 str(gdb.frames.get_priority(frame_filter[1])))
82 self.enabled_string(gdb.frames.get_enabled(frame_filter[1])))
143 op_list = gdb.frames.return_list(list_op)
147 gdb.frames.set_enabled(item, flag)
156 gdb.frames.set_enabled(ff, flag)
242 printer_list = gdb.frames.return_list(text.split()[0].rstrip())
276 printer_list = gdb.frames.return_list(text.split()[0].rstrip())
345 op_list = gdb.frames.return_list(list_op
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
frame_filters.py 24 import gdb.frames namespace
69 key=lambda i: gdb.frames.get_priority(i[1]),
80 str(gdb.frames.get_priority(frame_filter[1])))
82 self.enabled_string(gdb.frames.get_enabled(frame_filter[1])))
143 op_list = gdb.frames.return_list(list_op)
147 gdb.frames.set_enabled(item, flag)
156 gdb.frames.set_enabled(ff, flag)
242 printer_list = gdb.frames.return_list(text.split()[0].rstrip())
276 printer_list = gdb.frames.return_list(text.split()[0].rstrip())
345 op_list = gdb.frames.return_list(list_op
    [all...]
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 49 // Printing helpers to allow GoogleMock to print frames. These are explicitly
248 virtual int ReadFrames(ScopedVector<WebSocketFrame>* frames,
253 virtual int WriteFrames(ScopedVector<WebSocketFrame>* frames,
306 std::ostream& operator<<(std::ostream& os, const InitFrame (&frames)[N]) {
315 os << frames[i]; local
346 // some frames. Use like ReadFrames(_, _).WillOnce(ReturnFrames(&frames));
347 // |frames| is an array of InitFrame. |frames| needs to be passed by pointer
424 const InitFrame (&frames)[N])
530 ScopedVector<WebSocketFrame> frames; member in struct:net::__anon14445::ReadableFakeWebSocketStream::Response
1065 static const InitFrame frames[] = { local
1078 static const InitFrame frames[] = { local
1113 static const InitFrame frames[] = { local
1126 static const InitFrame frames[] = { local
1164 static const InitFrame frames[] = { local
1182 static const InitFrame frames[] = { local
1229 static const InitFrame frames[] = { local
1242 static const InitFrame frames[] = { local
1256 static const InitFrame frames[] = { local
1269 static const InitFrame frames[] = { local
1284 static const InitFrame frames[] = { local
1299 static const InitFrame frames[] = {{FINAL_FRAME, 0x7, NOT_MASKED, ""}}; local
1311 static const InitFrame frames[] = {{FINAL_FRAME, 0x7, NOT_MASKED, NULL}}; local
1323 static const InitFrame frames[] = { local
1387 static const InitFrame frames[] = { local
1409 static const InitFrame frames[] = { local
1452 static const InitFrame frames[] = { local
1565 static const InitFrame frames[] = { local
1619 static const InitFrame frames[] = { local
1643 static const InitFrame frames[] = {{FINAL_FRAME, 4, NOT_MASKED, "HELLO"}}; local
1701 static const InitFrame frames[] = { local
1717 static const InitFrame frames[] = { local
1892 static const InitFrame frames[] = { local
1912 static const InitFrame frames[] = { local
2036 static const InitFrame frames[] = { local
2060 static const InitFrame frames[] = { local
2079 static const InitFrame frames[] = { local
2099 static const InitFrame frames[] = { local
2119 static const InitFrame frames[] = { local
2178 static const InitFrame frames[] = { local
2251 static const InitFrame frames[] = { local
2267 static const InitFrame frames[] = { local
2293 static const InitFrame frames[] = { local
2324 static const InitFrame frames[] = { local
2355 static const InitFrame frames[] = { local
2397 static const InitFrame frames[] = { local
2441 static const InitFrame frames[] = { local
2515 static const InitFrame frames[] = { local
2545 ScopedVector<WebSocketFrame>* frames = NULL; local
2621 static const InitFrame frames[] = { local
2637 static const InitFrame frames[] = { local
2655 static const InitFrame frames[] = { local
2680 static const InitFrame frames[] = { local
2700 static const InitFrame frames[] = { local
2716 static const InitFrame frames[] = { local
2848 ScopedVector<WebSocketFrame>* frames = NULL; local
2878 ScopedVector<WebSocketFrame> frames; local
2997 static const InitFrame frames[] = { local
3036 static const InitFrame frames[] = { local
3057 static const InitFrame frames[] = { local
3074 static const InitFrame frames[] = { local
3085 static const InitFrame frames[] = { local
3104 static const InitFrame frames[] = { local
3117 static const InitFrame frames[] = { local
3136 static const InitFrame frames[] = { local
3157 static const InitFrame frames[] = { local
3172 static const InitFrame frames[] = { local
3186 static const InitFrame frames[] = { local
3212 static const InitFrame frames[] = { local
3231 static const InitFrame frames[] = { local
3271 static const InitFrame frames[] = { local
3336 static const InitFrame frames[] = { local
3397 static const InitFrame frames[] = { local
    [all...]
websocket_frame_parser_test.cc 56 ScopedVector<WebSocketFrameChunk> frames; local
57 EXPECT_TRUE(parser.Decode(kHelloFrame, kHelloFrameLength, &frames));
59 ASSERT_EQ(1u, frames.size());
60 WebSocketFrameChunk* frame = frames[0];
82 ScopedVector<WebSocketFrameChunk> frames; local
84 parser.Decode(kMaskedHelloFrame, kMaskedHelloFrameLength, &frames));
86 ASSERT_EQ(1u, frames.size());
87 WebSocketFrameChunk* frame = frames[0];
132 // Concatenate all frames.
141 ScopedVector<WebSocketFrameChunk> frames; local
321 ScopedVector<WebSocketFrameChunk> frames; local
373 ScopedVector<WebSocketFrameChunk> frames; local
443 ScopedVector<WebSocketFrameChunk> frames; local
492 ScopedVector<WebSocketFrameChunk> frames; local
548 ScopedVector<WebSocketFrameChunk> frames; local
    [all...]
  /frameworks/av/services/audioflinger/tests/
test_utils.h 95 TestProvider(void* addr, size_t frames, size_t frameSize,
98 mNumFrames(frames),
132 ALOGV("getNextBuffer() requested %zu frames out of %zu frames available"
133 " and returned %zu frames",
148 ALOGE("releaseBuffer() released %zu frames but only %zu available "
154 ALOGV("releaseBuffer() released %zu frames out of %zu frames available "
176 size_t mNumFrames; // total frames
179 size_t mUnrel; // number of frames not yet release
    [all...]
  /external/tinyalsa/
pcm.c 325 unsigned int pcm_frames_to_bytes(struct pcm *pcm, unsigned int frames)
327 return frames * pcm->config.channels *
403 unsigned int frames)
405 int size_bytes = pcm_frames_to_bytes(pcm, frames);
426 unsigned int pcm_offset, frames, count = 0; local
429 frames = size;
430 pcm_mmap_begin(pcm, &pcm_areas, &pcm_offset, &frames);
431 pcm_areas_copy(pcm, pcm_offset, buf, offset, frames);
432 commit = pcm_mmap_commit(pcm, pcm_offset, frames);
434 oops(pcm, commit, "failed to commit %d frames\n", frames)
448 int frames; local
1185 int err = 0, frames, avail; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp 93 const PropertySpecificKeyframeVector& frames = keyframeEffect.getPropertySpecificKeyframes(*it); local
94 if (frames.isEmpty() || frames.size() < 2)
99 for (size_t j = 0; j < frames.size() - 1; ++j) {
100 const AnimatableTransform* startTransform = toAnimatableTransform(frames[j]->getAnimatableValue().get());
101 const AnimatableTransform* endTransform = toAnimatableTransform(frames[j+1]->getAnimatableValue().get());
103 if (frames[j]->composite() != AnimationEffect::CompositeReplace)
106 const TimingFunction& timing = frames[j]->easing();
110 float frameLength = frames[j+1]->offset();
116 if (j == frames.size() - 2)
147 const PropertySpecificKeyframeVector& frames = keyframeEffect.getPropertySpecificKeyframes(*it); local
    [all...]
  /external/chromium_org/third_party/webrtc/sound/
alsasoundsystem.cc 93 snd_pcm_sframes_t frames; local
98 frames = symbol_table()->snd_pcm_avail_update()(handle_);
99 if (frames < 0) {
100 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
101 Recover(frames);
103 } else if (frames > 0) {
105 return frames;
121 frames = symbol_table()->snd_pcm_avail_update()(handle_);
122 if (frames < 0) {
123 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
373 snd_pcm_uframes_t frames = size \/ stream_.frame_size(); local
384 LOG(LS_ERROR) << "Stream wrote only " << written << " of " << frames local
    [all...]
  /external/chromium_org/components/copresence/mediums/audio/
audio_player.cc 147 const int leftover_frames = samples_->frames() - frame_index_;
148 const int frames_to_copy = std::min(dest->frames(), leftover_frames);
154 if (leftover_frames <= dest->frames()) {
156 0, dest->frames() - frames_to_copy, frames_to_copy, dest);
157 frame_index_ = dest->frames() - frames_to_copy;
160 return dest->frames();
  /frameworks/av/media/libstagefright/rtsp/
ARTPAssembler.cpp 76 const List<sp<ABuffer> > &frames) {
78 for (List<sp<ABuffer> >::const_iterator it = frames.begin();
79 it != frames.end(); ++it) {
86 for (List<sp<ABuffer> >::const_iterator it = frames.begin();
87 it != frames.end(); ++it) {
116 CopyTimes(accessUnit, *frames.begin());
  /external/chromium_org/third_party/jinja2/
debug.py 83 def __init__(self, exc_type, exc_value, frames):
84 assert frames, 'no frames for this traceback?'
87 self.frames = frames
89 # newly concatenate the frames (which are proxies)
91 for tb in self.frames:
100 self.frames[0], limit=limit)
119 return self.exc_type, self.exc_value, self.frames[0]
124 tb = self.frames[0
    [all...]
  /external/libunwind/src/x86_64/
Gtrace.c 40 unw_tdep_frame_t *frames; member in struct:__anon29328
71 munmap (cache->frames, (1u << cache->log_size) * sizeof(unw_tdep_frame_t));
88 unw_tdep_frame_t *frames; local
91 GET_MEMORY(frames, n * sizeof (unw_tdep_frame_t));
92 if (likely(frames != NULL))
94 frames[i] = empty_frame;
96 return frames;
122 if (! (cache->frames = trace_cache_buckets(1u << HASH_MIN_BITS)))
153 munmap(cache->frames, old_size * sizeof(unw_tdep_frame_t));
154 cache->frames = new_frames
    [all...]
  /external/chromium_org/media/audio/
audio_output_resampler.cc 334 // Always return the full number of frames requested, ProvideInput()
336 return dest->frames();
350 const int frames = source_callback_->OnMoreData(dest, new_buffers_state); local
352 // Zero any unfilled frames if anything was filled, otherwise we'll just
354 if (frames > 0 && frames < dest->frames())
355 dest->ZeroFramesPartial(frames, dest->frames() - frames);
    [all...]
audio_power_monitor_unittest.cc 36 this->bus_ = AudioBus::Create(other.bus_->channels(), other.bus_->frames());
45 result.bus_->channel(0)[result.bus_->frames() / 2] = bad_value;
62 // Creates an AudioBus, sized and populated with kFramesPerBuffer frames of
68 for (int frames = 0; frames < kFramesPerBuffer; frames += num_frames) {
69 const int num_to_copy = std::min(num_frames, kFramesPerBuffer - frames);
70 memcpy(bus_->channel(ch) + frames, data + num_frames * ch,
168 power_monitor_.Scan(bus, bus.frames());
191 AudioBus::Create(scenario.data().channels(), scenario.data().frames());
    [all...]
  /external/chromium_org/remoting/codec/
codec_test.h 49 // supply any frames then a single full-frame of randomized pixels is used.
54 const std::list<webrtc::DesktopFrame*>& frames);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_refcnt.c 144 struct debug_stack_frame frames[STACK_LEN]; local
153 debug_backtrace_capture(frames, 1, STACK_LEN);
156 if(frames[i].function)
157 symbols[i] = debug_symbol_name_cached(frames[i].function);

Completed in 776 milliseconds

1 2 3 45 6 7 8 91011>>