HomeSort by relevance Sort by last modified time
    Searched full:keyframes (Results 76 - 100 of 165) sorted by null

1 2 34 5 6 7

  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
effect.js 65 message: 'Partial keyframes are not supported'
animation-constructor.js 39 // keyframes into a shared module.
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
target-config.js 56 'src/normalize-keyframes.js',
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.h 86 // Has to be called for every frame (keyframes included) to update the
screenshare_layers_unittest.cc 202 // Keyframes always encode all layers, even if it is over budget.
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java 48 * <p>Using Keyframes allows animations to follow more complex paths from the start
51 * value. Alternatively, you can leave the fractions off and the keyframes will be equally
268 PathKeyframes keyframes = KeyframeSet.ofPath(path); local
270 keyframes.createXIntKeyframes());
272 keyframes.createYIntKeyframes());
310 PathKeyframes keyframes = KeyframeSet.ofPath(path); local
312 keyframes.createXIntKeyframes());
314 keyframes.createYIntKeyframes());
467 PathKeyframes keyframes = KeyframeSet.ofPath(path); local
469 keyframes.createXFloatKeyframes())
510 PathKeyframes keyframes = KeyframeSet.ofPath(path); local
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
rcssmin.c 585 && !REMATCH(keyframes)
586 && !(REMATCH(vendor_webkit) && CMATCH(keyframes))
587 && !(REMATCH(vendor_moz) && CMATCH(keyframes))
588 && !(REMATCH(vendor_o) && CMATCH(keyframes))
589 && !(REMATCH(vendor_ms) && CMATCH(keyframes)))
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/loader/
G3dModelLoader.java 389 JsonValue keyframes = node.get("keyframes"); local
390 if (keyframes != null && keyframes.isArray()) {
391 for (JsonValue keyframe = keyframes.child; keyframe != null; keyframe = keyframe.next) {
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 271 * This enumeration determines whether keyframes are placed automatically by
273 * SDK were implemented such that VPX_KF_FIXED meant keyframes were disabled.
280 VPX_KF_DISABLED = 0 /**< Encoder does not place keyframes. */
648 * This value indicates whether the encoder should place keyframes at a
659 * least kf_min_dist frames non-keyframes will be coded before the next
669 * A value of 0 implies all frames will be keyframes. Set kf_min_dist
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java 409 // we need to increase all animation keyframes of the previous animator by the
468 // we need to increase all animation keyframes of the previous animator by the
546 // we need to increase all animation keyframes of the previous animator by the
605 // we need to increase all animation keyframes of the previous animator by the
680 // we need to increase all animation keyframes of the previous animator by the
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_encoder.h 234 * This enumeration determines whether keyframes are placed automatically by
236 * SDK were implemented such that VPX_KF_FIXED meant keyframes were disabled.
243 VPX_KF_DISABLED = 0 /**< Encoder does not place keyframes. */
577 * This value indicates whether the encoder should place keyframes at a
588 * least kf_min_dist frames non-keyframes will be coded before the next
598 * A value of 0 implies all frames will be keyframes. Set kf_min_dist
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
PropertyValuesHolderTest.java 95 private ObjectAnimator createAnimator(Keyframe... keyframes) {
96 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofKeyframe(mProperty, keyframes);
  /external/skia/experimental/docs/
animationCommon.js 19 var keyframe = keyframes[frame];
250 keyframes[frame][0]);
  /external/chromium-trace/catapult/tracing/tracing/ui/
find_control.html 63 @keyframes spin { 100% { transform: rotate(360deg); } }
  /external/libvpx/libvpx/test/
video_source.h 232 // than holding previous frames to encourage keyframes to be thrown.
  /external/libvpx/libvpx/vp8/common/
blockd.h 136 /* For keyframes, intra block modes are predicted by the (already decoded)
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 45 /* For keyframes, intra block modes are predicted by the (already decoded)
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
stats.cc 153 " keyframes)\n",
  /frameworks/base/graphics/java/android/graphics/
Interpolator.java 46 * keyFrames. After this call the values for each keyFrame must be assigned
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 40 * Drawable containing a set of Drawable keyframes where the currently displayed
42 * keyframes may optionally be defined using transition elements.
103 * Add a new drawable to the set of keyframes.
119 * Adds a new transition between keyframes.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
video_source.h 158 // than holding previous frames to encourage keyframes to be thrown.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
blockd.h 136 /* For keyframes, intra block modes are predicted by the (already decoded)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.h 92 /* For keyframes, intra block modes are predicted by the (already decoded)
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsFastScrollHelper.java 110 * Smoothly snaps to a given position. We do this manually by calculating the keyframes
  /build/tools/droiddoc/templates-pdk/assets/design/
default.css 343 @-webkit-keyframes glowheader {
354 @-moz-keyframes glowheader {
365 @keyframes glowheader {

Completed in 1604 milliseconds

1 2 34 5 6 7