Searched defs:VAAPIEncodeMPEG2Context (Results 1 – 1 of 1) sorted by relevance
32 typedef struct VAAPIEncodeMPEG2Context { struct33 VAAPIEncodeContext common;36 int profile;37 int level;40 int quant_i;41 int quant_p;65 } VAAPIEncodeMPEG2Context; argument