Searched defs:DEFAULT_FPS (Results 1 - 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/asset/
H A DBlenderKey.java63 protected static final int DEFAULT_FPS = 25; field in class:BlenderKey
68 protected int fps = DEFAULT_FPS;
118 * This method returns frames per second amount. The default value is BlenderKey.DEFAULT_FPS = 25.
354 oc.write(fps, "fps", DEFAULT_FPS);
372 fps = ic.readInt("fps", DEFAULT_FPS);
/external/libavc/test/decoder/
H A Dmain.c73 #define DEFAULT_FPS 30 macro
1243 ps_app_ctx->fps = DEFAULT_FPS;
1880 s_app_ctx.fps = DEFAULT_FPS;
/external/libavc/test/encoder/
H A Dapp.h85 #define DEFAULT_FPS 30 macro
/external/libhevc/test/decoder/
H A Dmain.c67 #define DEFAULT_FPS 30 macro
1235 ps_app_ctx->fps = DEFAULT_FPS;
1816 s_app_ctx.fps = DEFAULT_FPS;
/external/libmpeg2/test/decoder/
H A Dmain.c69 #define DEFAULT_FPS 30 macro
1258 ps_app_ctx->fps = DEFAULT_FPS;
1850 s_app_ctx.fps = DEFAULT_FPS;

Completed in 92 milliseconds