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

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
videodev.h 172 int frames; member in struct:video_mbuf
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
videodev.h 172 int frames; member in struct:video_mbuf
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
videodev.h 172 int frames; member in struct:video_mbuf
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
videodev.h 172 int frames; member in struct:video_mbuf
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
videodev.h 172 int frames; member in struct:video_mbuf
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
videodev.h 172 int frames; member in struct:video_mbuf
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 172 int frames; member in struct:video_mbuf
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
videodev.h 172 int frames; member in struct:video_mbuf
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
videodev.h 172 int frames; member in struct:video_mbuf
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
videodev.h 172 int frames; member in struct:video_mbuf
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
videodev.h 172 int frames; member in struct:video_mbuf
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
videodev.h 172 int frames; member in struct:video_mbuf
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
videodev.h 172 int frames; member in struct:video_mbuf
  /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/
llhidgnubby.js 149 * Reads all incoming frames and notifies clients of their receipt.
303 // Fragment over our 64 byte frames.
352 * 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
  /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.
380 status_t AudioStreamOut::getPresentationPosition(uint64_t *frames,
403 // Scale the frames in the driver because it might be running at
426 *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 136 CHECK_EQ(data->frames(), input_parameters_.frames_per_buffer());
144 output_bus_->frames(), output_parameters_.bits_per_sample() / 8,
741 // 3. The final audio frames captured in the interval ]1,2] do not lead to
  /external/chromium_org/extensions/renderer/resources/
send_request.js 102 // Remove stack frames before and after that weren't associated with the
  /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);
675 virtual void Summarize(List<FrameSummary>* frames);
    [all...]

Completed in 1965 milliseconds

<<21222324252627282930>>