FFmpeg
|
#include <cbs_internal.h>
Data Fields | |
int | nb_unit_types |
union { | |
CodedBitstreamUnitType list [CBS_MAX_LIST_UNIT_TYPES] | |
struct { | |
CodedBitstreamUnitType start | |
CodedBitstreamUnitType end | |
} range | |
} | unit_type |
enum CBSContentType | content_type |
size_t | content_size |
union { | |
struct { | |
int nb_offsets | |
size_t offsets [CBS_MAX_REF_OFFSETS] | |
} ref | |
struct { | |
void(* content_free )(void *opaque, uint8_t *data) | |
int(* content_clone )(AVBufferRef **ref, CodedBitstreamUnit *unit) | |
} complex | |
} | type |
Definition at line 55 of file cbs_internal.h.
int CodedBitstreamUnitTypeDescriptor::nb_unit_types |
Definition at line 59 of file cbs_internal.h.
CodedBitstreamUnitType CodedBitstreamUnitTypeDescriptor::list[CBS_MAX_LIST_UNIT_TYPES] |
Definition at line 63 of file cbs_internal.h.
CodedBitstreamUnitType CodedBitstreamUnitTypeDescriptor::start |
Definition at line 67 of file cbs_internal.h.
CodedBitstreamUnitType CodedBitstreamUnitTypeDescriptor::end |
Definition at line 68 of file cbs_internal.h.
struct { ... } CodedBitstreamUnitTypeDescriptor::range |
union { ... } CodedBitstreamUnitTypeDescriptor::unit_type |
enum CBSContentType CodedBitstreamUnitTypeDescriptor::content_type |
Definition at line 73 of file cbs_internal.h.
size_t CodedBitstreamUnitTypeDescriptor::content_size |
Definition at line 76 of file cbs_internal.h.
int CodedBitstreamUnitTypeDescriptor::nb_offsets |
Definition at line 85 of file cbs_internal.h.
size_t CodedBitstreamUnitTypeDescriptor::offsets[CBS_MAX_REF_OFFSETS] |
Definition at line 91 of file cbs_internal.h.
struct { ... } CodedBitstreamUnitTypeDescriptor::ref |
void(* CodedBitstreamUnitTypeDescriptor::content_free) (void *opaque, uint8_t *data) |
Definition at line 95 of file cbs_internal.h.
int(* CodedBitstreamUnitTypeDescriptor::content_clone) (AVBufferRef **ref, CodedBitstreamUnit *unit) |
Definition at line 96 of file cbs_internal.h.
struct { ... } CodedBitstreamUnitTypeDescriptor::complex |
union { ... } CodedBitstreamUnitTypeDescriptor::type |