Public Types | |
typedef VideoFrame | Func (const byte *data, const size_t length, const Dims &dims, const bool byteswap) |
Public Member Functions | |
VideoFormatConverter (Func *f, unsigned int w, VideoFormat s, VideoFormat d, const char *fn) | |
VideoFrame | apply (const VideoFrame &in) const |
Public Attributes | |
Func * | func |
unsigned int | weight |
VideoFormat | src |
VideoFormat | dst |
std::string | fname |
Definition at line 49 of file VideoFormatCoercion.H.