M_ListeningPoint 9347 src/scenegraph/mpeg4_nodes.c 	M_ListeningPoint *p = (M_ListeningPoint *) node;
M_ListeningPoint 9398 src/scenegraph/mpeg4_nodes.c 		info->on_event_in = ((M_ListeningPoint *)node)->on_set_bind;
M_ListeningPoint 9400 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_ListeningPoint *) node)->set_bind;
M_ListeningPoint 9406 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_ListeningPoint *) node)->jump;
M_ListeningPoint 9412 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_ListeningPoint *) node)->orientation;
M_ListeningPoint 9418 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_ListeningPoint *) node)->position;
M_ListeningPoint 9424 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_ListeningPoint *) node)->description;
M_ListeningPoint 9430 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_ListeningPoint *) node)->bindTime;
M_ListeningPoint 9436 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_ListeningPoint *) node)->isBound;
M_ListeningPoint 9477 src/scenegraph/mpeg4_nodes.c 	M_ListeningPoint *p;
M_ListeningPoint 9478 src/scenegraph/mpeg4_nodes.c 	GF_SAFEALLOC(p, M_ListeningPoint);