|
FFmpeg
|
Go to the source code of this file.
| 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 | ( | user_data_registered | , |
| (CodedBitstreamContext *ctx, RWContext *rw, SEIRawUserDataRegistered *current, SEIMessageState *state) | ) |
Definition at line 37 of file cbs_sei_syntax_template.c.
| 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 | ( | frame_packing_arrangement | , |
| (CodedBitstreamContext *ctx, RWContext *rw, SEIRawFramePackingArrangement *current, SEIMessageState *unused) | ) |
Definition at line 110 of file cbs_sei_syntax_template.c.
| 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 | ( | 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 | ( | 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 | ( | alternative_transfer_characteristics | , |
| (CodedBitstreamContext *ctx, RWContext *rw, SEIRawAlternativeTransferCharacteristics *current, SEIMessageState *state) | ) |
Definition at line 209 of file cbs_sei_syntax_template.c.
| 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 | ( | film_grain_characteristics | , |
| (CodedBitstreamContext *ctx, RWContext *rw, SEIRawFilmGrainCharacteristics *current, SEIMessageState *state) | ) |
Definition at line 240 of file cbs_sei_syntax_template.c.
| 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 | ( | frame_field_information | , |
| (CodedBitstreamContext *ctx, RWContext *rw, SEIRawFrameFieldInformation *current, SEIMessageState *state) | ) |
Definition at line 311 of file cbs_sei_syntax_template.c.
| int FUNC message | ( | CodedBitstreamContext * | ctx, |
| RWContext * | rw, | ||
| SEIRawMessage * | current ) |
Definition at line 337 of file cbs_sei_syntax_template.c.
| 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().