Searched refs:memory_attribute (Results 1 – 1 of 1) sorted by relevance
562 VASurfaceAttribExternalBuffers *memory_attribute, in surface_from_external_memory() argument577 if (!memory_attribute || !memory_attribute->buffers || in surface_from_external_memory()578 index > memory_attribute->num_buffers) in surface_from_external_memory()581 if (surface->templat.width != memory_attribute->width || in surface_from_external_memory()582 surface->templat.height != memory_attribute->height || in surface_from_external_memory()583 memory_attribute->num_planes < 1) in surface_from_external_memory()586 if (memory_attribute->num_planes > VL_NUM_COMPONENTS) in surface_from_external_memory()596 res_templ.width0 = memory_attribute->width; in surface_from_external_memory()597 res_templ.height0 = memory_attribute->height; in surface_from_external_memory()603 whandle.handle = memory_attribute->buffers[index]; in surface_from_external_memory()[all …]