FFmpeg
Loading...
Searching...
No Matches
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 (frame_packing_arrangement,(CodedBitstreamContext *ctx, RWContext *rw, SEIRawFramePackingArrangement *current, SEIMessageState *unused))
 
 SEI_FUNC (decoded_picture_hash,(CodedBitstreamContext *ctx, RWContext *rw, SEIRawDecodedPictureHash *current, SEIMessageState *unused))
 
 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))
 
 SEI_FUNC (film_grain_characteristics,(CodedBitstreamContext *ctx, RWContext *rw, SEIRawFilmGrainCharacteristics *current, SEIMessageState *state))
 
 SEI_FUNC (display_orientation,(CodedBitstreamContext *ctx, RWContext *rw, SEIRawDisplayOrientation *current, SEIMessageState *state))
 
 SEI_FUNC (frame_field_information,(CodedBitstreamContext *ctx, RWContext *rw, SEIRawFrameFieldInformation *current, SEIMessageState *state))
 
int FUNC message (CodedBitstreamContext *ctx, RWContext *rw, SEIRawMessage *current)
 
int FUNC message_list (CodedBitstreamContext *ctx, RWContext *rw, SEIRawMessageList *current, int prefix)
 

Function Documentation

◆ SEI_FUNC() [1/12]

Definition at line 19 of file cbs_sei_syntax_template.c.

◆ SEI_FUNC() [2/12]

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/12]

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

Definition at line 76 of file cbs_sei_syntax_template.c.

◆ SEI_FUNC() [4/12]

SEI_FUNC ( frame_packing_arrangement ,
(CodedBitstreamContext *ctx, RWContext *rw, SEIRawFramePackingArrangement *current, SEIMessageState *unused)  )

Definition at line 110 of file cbs_sei_syntax_template.c.

◆ SEI_FUNC() [5/12]

SEI_FUNC ( decoded_picture_hash ,
(CodedBitstreamContext *ctx, RWContext *rw, SEIRawDecodedPictureHash *current, SEIMessageState *unused)  )

Definition at line 144 of file cbs_sei_syntax_template.c.

◆ SEI_FUNC() [6/12]

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

Definition at line 172 of file cbs_sei_syntax_template.c.

◆ SEI_FUNC() [7/12]

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

Definition at line 195 of file cbs_sei_syntax_template.c.

◆ SEI_FUNC() [8/12]

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

Definition at line 209 of file cbs_sei_syntax_template.c.

◆ SEI_FUNC() [9/12]

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

Definition at line 223 of file cbs_sei_syntax_template.c.

◆ SEI_FUNC() [10/12]

SEI_FUNC ( film_grain_characteristics ,
(CodedBitstreamContext *ctx, RWContext *rw, SEIRawFilmGrainCharacteristics *current, SEIMessageState *state)  )

Definition at line 240 of file cbs_sei_syntax_template.c.

◆ SEI_FUNC() [11/12]

SEI_FUNC ( display_orientation ,
(CodedBitstreamContext *ctx, RWContext *rw, SEIRawDisplayOrientation *current, SEIMessageState *state)  )

Definition at line 293 of file cbs_sei_syntax_template.c.

◆ SEI_FUNC() [12/12]

SEI_FUNC ( frame_field_information ,
(CodedBitstreamContext *ctx, RWContext *rw, SEIRawFrameFieldInformation *current, SEIMessageState *state)  )

Definition at line 311 of file cbs_sei_syntax_template.c.

◆ message()

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

Definition at line 337 of file cbs_sei_syntax_template.c.

◆ message_list()

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

Definition at line 425 of file cbs_sei_syntax_template.c.

Referenced by message_list(), sei(), sei(), and sei().