| 
    FFmpeg
    
   | 
 
#include <dovi_rpu.h>
Data Fields | |
| void * | logctx | 
| AVDOVIRpuDataHeader | header | 
| Currently active RPU data header, updates on every dovi_rpu_parse().  More... | |
| const AVDOVIDataMapping * | mapping | 
| Currently active data mappings, or NULL.  More... | |
| const AVDOVIColorMetadata * | color | 
| AVBufferRef * | vdr_ref [DOVI_MAX_DM_ID+1] | 
| Private fields internal to dovi_rpu.c.  More... | |
| uint8_t | dv_profile | 
Definition at line 31 of file dovi_rpu.h.
| void* DOVIContext::logctx | 
Definition at line 32 of file dovi_rpu.h.
| AVDOVIRpuDataHeader DOVIContext::header | 
Currently active RPU data header, updates on every dovi_rpu_parse().
Definition at line 37 of file dovi_rpu.h.
| const AVDOVIDataMapping* DOVIContext::mapping | 
Currently active data mappings, or NULL.
Points into memory owned by the corresponding rpu/vdr_ref, which becomes invalid on the next call to dovi_rpu_parse.
Definition at line 44 of file dovi_rpu.h.
| const AVDOVIColorMetadata* DOVIContext::color | 
Definition at line 45 of file dovi_rpu.h.
| AVBufferRef* DOVIContext::vdr_ref[DOVI_MAX_DM_ID+1] | 
Private fields internal to dovi_rpu.c.
Definition at line 50 of file dovi_rpu.h.
| uint8_t DOVIContext::dv_profile | 
Definition at line 51 of file dovi_rpu.h.
 1.8.17