Home
last modified time | relevance | path

Searched refs:MPEG12EncContext (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpeg12enc.c68 typedef struct MPEG12EncContext { struct
84 } MPEG12EncContext; typedef
125 static int find_frame_rate_index(MPEG12EncContext *mpeg12) in find_frame_rate_index()
167 MPEG12EncContext *const mpeg12 = avctx->priv_data; in encode_init()
270 MPEG12EncContext *const mpeg12 = (MPEG12EncContext*)s; in mpeg1_encode_sequence_header()
458 MPEG12EncContext *const mpeg12 = (MPEG12EncContext*)s; in ff_mpeg1_encode_picture_header()
1160 #define OFFSET(x) offsetof(MPEG12EncContext, x)
1226 .priv_data_size = sizeof(MPEG12EncContext),
[all...]

Completed in 2 milliseconds