FFmpeg
Functions
cbs_sei_syntax_template.c File Reference

Go to the source code of this file.

Functions

static int FUNC() filler_payload (CodedBitstreamContext *ctx, RWContext *rw, SEIRawFillerPayload *current, SEIMessageState *state)
 
static int FUNC() user_data_registered (CodedBitstreamContext *ctx, RWContext *rw, SEIRawUserDataRegistered *current, SEIMessageState *state)
 
static int FUNC() user_data_unregistered (CodedBitstreamContext *ctx, RWContext *rw, SEIRawUserDataUnregistered *current, SEIMessageState *state)
 
static int FUNC() mastering_display_colour_volume (CodedBitstreamContext *ctx, RWContext *rw, SEIRawMasteringDisplayColourVolume *current, SEIMessageState *state)
 
static int FUNC() content_light_level_info (CodedBitstreamContext *ctx, RWContext *rw, SEIRawContentLightLevelInfo *current, SEIMessageState *state)
 
static int FUNC() alternative_transfer_characteristics (CodedBitstreamContext *ctx, RWContext *rw, SEIRawAlternativeTransferCharacteristics *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

◆ filler_payload()

static int FUNC() filler_payload ( CodedBitstreamContext ctx,
RWContext rw,
SEIRawFillerPayload current,
SEIMessageState state 
)
static

Definition at line 20 of file cbs_sei_syntax_template.c.

◆ user_data_registered()

static int FUNC() user_data_registered ( CodedBitstreamContext ctx,
RWContext rw,
SEIRawUserDataRegistered current,
SEIMessageState state 
)
static

Definition at line 38 of file cbs_sei_syntax_template.c.

◆ user_data_unregistered()

static int FUNC() user_data_unregistered ( CodedBitstreamContext ctx,
RWContext rw,
SEIRawUserDataUnregistered current,
SEIMessageState state 
)
static

Definition at line 70 of file cbs_sei_syntax_template.c.

◆ mastering_display_colour_volume()

static int FUNC() mastering_display_colour_volume ( CodedBitstreamContext ctx,
RWContext rw,
SEIRawMasteringDisplayColourVolume current,
SEIMessageState state 
)
static

Definition at line 98 of file cbs_sei_syntax_template.c.

◆ content_light_level_info()

static int FUNC() content_light_level_info ( CodedBitstreamContext ctx,
RWContext rw,
SEIRawContentLightLevelInfo current,
SEIMessageState state 
)
static

Definition at line 120 of file cbs_sei_syntax_template.c.

◆ alternative_transfer_characteristics()

static int FUNC() alternative_transfer_characteristics ( CodedBitstreamContext ctx,
RWContext rw,
SEIRawAlternativeTransferCharacteristics current,
SEIMessageState state 
)
static

Definition at line 134 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 230 of file cbs_sei_syntax_template.c.

Referenced by sei().