Searched defs:mpeg2enc_context (Results 1 – 2 of 2) sorted by relevance
99 struct mpeg2enc_context { struct101 int rate_control_mode;102 int fps;103 int mode; /* 0:I, 1:I/P, 2:I/P/B */104 VAProfile profile;105 int level;106 int width;107 int height;108 int frame_size;109 int num_pictures;[all …]