Home
last modified time | relevance | path

Searched refs:DEFAULT_FPS (Results 1 – 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/asset/
DBlenderKey.java63 protected static final int DEFAULT_FPS = 25; field in BlenderKey
68 protected int fps = DEFAULT_FPS;
354 oc.write(fps, "fps", DEFAULT_FPS); in write()
372 fps = ic.readInt("fps", DEFAULT_FPS); in read()
/external/libavc/test/encoder/
Dapp.h85 #define DEFAULT_FPS 30 macro
/external/libhevc/test/decoder/
Dmain.c67 #define DEFAULT_FPS 30 macro
1235 ps_app_ctx->fps = DEFAULT_FPS; in parse_argument()
1816 s_app_ctx.fps = DEFAULT_FPS; in hevcdec_main()
/external/libavc/test/decoder/
Dmain.c73 #define DEFAULT_FPS 30 macro
1243 ps_app_ctx->fps = DEFAULT_FPS; in parse_argument()
1880 s_app_ctx.fps = DEFAULT_FPS; in h264dec_main()
/external/libmpeg2/test/decoder/
Dmain.c69 #define DEFAULT_FPS 30 macro
1258 ps_app_ctx->fps = DEFAULT_FPS; in parse_argument()
1850 s_app_ctx.fps = DEFAULT_FPS; in vdec_main()