File containing constans used in FfmpegPortmonitor.cpp. More...
#include <string>
#include <vector>
#include <map>
#include <libavcodec/avcodec.h>
#include <yarp/sig/Image.h>
Go to the source code of this file.
Variables | |
static const std::vector< std::string > | FFMPEGPORTMONITOR_IGNORE_PARAMS |
This vector contains all parameters that have to be ignored while parsing command line string. | |
static const std::string | FFMPEGPORTMONITOR_CL_CODEC_KEY = "codec" |
This string is the "key" value for the codec parameter. | |
static const std::vector< std::string > | FFMPEGPORTMONITOR_CL_CODECS |
This vector contains the only accepted values for the command line parameter "codec". | |
static const std::string | FFMPEGPORTMONITOR_CL_CUSTOM_ENC_KEY = "custom_enc" |
This string is the "key" value for the custom encoder parameter. | |
static const std::string | FFMPEGPORTMONITOR_CL_CUSTOM_DEC_KEY = "custom_dec" |
This string is the "key" value for the custom decoder parameter. | |
static const std::string | FFMPEGPORTMONITOR_CL_PIXEL_FORMAT_KEY = "pixel_format" |
This string is the "key" value for the pixel format parameter. | |
static const std::string | FFMPEGPORTMONITOR_CL_FRAME_RATE_KEY = "frame_rate" |
This string is the "key" value for the frame rate parameter. | |
static const std::string | FFMPEGPORTMONITOR_CL_PRINT_STATISTICS_KEY = "print_statistics" |
This string is the "key" value to enable the print statistics. | |
static const std::vector< int > | FFMPEGPORTMONITOR_CODE_CODECS |
This vector contains the codec ids corresponding to the codecs of the FFMPEGPORTMONITOR_CL_CODECS vector. | |
static std::map< int, int > | FFMPEGPORTMONITOR_PIXELMAP |
This structure maps YARP pixel format codec into Ffmpeg pixel format codes. | |
static AVPixelFormat | FFMPEGPORTMONITOR_DEFAULT_PIXEL_FORMAT = AV_PIX_FMT_YUV420P |
Default pixel format to be used within ffmpeg. | |
File containing constans used in FfmpegPortmonitor.cpp.
Definition in file constants.h.
|
static |
This string is the "key" value for the codec parameter.
Definition at line 48 of file constants.h.
|
static |
This vector contains the only accepted values for the command line parameter "codec".
Definition at line 54 of file constants.h.
|
static |
This string is the "key" value for the custom decoder parameter.
Definition at line 70 of file constants.h.
|
static |
This string is the "key" value for the custom encoder parameter.
Definition at line 64 of file constants.h.
|
static |
This string is the "key" value for the frame rate parameter.
Definition at line 82 of file constants.h.
|
static |
This string is the "key" value for the pixel format parameter.
Definition at line 76 of file constants.h.
|
static |
This string is the "key" value to enable the print statistics.
Definition at line 88 of file constants.h.
|
static |
This vector contains the codec ids corresponding to the codecs of the FFMPEGPORTMONITOR_CL_CODECS vector.
Definition at line 94 of file constants.h.
|
static |
Default pixel format to be used within ffmpeg.
Definition at line 116 of file constants.h.
|
static |
This vector contains all parameters that have to be ignored while parsing command line string.
Definition at line 34 of file constants.h.
|
static |
This structure maps YARP pixel format codec into Ffmpeg pixel format codes.
Definition at line 104 of file constants.h.