NVIDIA Multimedia API: V4L2 Element Plane
Description: This file declares a helper class for operations performed on a V4L2 Element plane.
Definition in file NvV4l2ElementPlane.h.
Go to the source code of this file.
Data Structures | |
class | NvV4l2ElementPlane |
Defines a helper class for operations performed on a V4L2 Element plane. More... | |
Macros | |
#define | PLANE_DEBUG_MSG(str) COMP_DEBUG_MSG(plane_name << ":" << str); |
Prints a plane-specific message of level LOG_LEVEL_DEBUG. More... | |
#define | PLANE_INFO_MSG(str) COMP_INFO_MSG(plane_name << ":" << str); |
Prints a plane-specific message of level LOG_LEVEL_INFO. More... | |
#define | PLANE_WARN_MSG(str) COMP_WARN_MSG(plane_name << ":" << str); |
Prints a plane-specific message of level LOG_LEVEL_WARN. More... | |
#define | PLANE_ERROR_MSG(str) COMP_ERROR_MSG(plane_name << ":" << str); |
Prints a plane-specific message of level LOG_LEVEL_ERROR. More... | |
#define | PLANE_SYS_ERROR_MSG(str) COMP_SYS_ERROR_MSG(plane_name << ":" << str); |
Prints a plane-specific system error message of level LOG_LEVEL_ERROR. More... | |