| 419 | } |
| 420 | |
| 421 | void captureSetDepthFormat(int format) |
| 422 | { |
| 423 | captureSetFormat(&g_Capture.nodes[CAPTURE_DEPTH_NODE].captureFormat, format, *getDepthGenerator()); |
| 424 | } |
| 425 | |
| 426 | void captureSetImageFormat(int format) |
| 427 | { |
nothing calls this directly
no test coverage detected