MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ is_depth_format() [1/2]

bool MayaFlux::Kakshya::is_depth_format ( ImageFormat  format)

Definition at line 254 of file PixelStorage.cpp.

255{
256 switch (format) {
257 case ImageFormat::DEPTH16:
258 case ImageFormat::DEPTH24:
259 case ImageFormat::DEPTH32F:
260 case ImageFormat::DEPTH24_STENCIL8:
261 return true;
262 default:
263 return false;
264 }
265}

Referenced by MayaFlux::Kakshya::VideoStreamContainer::setup_ring(), and MayaFlux::Kakshya::VideoStreamContainer::VideoStreamContainer().

+ Here is the caller graph for this function: