gf_sc_set_option 296 applications/mp42avi/main.c gf_sc_set_option(b2v.sr, GF_OPT_VISIBLE, 0); gf_sc_set_option 305 applications/mp42avi/main.c gf_sc_set_option(b2v.sr, GF_OPT_RELOAD_CONFIG, 1); gf_sc_set_option 506 applications/mp42avi/main.c gf_sc_set_option(b2v.sr, GF_OPT_VISIBLE, 0); gf_sc_set_option 514 applications/mp42avi/main.c gf_sc_set_option(b2v.sr, GF_OPT_RELOAD_CONFIG, 1); gf_sc_set_option 109 include/gpac/compositor.h GF_Err gf_sc_set_option(GF_Compositor *sr, u32 type, u32 value); gf_sc_set_option 1218 src/compositor/compositor.c if (! stricmp(sOpt, "None")) gf_sc_set_option(compositor, GF_OPT_ANTIALIAS, GF_ANTIALIAS_NONE); gf_sc_set_option 1219 src/compositor/compositor.c else if (! stricmp(sOpt, "Text")) gf_sc_set_option(compositor, GF_OPT_ANTIALIAS, GF_ANTIALIAS_TEXT); gf_sc_set_option 1220 src/compositor/compositor.c else gf_sc_set_option(compositor, GF_OPT_ANTIALIAS, GF_ANTIALIAS_FULL); gf_sc_set_option 1223 src/compositor/compositor.c gf_sc_set_option(compositor, GF_OPT_ANTIALIAS, GF_ANTIALIAS_FULL); gf_sc_set_option 1255 src/compositor/compositor.c gf_sc_set_option(compositor, GF_OPT_STRESS_MODE, (sOpt && !stricmp(sOpt, "yes") ) ? 1 : 0); gf_sc_set_option 1258 src/compositor/compositor.c gf_sc_set_option(compositor, GF_OPT_HIGHSPEED, (sOpt && !stricmp(sOpt, "yes") ) ? 1 : 0); gf_sc_set_option 1262 src/compositor/compositor.c if (! stricmp(sOpt, "Box")) gf_sc_set_option(compositor, GF_OPT_DRAW_BOUNDS, GF_BOUNDS_BOX); gf_sc_set_option 1263 src/compositor/compositor.c else if (! stricmp(sOpt, "AABB")) gf_sc_set_option(compositor, GF_OPT_DRAW_BOUNDS, GF_BOUNDS_AABB); gf_sc_set_option 1264 src/compositor/compositor.c else gf_sc_set_option(compositor, GF_OPT_DRAW_BOUNDS, GF_BOUNDS_NONE); gf_sc_set_option 1267 src/compositor/compositor.c gf_sc_set_option(compositor, GF_OPT_DRAW_BOUNDS, GF_BOUNDS_NONE); gf_sc_set_option 1137 src/compositor/compositor_2d.c gf_sc_set_option(visual->compositor, GF_OPT_USE_OPENGL, 2); gf_sc_set_option 2461 src/terminal/scene.c gf_sc_set_option(scene->root_od->term->compositor, GF_OPT_USE_OPENGL, 1); gf_sc_set_option 413 src/terminal/terminal.c gf_sc_set_option(term->compositor, GF_OPT_RELOAD_CONFIG, 1); gf_sc_set_option 504 src/terminal/terminal.c gf_sc_set_option(term->compositor, GF_OPT_PLAY_STATE, 0xFF); gf_sc_set_option 506 src/terminal/terminal.c gf_sc_set_option(term->compositor, GF_OPT_PLAY_STATE, PlayState); gf_sc_set_option 1022 src/terminal/terminal.c return gf_sc_set_option(term->compositor, type, value); gf_sc_set_option 1025 src/terminal/terminal.c return gf_sc_set_option(term->compositor, type, value); gf_sc_set_option 1028 src/terminal/terminal.c return gf_sc_set_option(term->compositor, type, value); gf_sc_set_option 1747 src/terminal/terminal.c gf_sc_set_option(term->compositor, GF_OPT_PLAY_STATE, GF_STATE_STEP_PAUSE);