Home
last modified time | relevance | path

Searched refs:native_streams (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/open3d/Open3D-0.2/src/External/librealsense/src/
H A Ddevice.cpp13 streams[RS_STREAM_DEPTH ] = native_streams[RS_STREAM_DEPTH] = &depth; in rs_device()
14 streams[RS_STREAM_COLOR ] = native_streams[RS_STREAM_COLOR] = &color; in rs_device()
15 streams[RS_STREAM_INFRARED ] = native_streams[RS_STREAM_INFRARED] = &infrared; in rs_device()
16 streams[RS_STREAM_INFRARED2] = native_streams[RS_STREAM_INFRARED2] = &infrared2; in rs_device()
44 …for(auto & s : native_streams) s->archive.reset(); // Changing stream configuration invalidates th… in enable_stream()
53 …for(auto & s : native_streams) s->archive.reset(); // Changing stream configuration invalidates th… in enable_stream_preset()
62 …for(auto & s : native_streams) s->archive.reset(); // Changing stream configuration invalidates th… in disable_stream()
73 …for(auto & s : native_streams) s->archive.reset(); // Starting capture invalidates the current str… in start()
83 …if(config.requests[stream_mode.first].enabled) native_streams[stream_mode.first]->archive = archiv… in start()
H A Ddevice.h32 rsimpl::native_stream * native_streams[RS_STREAM_NATIVE_COUNT]; member
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/librealsense/src/
H A Ddevice.cpp13 streams[RS_STREAM_DEPTH ] = native_streams[RS_STREAM_DEPTH] = &depth; in rs_device()
14 streams[RS_STREAM_COLOR ] = native_streams[RS_STREAM_COLOR] = &color; in rs_device()
15 streams[RS_STREAM_INFRARED ] = native_streams[RS_STREAM_INFRARED] = &infrared; in rs_device()
16 streams[RS_STREAM_INFRARED2] = native_streams[RS_STREAM_INFRARED2] = &infrared2; in rs_device()
44 …for(auto & s : native_streams) s->archive.reset(); // Changing stream configuration invalidates th… in enable_stream()
53 …for(auto & s : native_streams) s->archive.reset(); // Changing stream configuration invalidates th… in enable_stream_preset()
62 …for(auto & s : native_streams) s->archive.reset(); // Changing stream configuration invalidates th… in disable_stream()
73 …for(auto & s : native_streams) s->archive.reset(); // Starting capture invalidates the current str… in start()
83 …if(config.requests[stream_mode.first].enabled) native_streams[stream_mode.first]->archive = archiv… in start()
H A Ddevice.h32 rsimpl::native_stream * native_streams[RS_STREAM_NATIVE_COUNT]; member