Searched refs:frames (Results 226 - 250 of 483) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10winmain.cpp37 static int frames = 0; variable
49 frames = 0;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11winmain.cpp37 static int frames = 0; variable
49 frames = 0;
/external/chromium_org/third_party/webrtc/tools/barcode_tools/
H A Dbarcode_decoder.py26 """Converts a YUV video file into PNG frames.
35 output_directory(string): The output directory where the PNG frames will be
68 to decode the barcode in every PNG frame from the input directory. The frames
76 input_directory(string): The input directory from where the PNG frames are
124 (effectively the frame number) and barcode is the decoded barcode. The frames
204 """Calculates the number of frames in the input directory.
206 The function calculates the number of frames in the input directory. The
207 frames should be named frame_xxxx.png, where xxxx is the number of the frame.
213 (int): The number of frames.
242 help='Width of the YUV file\'s frames
[all...]
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/
H A Dandroid_backend_unittest.py168 self.assertEqual([x.address for x in alloc.stack_trace.frames],
173 self.assertEqual([x.address for x in alloc.stack_trace.frames],
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10winmain.cpp37 static int frames = 0; variable
49 frames = 0;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11winmain.cpp37 static int frames = 0; variable
49 frames = 0;
/external/qemu/android/config/
H A Dcheck-alsa.c40 DYN_FUNCTION(int,snd_pcm_hw_params_get_period_size,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir)) \
41 DYN_FUNCTION(int,snd_pcm_hw_params_get_period_size_min,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir)) \
/external/chromium_org/chrome/test/chromedriver/
H A Dsession.h67 std::list<FrameInfo> frames; member in struct:Session
/external/chromium_org/media/base/
H A Daudio_renderer_mixer.cc91 return audio_bus->frames();
H A Dchannel_mixer.cc337 CHECK_EQ(input->frames(), output->frames());
350 sizeof(*output->channel(output_ch)) * output->frames());
364 vector_math::FMAC(input->channel(input_ch), scale, output->frames(),
H A Daudio_buffer.cc14 static base::TimeDelta CalculateDuration(int frames, double sample_rate) { argument
17 frames * base::Time::kMicrosecondsPerSecond / sample_rate);
176 // |dest| must have the same number of channels, and the number of frames
181 DCHECK_LE(dest_frame_offset + frames_to_copy, dest->frames());
183 // Move the start past any frames that have been trimmed.
250 // Adjust the number of frames in this buffer and where the start really is.
254 // Adjust timestamp_ and duration_ to reflect the smaller number of frames.
264 // Adjust the number of frames and duration for this buffer.
/external/chromium_org/net/quic/
H A Dquic_packet_generator.h6 // Packets are serialized just-in-time. Control frames are queued.
7 // Ack and Feedback frames will be requested from the Connection
28 // include any previous queued frames. If an ack should be sent
122 // attaches a QuicAckNotifier to any created stream frames, which
140 // Flushes all queued frames, even frames which are not sendable.
156 // Re-serializes frames with the original packet's sequence number length.
161 const QuicFrames& frames,
190 // queued frames in the generator and in the creator, and it then turns FEC on
204 // Test to see if we have pending ack, feedback, or control frames
[all...]
H A Dquic_session.h62 const std::vector<QuicStreamFrame>& frames) OVERRIDE;
66 const std::vector<QuicWindowUpdateFrame>& frames) OVERRIDE;
68 const std::vector<QuicBlockedFrame>& frames) OVERRIDE;
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.h139 uint64_t frames[256]; member in struct:darwin_device_handle_priv::darwin_interface
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_device_alsa_linux.cc2069 snd_pcm_sframes_t frames; local
2073 //return a positive number of frames ready otherwise a negative error code
2114 frames = LATE(snd_pcm_writei)(
2119 if (frames < 0)
2123 LATE(snd_strerror)(frames));
2125 ErrorRecovery(frames, _handlePlayout);
2130 assert(frames==avail_frames);
2131 _playoutFramesLeft -= frames;
2144 snd_pcm_sframes_t frames; local
2150 //return a positive number of frames read
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h89 // Fills at most "max_frames" elements of "frames" with descriptions
92 virtual uptr SymbolizePC(uptr address, AddressInfo *frames, uptr max_frames) { argument
/external/libunwind/doc/
H A Dunw_is_signal_frame.tex24 frames are normally created by the kernel when delivering a signal.
28 Signal frames are somewhat unusual because the asynchronous nature of
/external/libvorbis/lib/
H A Dcodec_internal.h153 long frames; member in struct:__anon24741
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestsprite.c161 Uint32 then, now, frames; local
289 frames = 0;
295 ++frames;
318 printf("%2.2f frames per second\n",
319 ((double)frames*1000)/(now-then));
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
H A DLaunchedDebugger.java175 int frames = reply.getNextValueAsInt();
176 FrameInfo[] frameInfos = new FrameInfo[frames];
177 for (int i = 0; i < frames; i++) {
/external/chromium_org/components/copresence/mediums/audio/
H A Daudio_recorder_unittest.cc55 for (int i = 0; i < buffer_->frames() / fpb; ++i) {
158 const int frames = local
161 for (int si = 0, di = ch; si < frames; ++si, di += channels)
/external/chromium_org/content/renderer/media/
H A Dwebrtc_local_audio_renderer.cc47 DCHECK_EQ(audio_data->frames(), audio_bus->frames());
52 // frames. It should not happen in a steady-state mode.
56 return audio_bus->frames();
305 // audio frames but I have selected a max size of ten buffers just
/external/chromium_org/ppapi/proxy/
H A Daudio_input_resource.cc202 audio_bus_->channels(), audio_bus_->frames());
210 client_buffer_size_bytes_ = audio_bus_->frames() * audio_bus_->channels() *
266 audio_bus_->ToInterleaved(audio_bus_->frames(),
/external/chromium_org/remoting/codec/
H A Daudio_encoder_opus.cc26 // frames to balance latency and efficiency.
129 DCHECK_LE(audio_bus->frames(), samples_left);
132 audio_bus->frames(), kBytesPerSample);
133 resampling_data_pos_ += audio_bus->frames() * kBytesPerSample * channels_;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptBase.cpp65 RefPtr<TypeBuilder::Array<TypeBuilder::Console::CallFrame> > frames = TypeBuilder::Array<TypeBuilder::Console::CallFrame>::create(); local
86 frames->addItem(callFrame.release());
88 exceptionDetails->setStackTrace(frames.release());

Completed in 1158 milliseconds

1234567891011>>