FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
cbs_mpeg2_syntax_template.c File Reference

Go to the source code of this file.

Functions

static int FUNC() sequence_header (CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawSequenceHeader *current)
 
static int FUNC() user_data (CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawUserData *current)
 
static int FUNC() sequence_extension (CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawSequenceExtension *current)
 
static int FUNC() sequence_display_extension (CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawSequenceDisplayExtension *current)
 
static int FUNC() group_of_pictures_header (CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawGroupOfPicturesHeader *current)
 
static int FUNC() picture_header (CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawPictureHeader *current)
 
static int FUNC() picture_coding_extension (CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawPictureCodingExtension *current)
 
static int FUNC() quant_matrix_extension (CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawQuantMatrixExtension *current)
 
static int FUNC() picture_display_extension (CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawPictureDisplayExtension *current)
 
static int FUNC() extension_data (CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawExtensionData *current)
 
static int FUNC() slice_header (CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawSliceHeader *current)
 

Function Documentation

static int FUNC() sequence_header ( CodedBitstreamContext ctx,
RWContext rw,
MPEG2RawSequenceHeader current 
)
static

Definition at line 19 of file cbs_mpeg2_syntax_template.c.

Referenced by cbs_mpeg2_read_unit(), and cbs_mpeg2_write_header().

static int FUNC() user_data ( CodedBitstreamContext ctx,
RWContext rw,
MPEG2RawUserData current 
)
static

Definition at line 59 of file cbs_mpeg2_syntax_template.c.

static int FUNC() sequence_extension ( CodedBitstreamContext ctx,
RWContext rw,
MPEG2RawSequenceExtension current 
)
static

Definition at line 87 of file cbs_mpeg2_syntax_template.c.

Referenced by extension_data().

static int FUNC() sequence_display_extension ( CodedBitstreamContext ctx,
RWContext rw,
MPEG2RawSequenceDisplayExtension current 
)
static

Definition at line 117 of file cbs_mpeg2_syntax_template.c.

Referenced by extension_data().

static int FUNC() group_of_pictures_header ( CodedBitstreamContext ctx,
RWContext rw,
MPEG2RawGroupOfPicturesHeader current 
)
static

Definition at line 140 of file cbs_mpeg2_syntax_template.c.

Referenced by cbs_mpeg2_read_unit(), and cbs_mpeg2_write_header().

static int FUNC() picture_header ( CodedBitstreamContext ctx,
RWContext rw,
MPEG2RawPictureHeader current 
)
static
static int FUNC() picture_coding_extension ( CodedBitstreamContext ctx,
RWContext rw,
MPEG2RawPictureCodingExtension current 
)
static

Definition at line 185 of file cbs_mpeg2_syntax_template.c.

Referenced by extension_data().

static int FUNC() quant_matrix_extension ( CodedBitstreamContext ctx,
RWContext rw,
MPEG2RawQuantMatrixExtension current 
)
static

Definition at line 243 of file cbs_mpeg2_syntax_template.c.

Referenced by extension_data().

static int FUNC() picture_display_extension ( CodedBitstreamContext ctx,
RWContext rw,
MPEG2RawPictureDisplayExtension current 
)
static

Definition at line 277 of file cbs_mpeg2_syntax_template.c.

Referenced by extension_data().

static int FUNC() extension_data ( CodedBitstreamContext ctx,
RWContext rw,
MPEG2RawExtensionData current 
)
static

Definition at line 295 of file cbs_mpeg2_syntax_template.c.

static int FUNC() slice_header ( CodedBitstreamContext ctx,
RWContext rw,
MPEG2RawSliceHeader current 
)
static

Definition at line 328 of file cbs_mpeg2_syntax_template.c.