Searched defs:object_context_s (Results 1 – 1 of 1) sorted by relevance
357 struct object_context_s { struct358 struct object_base_s base;359 VAContextID context_id;360 VAConfigID config_id;361 VAProfile profile;362 VAEntrypoint entry_point;363 int picture_width;364 int picture_height;365 int num_render_targets;366 VASurfaceID *render_targets;[all …]