Home | History | Annotate | Download | only in tests

Lines Matching refs:surface_info

73 			XvMCSurfaceInfo *surface_info = XvMCListSurfaceTypes(display, adaptor_info[i].base_id, &num_types);
75 if (surface_info)
81 surface_info[j].chroma_format == chroma_format &&
82 surface_info[j].max_width >= width &&
83 surface_info[j].max_height >= height
88 if ((surface_info[j].mc_type & mc_types[k]) == mc_types[k])
95 *surface_type_id = surface_info[j].surface_type_id;
96 *is_overlay = surface_info[j].flags & XVMC_OVERLAID_SURFACE;
97 *intra_unsigned = surface_info[j].flags & XVMC_INTRA_UNSIGNED;
106 free(surface_info);