FFmpeg
Functions
cbs_sei_syntax_template.c File Reference

Go to the source code of this file.

Functions

 SEI_FUNC (filler_payload,(CodedBitstreamContext *ctx, RWContext *rw, SEIRawFillerPayload *current, SEIMessageState *state))
 
 SEI_FUNC (user_data_registered,(CodedBitstreamContext *ctx, RWContext *rw, SEIRawUserDataRegistered *current, SEIMessageState *state))
 
 SEI_FUNC (user_data_unregistered,(CodedBitstreamContext *ctx, RWContext *rw, SEIRawUserDataUnregistered *current, SEIMessageState *state))
 
 SEI_FUNC (mastering_display_colour_volume,(CodedBitstreamContext *ctx, RWContext *rw, SEIRawMasteringDisplayColourVolume *current, SEIMessageState *state))
 
 SEI_FUNC (content_light_level_info,(CodedBitstreamContext *ctx, RWContext *rw, SEIRawContentLightLevelInfo *current, SEIMessageState *state))
 
 SEI_FUNC (alternative_transfer_characteristics,(CodedBitstreamContext *ctx, RWContext *rw, SEIRawAlternativeTransferCharacteristics *current, SEIMessageState *state))
 
 SEI_FUNC (ambient_viewing_environment,(CodedBitstreamContext *ctx, RWContext *rw, SEIRawAmbientViewingEnvironment *current, SEIMessageState *state))
 
static int FUNC() message (CodedBitstreamContext *ctx, RWContext *rw, SEIRawMessage *current)
 
static int FUNC() message_list (CodedBitstreamContext *ctx, RWContext *rw, SEIRawMessageList *current, int prefix)
 

Function Documentation

◆ SEI_FUNC() [1/7]

SEI_FUNC ( filler_payload  ,
(CodedBitstreamContext *ctx, RWContext *rw, SEIRawFillerPayload *current, SEIMessageState *state  
)

Definition at line 19 of file cbs_sei_syntax_template.c.

◆ SEI_FUNC() [2/7]

SEI_FUNC ( user_data_registered  ,
(CodedBitstreamContext *ctx, RWContext *rw, SEIRawUserDataRegistered *current, SEIMessageState *state  
)

Definition at line 37 of file cbs_sei_syntax_template.c.

◆ SEI_FUNC() [3/7]

SEI_FUNC ( user_data_unregistered  ,
(CodedBitstreamContext *ctx, RWContext *rw, SEIRawUserDataUnregistered *current, SEIMessageState *state  
)

Definition at line 69 of file cbs_sei_syntax_template.c.

◆ SEI_FUNC() [4/7]

SEI_FUNC ( mastering_display_colour_volume  ,
(CodedBitstreamContext *ctx, RWContext *rw, SEIRawMasteringDisplayColourVolume *current, SEIMessageState *state  
)

Definition at line 97 of file cbs_sei_syntax_template.c.

◆ SEI_FUNC() [5/7]

SEI_FUNC ( content_light_level_info  ,
(CodedBitstreamContext *ctx, RWContext *rw, SEIRawContentLightLevelInfo *current, SEIMessageState *state  
)

Definition at line 120 of file cbs_sei_syntax_template.c.

◆ SEI_FUNC() [6/7]

SEI_FUNC ( alternative_transfer_characteristics  ,
(CodedBitstreamContext *ctx, RWContext *rw, SEIRawAlternativeTransferCharacteristics *current, SEIMessageState *state  
)

Definition at line 134 of file cbs_sei_syntax_template.c.

◆ SEI_FUNC() [7/7]

SEI_FUNC ( ambient_viewing_environment  ,
(CodedBitstreamContext *ctx, RWContext *rw, SEIRawAmbientViewingEnvironment *current, SEIMessageState *state  
)

Definition at line 148 of file cbs_sei_syntax_template.c.

◆ message()

static int FUNC() message ( CodedBitstreamContext ctx,
RWContext rw,
SEIRawMessage current 
)
static

◆ message_list()

static int FUNC() message_list ( CodedBitstreamContext ctx,
RWContext rw,
SEIRawMessageList current,
int  prefix 
)
static

Definition at line 253 of file cbs_sei_syntax_template.c.

Referenced by sei().