HVE
HVE Hardware Video Encoder library
hve_frame Struct Reference

Data to be encoded (single frame). More...

#include <hve.h>

Data Fields

uint8_t * data [AV_NUM_DATA_POINTERS]
 array of pointers to frame planes (e.g. Y plane and UV plane)
 
int linesize [AV_NUM_DATA_POINTERS]
 array of strides (width + padding) for planar frame formats
 

Detailed Description

Data to be encoded (single frame).

Fill linsize array with stride (width and padding) of the data in bytes. Fill data with pointers to the data (no copying is needed).

For non planar formats only data[0] and linesize[0] is used.

Pass the result to hve_send_frame.

See also
hve_send_frame

The documentation for this struct was generated from the following file: