Home
last modified time | relevance | path

Searched defs:VAAPIEncodeMPEG2Context (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_encode_mpeg2.c30 typedef struct VAAPIEncodeMPEG2Context { struct
31 VAAPIEncodeContext common;
34 int profile;
35 int level;
38 int quant_i;
39 int quant_p;
63 } VAAPIEncodeMPEG2Context; argument