#include <linux/videodev2.h>
◆ QUANTIZATION_FULL_RANGE
#define QUANTIZATION_FULL_RANGE 1 |
◆ QUANTIZATION_LIM_RANGE
#define QUANTIZATION_LIM_RANGE 2 |
◆ YCBCR_ENC_601
◆ YCBCR_ENC_709
◆ YCBCR_ENC_SMPTE240M
#define YCBCR_ENC_SMPTE240M 8 |
◆ YCBCR_ENC_SYCC
◆ getColorSpaceName()
const char* getColorSpaceName |
( |
struct v4l2_format * |
fmt | ) |
|
◆ getQuantization()
unsigned int getQuantization |
( |
struct v4l2_format * |
fmt | ) |
|
◆ getQuantizationName()
const char* getQuantizationName |
( |
struct v4l2_format * |
fmt | ) |
|
◆ getYCbCrEncoding()
unsigned int getYCbCrEncoding |
( |
struct v4l2_format * |
fmt | ) |
|
◆ getYCbCrEncodingName()
const char* getYCbCrEncodingName |
( |
struct v4l2_format * |
fmt | ) |
|
◆ initColorSpace()
◆ linearize()
void linearize |
( |
float * |
buf, |
|
|
unsigned int |
len, |
|
|
struct v4l2_format * |
fmt |
|
) |
| |
◆ rangeY8()
void rangeY8 |
( |
unsigned char * |
buf, |
|
|
unsigned int |
len |
|
) |
| |