Searched defs:object_context_s (Results 1 – 1 of 1) sorted by relevance
379 struct object_context_s { struct380 struct object_base_s base;381 VAContextID context_id;382 VAConfigID config_id;383 VAProfile profile;384 VAEntrypoint entry_point;385 int picture_width;386 int picture_height;387 int num_render_targets;388 VASurfaceID *render_targets;[all …]