Searched defs:context_VPP_s (Results 1 – 1 of 1) sorted by relevance
39 struct context_VPP_s { struct40 object_context_p obj_context; /* back reference */42 uint32_t profile; // ENTDEC BE_PROFILE & FE_PROFILE43 uint32_t profile_idc; // BE_PROFILEIDC45 struct psb_buffer_s *context_buf;46 struct psb_buffer_s *intermediate_buf;48 VABufferID *filters;49 unsigned int num_filters;51 enum vsp_format format;53 object_buffer_p filter_buf[VssProcPipelineMaxNumFilters];[all …]