Searched refs:keyframe (Results 1 - 10 of 10) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/loader/
H A DG3dModelLoader.java391 for (JsonValue keyframe = keyframes.child; keyframe != null; keyframe = keyframe.next) {
392 final float keytime = keyframe.getFloat("keytime", 0f) / 1000.f;
393 JsonValue translation = keyframe.get("translation");
402 JsonValue rotation = keyframe.get("rotation");
411 JsonValue scale = keyframe.get("scale");
426 for (JsonValue keyframe = translationKF.child; keyframe !
[all...]
/external/skia/experimental/docs/
H A DanimationCommon.js19 var keyframe = keyframes[frame];
20 var len = keyframe.length;
22 var action = keyframe[i];
229 function init(engine, keyframe) {
233 keyframeInit(keyframe);
/external/libvpx/libvpx/examples/
H A Dsimple_encoder.c70 // keyframe every <keyframe-interval> frames. Note, the output stream can
72 // VPX_EFLAG_FORCE_KF flag because of automatic keyframe placement by the
112 "<keyframe-interval> [<error-resilient>]\nSee comments in "
135 const int keyframe = (pkt->data.frame.flags & VPX_FRAME_IS_KEY) != 0; local
142 printf(keyframe ? "K" : ".");
209 die("Invalid keyframe interval value.");
H A Dvp8cx_set_ref.c17 // current frame. If this is done at a cut scene it will avoid a keyframe.
83 const int keyframe = (pkt->data.frame.flags & VPX_FRAME_IS_KEY) != 0; local
91 printf(keyframe ? "K" : ".");
H A Dvp9_lossless_encoder.c47 const int keyframe = (pkt->data.frame.flags & VPX_FRAME_IS_KEY) != 0; local
54 printf(keyframe ? "K" : ".");
H A Dset_maps.c144 const int keyframe = (pkt->data.frame.flags & VPX_FRAME_IS_KEY) != 0; local
152 printf(keyframe ? "K" : ".");
H A Dtwopass_encoder.c115 const int keyframe = (pkt->data.frame.flags & VPX_FRAME_IS_KEY) != 0; local
121 printf(keyframe ? "K" : ".");
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
H A DHistory.md36 * Added value list keyframe syntax.
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
H A Davcodec.h722 #define CODEC_FLAG_GLOBAL_HEADER 0x00400000 ///< Place global headers in extradata instead of every keyframe.
731 #define CODEC_FLAG2_LOCAL_HEADER 0x00000008 ///< Place global headers at every keyframe instead of in extradata.
736 #define CODEC_FLAG2_SHOW_ALL 0x00400000 ///< Show all frames before the first keyframe
1106 * the very first frame or from this keyframe.
1120 #define AV_PKT_FLAG_KEY 0x0001 ///< The packet contains a keyframe
3868 * the very first frame or from this keyframe.
4020 const uint8_t *buf, int buf_size, int keyframe);
4618 const uint8_t *buf, int buf_size, int keyframe);
4663 * @param keyframe set to non-zero if the buffer to filter corresponds to a key-frame packet data
4677 const uint8_t *buf, int buf_size, int keyframe);
[all...]
/external/opencv3/3rdparty/libwebp/dec/
H A Dframe.c34 static WEBP_INLINE int hev_thresh_from_level(int level, int keyframe) { argument
35 if (keyframe) {

Completed in 310 milliseconds