/external/chromium_org/third_party/WebKit/public/platform/ |
WebFilterAnimationCurve.h | 47 // Adds the keyframe with a custom, bezier timing function. Note, it is
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cl.py | 45 'KEYFRAME', 'LAST_FRAME_INDEX', 'LAYER', 'LUMA_THRESHOLD',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cl.py | 45 'KEYFRAME', 'LAST_FRAME_INDEX', 'LAYER', 'LUMA_THRESHOLD',
|
/external/chromium_org/media/filters/ |
source_buffer_stream.h | 81 // buffers starting from the closest keyframe before |timestamp|. 245 // Sets |selected_range_| and seeks to the nearest keyframe after 251 // Find a keyframe timestamp that is >= |start_timestamp| and can be used to 253 // Returns kNoTimestamp() if an appropriate keyframe timestamp could not be 258 // Searches |ranges_| for the first keyframe timestamp that is >= |timestamp|. 260 // have a keyframe after |timestamp| then kNoTimestamp() is returned.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
StyleRule.cpp | 92 case Keyframe: 126 case Keyframe: 171 case Keyframe:
|
/development/samples/devbytes/animation/KeyframeAnimation/src/com/example/android/keyframeanimation/ |
KeyframeAnimation.java | 31 * This example shows how to use AnimationDrawable to construct a keyframe animation where each
|
/external/chromium_org/media/base/android/ |
demuxer_android.h | 39 // last keyframe. See http://crbug.com/304234.
|
/external/chromium_org/media/webm/ |
webm_cluster_parser.cc | 341 // necessary to determine whether it contains a keyframe or not. 428 // Make sure the block is big enough for the minimal keyframe header size. 432 // The LSb of the first byte must be a 0 for a keyframe. 437 // Verify VP8 keyframe startcode.
|
webm_cluster_parser.h | 41 // block is a keyframe.
|
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
KeyframeValueList.h | 46 // Used to store a series of values in a keyframe list.
|
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/ |
KeyFrame.java | 44 public class KeyFrame implements Savable {
|
/external/libvpx/libvpx/examples/ |
vp8cx_set_ref.txt | 7 current frame. If this is done at a cut scene it will avoid a keyframe.
|
/frameworks/base/core/java/android/animation/ |
PropertyValuesHolder.java | 248 public static PropertyValuesHolder ofKeyframe(String propertyName, Keyframe... values) { 258 pvh.mValueType = ((Keyframe)values[0]).getType(); 279 public static PropertyValuesHolder ofKeyframe(Property property, Keyframe... values) { 289 pvh.mValueType = ((Keyframe)values[0]).getType(); 335 public void setKeyframes(Keyframe... values) { 337 Keyframe keyframes[] = new Keyframe[Math.max(numKeyframes,2)]; 338 mValueType = ((Keyframe)values[0]).getType(); 340 keyframes[i] = (Keyframe)values[i]; 493 for (Keyframe kf : mKeyframeSet.mKeyframes) [all...] |
FloatKeyframeSet.java | 19 import android.animation.Keyframe.FloatKeyframe; 50 ArrayList<Keyframe> keyframes = mKeyframes;
|
IntKeyframeSet.java | 19 import android.animation.Keyframe.IntKeyframe; 50 ArrayList<Keyframe> keyframes = mKeyframes;
|
/external/chromium_org/media/video/ |
video_encode_accelerator.h | 80 // |key_frame| is true if this delivered frame is a keyframe. 116 // |force_keyframe| forces the encoding of a keyframe for this frame.
|
/external/libvpx/libvpx/vpx/ |
vpx_encoder.h | 232 /*!\brief Keyframe placement mode. 255 #define VPX_EFLAG_FORCE_KF (1<<0) /**< Force this frame to be a keyframe */ 575 /*!\brief Keyframe placement mode 584 /*!\brief Keyframe minimum interval 587 * placing a keyframe nearer than kf_min_dist to the previous keyframe. At 589 * keyframe. Set kf_min_dist equal to kf_max_dist for a fixed interval. 594 /*!\brief Keyframe maximum interval 597 * a keyframe if one has not been coded in the last kf_max_dist frames. [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
ImplicitAnimation.cpp | 133 // If we have a keyframe animation on this property, this transition is being overridden. The keyframe 134 // animation keeps an unanimated style in case a transition starts while the keyframe animation is
|
ImplicitAnimation.h | 88 bool m_overridden; // true when there is a keyframe animation that overrides the transitioning property
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleResolver.cpp | 738 PassRefPtr<RenderStyle> StyleResolver::styleForKeyframe(Element* element, const RenderStyle& elementStyle, RenderStyle* parentStyle, const StyleKeyframe* keyframe, const AtomicString& animationName) 749 if (keyframe->properties()) 750 result.addMatchedProperties(keyframe->properties()); 759 // keyframe belongs is first in the list. This makes sure that if the 760 // animation-timing-function property is set for this keyframe, it will be 775 if (keyframe->properties()) { 824 const StyleKeyframe* keyframe = keyframes[i].get(); local [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
constrained_window_animation.mm | 67 struct KeyFrame { 279 KeyFrame frames[] = {
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
CompositorAnimations.cpp | 358 void addKeyframeWithTimingFunction(PlatformAnimationCurveType& curve, const PlatformAnimationKeyframeType& keyframe, const TimingFunction* timingFunction) 361 curve.add(keyframe); 367 curve.add(keyframe, blink::WebAnimationCurve::TimingFunctionTypeLinear); 374 curve.add(keyframe, cubic->x1(), cubic->y1(), cubic->x2(), cubic->y2()); 399 curve.add(keyframe, easeType); 418 if (i + 1 < keyframes.size()) { // Last keyframe has no timing function
|
/frameworks/base/docs/html/guide/topics/graphics/ |
prop-animation.jd | [all...] |
/external/libvpx/libvpx/ |
CHANGELOG | 78 Also, the vpxenc application will now use a keyframe interval of 104 Improved keyframe sizing with multiple temporal layers 145 scalability case and in some forced keyframe scenarios. 259 Limit size of initial keyframe in one-pass. 344 Fix counter of fixed keyframe distance
|
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/ |
css_checker.py | 71 # Ignore single frames in a @keyframe, i.e. 0% { margin: 50px; } 184 'hsl() or part of @keyframe.',
|