Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvaapi_encode_mpeg2.c32 typedef struct VAAPIEncodeMPEG2Context { struct
33 VAAPIEncodeContext common;
36 int profile;
37 int level;
40 int quant_i;
41 int quant_p;
65 } VAAPIEncodeMPEG2Context; argument