#include <OMXImage.h>
|
OMX_IMAGE_CODINGTYPE | GetCodingType (unsigned int &width, unsigned int &height, int orientation) |
|
◆ COMXImageFile()
COMXImageFile::COMXImageFile |
( |
| ) |
|
◆ ~COMXImageFile()
COMXImageFile::~COMXImageFile |
( |
| ) |
|
|
virtual |
◆ GetCodingType()
OMX_IMAGE_CODINGTYPE COMXImageFile::GetCodingType |
( |
unsigned int & |
width, |
|
|
unsigned int & |
height, |
|
|
int |
orientation |
|
) |
| |
|
protected |
◆ GetFilename()
const char * COMXImageFile::GetFilename |
( |
| ) |
const |
|
inline |
◆ GetHeight()
unsigned int COMXImageFile::GetHeight |
( |
| ) |
const |
|
inline |
◆ GetImageBuffer()
const uint8_t * COMXImageFile::GetImageBuffer |
( |
| ) |
const |
|
inline |
◆ GetImageSize()
unsigned long COMXImageFile::GetImageSize |
( |
| ) |
const |
|
inline |
◆ GetOrientation()
int COMXImageFile::GetOrientation |
( |
| ) |
const |
|
inline |
◆ GetWidth()
unsigned int COMXImageFile::GetWidth |
( |
| ) |
const |
|
inline |
◆ ReadFile()
bool COMXImageFile::ReadFile |
( |
const std::string & |
inputFile, |
|
|
int |
orientation = 0 |
|
) |
| |
◆ m_filename
std::string COMXImageFile::m_filename |
|
protected |
◆ m_height
unsigned int COMXImageFile::m_height |
|
protected |
◆ m_image_buffer
uint8_t* COMXImageFile::m_image_buffer |
|
protected |
◆ m_image_size
unsigned long COMXImageFile::m_image_size |
|
protected |
◆ m_orientation
int COMXImageFile::m_orientation |
|
protected |
◆ m_width
unsigned int COMXImageFile::m_width |
|
protected |
The documentation for this class was generated from the following files: