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

<<11121314151617181920>>

  /external/chromium_org/media/audio/win/
audio_low_latency_input_win.cc 77 DVLOG(1) << "Number of audio frames per packet: " << packet_size_frames_;
442 // contained in any stored data. Unit is in audio frames.
461 audio_data, audio_bus_->frames(), format_.wBitsPerSample / 8);
680 // A typical value is 960 audio frames <=> 20ms @ 48kHz sample rate.
686 << " [frames]";
  /external/chromium_org/media/filters/
audio_renderer_algorithm_unittest.cc 63 FillWithSquarePulseTrain(half_pulse_width, offset, audio_bus->frames(),
audio_renderer_impl.cc 552 const int requested_frames = audio_bus->frames();
605 // know more decoded frames will eventually arrive. If we did, we would
606 // throw things out of sync when said decoded frames arrive.
  /external/chromium_org/net/quic/
quic_protocol.h 194 // STREAM, ACK, and CONGESTION_FEEDBACK frames are special frames. They are
273 // Bit 2: Payload is FEC as opposed to frames?
409 // There were data frames after the a fin or reset.
619 // and ACK'd just like other normal frames.
815 // byte_offset variable length, similar to stream frames.
1013 const QuicFrames& frames() const { return frames_; } function in class:net::RetransmittableFrames
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
NetworkRequest.js 981 frames: function()
  /external/chromium_org/third_party/decklink/mac/include/
DeckLinkAPI.h 429 /* Interface IDeckLinkMemoryAllocator - Memory allocator for video frames. */
594 virtual HRESULT SetTimecodeFromComponents (/* in */ BMDTimecodeFormat format, /* in */ uint8_t hours, /* in */ uint8_t minutes, /* in */ uint8_t seconds, /* in */ uint8_t frames, /* in */ BMDTimecodeFlags flags) = 0;
602 /* Interface IDeckLinkVideoFrame3DExtensions - Optional interface implemented on IDeckLinkVideoFrame to support 3D frames */
    [all...]
  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 93 our $frames; # If set, use frames for source code view
  /external/chromium_org/third_party/libvpx/source/libvpx/
examples.mk 174 decode_with_drops.DESCRIPTION = Drops frames while decoding
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 2935 Frame** const frames = new (std::nothrow) Frame* [new_capacity]; \/\/ NOLINT local
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl     [all...]
  /external/chromium_org/v8/tools/gyp/
v8_base.target.darwin-arm.mk 115 v8/src/frames.cc \
232 v8/src/arm/frames-arm.cc \
v8_base.target.linux-arm.mk 115 v8/src/frames.cc \
232 v8/src/arm/frames-arm.cc \
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 3096 Frame** const frames = new (std::nothrow) Frame*[new_capacity]; \/\/ NOLINT local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_msgutil.py 104 def _create_request(*frames):
105 """Creates MockRequest using data given as frames.
107 frames will be returned on calling request.connection.read() where request
112 for (header, body) in frames:
565 """Test that frames coming from a client which is using smaller window
569 # Using the smallest window bits of 8 for generating input frames.
    [all...]
  /external/chromium_org/v8/test/webkit/fast/regex/
parentheses.js 272 // Tests that non-greedy repeat quantified parentheses will backtrack through multiple frames of subpattern matches.
  /external/owasp/sanitizer/empiricism/
html-containment.js 126 // Requeue the next step on the parent frames event queue.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java 2096 ArrayList<Frame> frames = new ArrayList<Frame>(framesCount); local
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
usbgnubbydevice.js 230 * Stuff queued frames from txqueue[] to device, one by one.
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
exc.pxd 203 # frames; the warning will be issued from the currently executing
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
id3_parser.js 343 * Extracts all ID3v2 frames from given bytebuffer.
  /external/chromium_org/v8/benchmarks/spinning-balls/
v.js 417 numberOfFrames + " frames";
  /bionic/libc/kernel/uapi/linux/
videodev2.h 391 __u8 frames; member in struct:v4l2_timecode
    [all...]
  /development/ndk/platforms/android-3/include/linux/
videodev2.h 216 __u8 frames; member in struct:v4l2_timecode
  /development/ndk/platforms/android-L/include/linux/
videodev2.h 389 __u8 frames; member in struct:v4l2_timecode
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionAPI.js 361 this._fire(window.parent.frames[frameIndex]);

Completed in 1017 milliseconds

<<11121314151617181920>>