|
ApraPipes 1.0
|
#include <H264DecoderV4L2Helper.h>

Public Attributes | |
| BufferPlaneFormat | fmt |
| unsigned char * | data |
| uint32_t | bytesused |
| int | fd |
| uint32_t | mem_offset |
| uint32_t | length |
Holds the buffer plane parameters.
| uint32_t Buffer::BufferPlane::bytesused |
Holds the number of valid bytes in the plane.
| unsigned char* Buffer::BufferPlane::data |
Holds a pointer to the plane memory.
| int Buffer::BufferPlane::fd |
Holds the file descriptor (FD) of the plane of the exported buffer, in the case of V4L2 MMAP buffers.
| BufferPlaneFormat Buffer::BufferPlane::fmt |
Holds the format of the plane.
| uint32_t Buffer::BufferPlane::length |
Holds the size of the buffer in bytes.
| uint32_t Buffer::BufferPlane::mem_offset |
Holds the offset of the first valid byte from the data pointer.