structure for encrypted segment info.
More...
#include <va.h>
|
|
uint32_t | segment_start_offset |
| | The offset relative to the start of the bitstream input in bytes of the start of the segment.
|
| |
|
uint32_t | segment_length |
| | The length of the segments in bytes.
|
| |
|
uint32_t | partial_aes_block_size |
| | The length in bytes of the remainder of an incomplete block from a previous segment.
|
| |
|
uint32_t | init_byte_length |
| | The length in bytes of the initial clear data.
|
| |
|
uint8_t | aes_cbc_iv_or_ctr [64] |
| | This will be AES counter for secure decode and secure encode when numSegments equals 1, valid size is specified by key_blob_size.
|
| |
|
uint32_t | va_reserved [VA_PADDING_MEDIUM] |
| | Reserved bytes for future use, must be zero.
|
| |
structure for encrypted segment info.
The documentation for this struct was generated from the following file: