HomeSort by relevance Sort by last modified time
    Searched full:keyframe (Results 101 - 125 of 168) sorted by null

1 2 3 45 6 7

  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 177 /* VP8 does not support a lower bound on the keyframe interval in
178 * automatic keyframe placement mode.
687 /* Handle fixed keyframe intervals */
    [all...]
  /external/webp/src/dec/
vp8.c 113 if (!key_frame) { // Not a keyframe.
304 "Incorrect keyframe parameters.");
641 // to decode more than 1 keyframe.
frame.c 34 static WEBP_INLINE int hev_thresh_from_level(int level, int keyframe) {
35 if (keyframe) {
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
BoneTrack.java 42 * Contains a list of transforms and times for each keyframe.
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 85 vp8_prob kf_ymode_prob[4], kf_uv_mode_prob[3]; /* keyframe "" */
  /external/libvpx/libvpx/vpx/
vpx_decoder.h 89 unsigned int is_kf; /**< Current frame is a keyframe */
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
KinematicRagdollControl.java 668 * else, the characted will be animated by the keyframe animation,
699 * This is useful to blend ragdoll actual position to a keyframe animation for example
    [all...]
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 658 ALOGI("nearest keyframe is at %lld us (%.2f secs)",
716 printf("\n * Nearest keyframe is at %lld us (%.2f secs)",
  /external/chromium_org/media/filters/
chunk_demuxer.cc 628 // (i.e., next keyframe) if a buffer gets dropped.
655 // encounter the next keyframe.
658 DVLOG(1) << "Dropping non-keyframe. presentation_timestamp "
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 1301 const int keyframe = cm->frame_type == KEY_FRAME; local
    [all...]
  /external/chromium_org/media/cast/rtcp/
rtcp_receiver.cc 578 // Is it our sender that is requested to generate a new keyframe.
  /external/chromium_org/media/mp2t/
mp2t_stream_parser.cc 543 << " keyframe=" << stream_parser_buffer->IsKeyframe()
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheetContents.cpp 477 case StyleRuleBase::Keyframe:
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 229 // These methods handle both transitions and keyframe animations.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner_unittest.py 255 test_list=['animations/keyframe.html'])
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 129 bits = 0 // keyframe (1b)
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 289 /* Disable automatic keyframe placement */
vpxenc.c 517 "Minimum keyframe interval (frames)");
519 "Maximum keyframe interval (frames)");
521 "Disable keyframe placement");
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 398 /* reset keyframe context and calculate weighted average of last
  /external/webp/src/enc/
syntax.c 129 bits = 0 // keyframe (1b)
  /prebuilts/sdk/current/
android.jar 
  /external/chromium_org/third_party/libwebp/dec/
frame.c 34 static WEBP_INLINE int hev_thresh_from_level(int level, int keyframe) {
35 if (keyframe) {
  /external/libogg/doc/
skeleton.html 99 <li>the granuleshift: the number of lower bits from the granulepos field that are used to provide position information for sub-seekable units (like the keyframe shift in theora)</li>
110 <li>the presentation time: this is the actual cut-in time and all logical bitstreams are meant to start presenting from this time onwards, not from the time their data starts, which may be some time before that (because this time may have mapped right into the middle of a packet, or because the logical bitstream has a preroll or a keyframe shift)</li>
  /external/smack/asmack-master/jingle/
60-remove-jingle_mediaimpl.patch 918 - public final static int KEYFRAME = 10;
951 - int keyframe = 0;
    [all...]
  /external/chromium_org/content/common/gpu/media/
exynos_video_encode_accelerator.cc 736 // after next keyframe after showing some corruption.
751 // Insert stream header before every keyframe.
    [all...]

Completed in 598 milliseconds

1 2 3 45 6 7