#include <v4l2_decode.h>
◆ V4L2_Decoder()
V4L2_Decoder::V4L2_Decoder |
( |
| ) |
|
◆ ~V4L2_Decoder()
V4L2_Decoder::~V4L2_Decoder |
( |
| ) |
|
|
virtual |
◆ decode()
virtual void V4L2_Decoder::decode |
( |
unsigned char * |
frame, |
|
|
struct v4l2_buffer * |
buf |
|
) |
| |
|
pure virtual |
◆ getBpp()
virtual int V4L2_Decoder::getBpp |
( |
| ) |
|
|
pure virtual |
◆ getLinearY()
virtual float* V4L2_Decoder::getLinearY |
( |
| ) |
|
|
pure virtual |
◆ getName()
const char * V4L2_Decoder::getName |
( |
| ) |
|
|
virtual |
◆ getRGBBuffer()
virtual unsigned char* V4L2_Decoder::getRGBBuffer |
( |
| ) |
|
|
pure virtual |
◆ getsupportedformats()
virtual const std::vector<unsigned int>& V4L2_Decoder::getsupportedformats |
( |
| ) |
|
|
pure virtual |
◆ getU()
virtual unsigned char* V4L2_Decoder::getU |
( |
| ) |
|
|
pure virtual |
◆ getV()
virtual unsigned char* V4L2_Decoder::getV |
( |
| ) |
|
|
pure virtual |
◆ getY()
virtual unsigned char* V4L2_Decoder::getY |
( |
| ) |
|
|
pure virtual |
◆ init()
virtual void V4L2_Decoder::init |
( |
| ) |
|
|
pure virtual |
◆ issupportedformat()
virtual bool V4L2_Decoder::issupportedformat |
( |
unsigned int |
format | ) |
|
|
pure virtual |
◆ resetcrop()
virtual void V4L2_Decoder::resetcrop |
( |
| ) |
|
|
pure virtual |
◆ setcrop()
virtual bool V4L2_Decoder::setcrop |
( |
struct v4l2_crop |
c | ) |
|
|
pure virtual |
◆ setformat()
virtual void V4L2_Decoder::setformat |
( |
struct v4l2_format |
f, |
|
|
bool |
use_ext_pix_format |
|
) |
| |
|
pure virtual |
◆ setLinearization()
virtual void V4L2_Decoder::setLinearization |
( |
bool |
| ) |
|
|
pure virtual |
◆ setQuantization()
virtual void V4L2_Decoder::setQuantization |
( |
bool |
| ) |
|
|
pure virtual |
◆ usesoftcrop()
virtual void V4L2_Decoder::usesoftcrop |
( |
bool |
c | ) |
|
|
pure virtual |
◆ name
const char* V4L2_Decoder::name |
|
protected |
The documentation for this class was generated from the following files:
- ln/3rdparty/src/indilib/indi-1.7.4/libindi/libs/webcam/v4l2_decode/v4l2_decode.h
- ln/3rdparty/src/indilib/indi-1.7.4/libindi/libs/webcam/v4l2_decode/v4l2_decode.cpp