NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Classes | Functions | Variables
video Namespace Reference

Classes

class  Compressor
 
class  CompressorFailedException
 
class  CompressorImpl
 
class  Decompressor
 
class  DecompressorFailedException
 
class  DecompressorImpl
 
struct  FrameInfo
 
struct  FrameStats
 
struct  FrameTime
 
struct  FrameType
 
class  InteropFailedException
 
class  SDIDevice
 
class  SDIDeviceImpl
 
class  SDIInput
 
class  SDIInputImpl
 
class  SDIOutput
 
class  SDIOutputImpl
 
struct  StreamFormat
 

Functions

static bool cuda_delay_load_check ()
 
static std::string format_error_msg (const std::string &msg, int errorcode)
 
static float relative_systime (const SYSTEMTIME &start, const SYSTEMTIME &end)
 
void convert_nv12_to_rgba (void *src, unsigned int srcpitch, unsigned int srcheight, void *dst, unsigned int dstpitch, unsigned int width, unsigned int height)
 
static std::string format_error_msg (const std::string &msg, int errorcode)
 
static bool map_nvformat_to_interlaced (NVVIOSIGNALFORMAT signalformat)
 
static StreamFormat::RefreshRate map_nvformat_to_rr (NVVIOSIGNALFORMAT signalformat)
 
static StreamFormat::PictureFormat map_nvformat_to_pf (NVVIOSIGNALFORMAT signalformat)
 
static NVVIOSIGNALFORMAT map_streamformat_to_nvsignalformat (StreamFormat format)
 

Variables

static const char * wireformat_stringtable []
 

Function Documentation

void video::convert_nv12_to_rgba ( void src,
unsigned int  srcpitch,
unsigned int  srcheight,
void dst,
unsigned int  dstpitch,
unsigned int  width,
unsigned int  height 
)
static bool video::cuda_delay_load_check ( )
static
static std::string video::format_error_msg ( const std::string msg,
int  errorcode 
)
static
static std::string video::format_error_msg ( const std::string msg,
int  errorcode 
)
static
static bool video::map_nvformat_to_interlaced ( NVVIOSIGNALFORMAT  signalformat)
static
static StreamFormat::PictureFormat video::map_nvformat_to_pf ( NVVIOSIGNALFORMAT  signalformat)
static
static StreamFormat::RefreshRate video::map_nvformat_to_rr ( NVVIOSIGNALFORMAT  signalformat)
static
static NVVIOSIGNALFORMAT video::map_streamformat_to_nvsignalformat ( StreamFormat  format)
static
static float video::relative_systime ( const SYSTEMTIME &  start,
const SYSTEMTIME &  end 
)
static

Variable Documentation

const char* video::wireformat_stringtable[]
static