Home
last modified time | relevance | path

Searched refs:scene (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/genie_service/core/src/sig_models/
A Dsig_model_scene_srv.c21 net_buf_simple_add_le16(p_msg, p_state->scene[TYPE_PRESENT]); in _scene_prepare_buf()
48 s16_t scene = 0; in _scene_analyze() local
63 scene = (s16_t)net_buf_simple_pull_le16(p_buf); in _scene_analyze()
73 if (p_elem->state.scene[TYPE_TARGET] != scene) in _scene_analyze()
75 genie_model_scene_changed(p_elem->state.scene[TYPE_TARGET], scene); in _scene_analyze()
76 p_elem->state.scene[TYPE_TARGET] = scene; in _scene_analyze()
84 GENIE_LOG_INFO("light sence(0x%02x)", p_elem->state.scene); in _scene_analyze()
A Dsig_model_event.c140 …BT_DBG("scene cur(%04x) tar(%04x)", p_elem->state.scene[TYPE_PRESENT], p_elem->state.scene[TYPE_TA… in sig_model_handle_action_done()
142 if (p_elem->state.scene[TYPE_PRESENT] != p_elem->state.scene[TYPE_TARGET]) in sig_model_handle_action_done()
144 p_elem->state.scene[TYPE_PRESENT] = p_elem->state.scene[TYPE_TARGET]; in sig_model_handle_action_done()
199 payload[payload_len++] = p_elem->state.scene[TYPE_PRESENT] & 0xff; in sig_model_handle_indicate()
200 payload[payload_len++] = (p_elem->state.scene[TYPE_PRESENT] >> 8) & 0xff; in sig_model_handle_indicate()
/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dmisc_raytrace.py135 def trace_scene(canvas, view, scene, max_depth): argument
141 c = trace_ray(scene, ray, max_depth)
145 def trace_ray(scene, ray, depth): argument
149 for obj in scene.objs:
169 col = surf.colour * scene.ambient
172 light_vec = scene.light.pos - point
196 def trace_to_light(scene, ray, light_dist): argument
197 col = scene.light.colour
198 for obj in scene.objs:
226 scene = Scene(
[all …]
/AliOS-Things-master/solutions/genie_mesh_demo/light_ctl/
A Dlight.c148 light_elem_stat[index].state.scene[TYPE_PRESENT] = GENIE_SCENE_NORMAL; in light_elem_state_init()
149 light_elem_stat[index].state.scene[TYPE_TARGET] = light_elem_stat[index].powerup.last_scene; in light_elem_state_init()
188 …light_elem_stat[index].state.scene[TYPE_PRESENT] = light_elem_stat[index].state.scene[TYPE_TARGET]; in light_elem_state_init()
386 payload[index++] = p_elem->state.scene[TYPE_TARGET] & 0xff; in light_report_poweron_state()
387 payload[index++] = (p_elem->state.scene[TYPE_TARGET] >> 8) & 0xff; in light_report_poweron_state()
/AliOS-Things-master/components/genie_service/core/inc/sig_models/
A Dsig_model.h31 u16_t scene[TYPE_NUM]; member
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/
A DCHANGELOG304 - Support resource directory in config rule scene.
2821 - Supported library managment for simillarity scene.
2866 2. Supported exposure time controll and exposure filter by scene.
3328 1, Increase the scene field
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt783 environment of the original scene and the intended display environment; the

Completed in 15 milliseconds