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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFlameChart.js 184 this._appendFrameBars(this._frameModel.frames());
276 * @param {!Array.<!WebInspector.TimelineFrame>} frames
278 _appendFrameBars: function(frames)
281 for (var i = 0; i < frames.length; ++i)
282 this._appendFrame(frames[i]);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/include/
mock_audio_processing.h 222 int(const float* const* data, int frames, int sample_rate_hz,
  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
barcode_encoder.py 72 from 0000. The frames should be consecutive numbers. The output YUV file is
120 """Combines several YUV frames into one YUV video file.
122 The function combines the YUV frames from input_directory into one YUV video
123 file. The frames should be named in the format frame_xxxx.yuv where xxxx
125 0000. The YUV frames are removed after they have been added to the video.
129 input_directory(string): The directory from which the YUV frames are read.
176 (bool): True if there are more planes (i.e. frames) in the base file, false
244 """Calculates the number of frames of a YUV video.
251 (int): The number of frames in the YUV file.
289 help=('Width of the base YUV file\'s frames.
    [all...]
  /external/libvorbis/lib/
floor0.c 44 long frames; member in struct:__anon4297
  /device/asus/grouper/audio/
audio_hw.c 131 uint64_t written; /* total frames written, not cleared when entering standby */
467 /* read_frames() reads frames from kernel driver, down samples to capture rate
468 * if necessary and output the number of frames requested to the buffer specified */
469 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames)
473 while (frames_wr < frames) {
474 size_t frames_rd = frames - frames_wr;
703 /* do not allow more than out->cur_write_threshold frames in kernel
801 uint64_t *frames, struct timespec *timestamp)
815 *frames = signed_frames;
845 * multiple of 16 frames, as audioflinger expects audio buffers t
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
hidgnubbydevice.js 155 * Reads all incoming frames and notifies clients of their receipt.
310 // Fragment over our 64 byte frames.
359 * Stuff queued frames from txqueue[] to device, one by one.
  /external/libunwind/doc/
libunwind-ia64.tex 44 points to. For normal frames, all ``preserved'' (callee-saved)
45 registers are accessible. For signal-trampoline frames, all registers
55 frames. This makes it possible to pass arguments, e.g., to exception
unw_resume.tex 28 frames younger (more deeply nested) than the one identified by
  /bionic/libc/kernel/uapi/sound/
asound.h 445 snd_pcm_uframes_t frames; member in struct:snd_xferi
451 snd_pcm_uframes_t frames; member in struct:snd_xfern
    [all...]
  /device/asus/fugu/libaudio/
AudioStreamOut.cpp 156 // mInputBufSize determines how many audio frames AudioFlinger is going to
191 // (or higher) we will end up with a multiple of 441 frames of audio per
192 // chunk, while for 48K, we will have a multiple of 480 frames of audio per
200 // multiple of 16 audio frames. Right now, there is no good way to
203 // round up to the nearest multiple of 16 frames and roll the dice, but
212 // frames per chunk.
382 status_t AudioStreamOut::getPresentationPosition(uint64_t *frames,
405 // Scale the frames in the driver because it might be running at
428 *frames = (uint64_t) signedFrames;
audio_hal_thunks.cpp 202 uint64_t *frames, struct timespec *timestamp)
207 return tstream->impl->getPresentationPosition(frames, timestamp);
  /external/chromium_org/chrome/browser/extensions/api/cast_streaming/
performance_test.cc 108 // The unit here is video frames, for audio data there can be duplicates.
182 // An in-process Cast receiver that examines the audio/video frames being
200 // audio frames which all have the same frame ID. When that happens we
247 if (audio_frame->frames() <= 0) {
255 audio_frame->frames(),
477 // frames throughout the code. At first, we have a capture timestamp, which
  /external/chromium_org/content/browser/speech/
speech_recognizer_impl.cc 137 CHECK_EQ(data->frames(), input_parameters_.frames_per_buffer());
145 output_bus_->frames(), output_parameters_.bits_per_sample() / 8,
747 // 3. The final audio frames captured in the interval ]1,2] do not lead to
  /external/chromium_org/content/test/data/media/
webrtc_test_utilities.js 135 // Calculate decoded frames per sec.
  /external/chromium_org/media/base/
audio_discard_helper_unittest.cc 28 static scoped_refptr<AudioBuffer> CreateDecodedBuffer(int frames) {
35 frames,
56 // Ensure partial frames are rounded down correctly. The equation below
78 // Use an estimated duration which doesn't match the number of decoded frames
79 // to ensure the helper is correctly setting durations based on output frames.
132 // Tell the helper we want to discard half of the initial frames.
140 // Verify half the frames end up discarded.
158 // Tell the helper we want to discard 1.5 buffers worth of frames.
169 // Generate another set of buffers and expect half the output frames.
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Window.idl 126 [Replaceable, DoNotCheckSecurity] readonly attribute Window frames;
  /external/chromium_org/v8/src/
frames.h 174 // Abstract base class for all stack frames.
188 // Opaque data type for identifying stack frames. Used extensively
363 // Entry frames are used to enter JavaScript execution from C.
382 // The caller stack pointer for entry frames is always zero. The
414 // Exit frames are used to exit JavaScript execution and go to C.
436 // iterator and the frames following entry frames.
604 // Build a list with summaries for this frame including all inlined frames.
605 virtual void Summarize(List<FrameSummary>* frames);
677 virtual void Summarize(List<FrameSummary>* frames);
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
uint32.js 30 // Test uint32 handing in optimized frames.
  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-locals.js 117 // Evaluating a and b on frames 0, 1 and 2 produces 1, 2, 3, 4, 5 and 6.
debug-evaluate.js 82 // Test evaluation of a in the stack frames and the global context.
string-add.js 134 // Check that incoming frames are merged correctly.
  /external/kernel-headers/original/uapi/sound/
asound.h 265 #define SNDRV_PCM_INFO_FIFO_IN_FRAMES 0x80000000 /* internal kernel flag - FIFO size is in frames */
321 #define SNDRV_PCM_HW_PARAM_PERIOD_SIZE 13 /* Approx frames between
333 #define SNDRV_PCM_HW_PARAM_BUFFER_SIZE 17 /* Size of buffer in frames */
371 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
385 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
387 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
388 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
408 snd_pcm_sframes_t delay; /* current delay in frames */
409 snd_pcm_uframes_t avail; /* number of frames available */
410 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status *
451 snd_pcm_uframes_t frames; member in struct:snd_xferi
457 snd_pcm_uframes_t frames; member in struct:snd_xfern
    [all...]
  /external/libvpx/libvpx/
examples.mk 141 decode_with_drops.DESCRIPTION = Drops frames while decoding
146 decode_with_partial_drops.DESCRIPTION = Drops parts of frames while decoding
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-analysis-3.3.jar 
  /external/chromium_org/media/audio/
audio_low_latency_input_output_unittest.cc 255 size = std::min(audio_bus->frames() * frame_size_, size);

Completed in 319 milliseconds

<<11121314151617181920>>