Searched defs:FrameSizeParam (Results 1 – 2 of 2) sorted by relevance
187 struct FrameSizeParam { struct188 FrameSizeParam(uint32_t width, uint32_t upscaled_width, uint32_t height, in FrameSizeParam() function195 uint32_t width;196 uint32_t upscaled_width;197 uint32_t height;198 int8_t subsampling_x;199 int8_t subsampling_y;
333 } FrameSizeParam; typedef