25 #ifndef SPA_BUFFER_TYPES_H 26 #define SPA_BUFFER_TYPES_H 41 #define SPA_TYPE_INFO_Buffer SPA_TYPE_INFO_POINTER_BASE "Buffer" 42 #define SPA_TYPE_INFO_BUFFER_BASE SPA_TYPE_INFO_Buffer ":" 45 #define SPA_TYPE_INFO_Data SPA_TYPE_INFO_ENUM_BASE "Data" 46 #define SPA_TYPE_INFO_DATA_BASE SPA_TYPE_INFO_Data ":" 49 #define SPA_TYPE_INFO_DATA_Fd SPA_TYPE_INFO_DATA_BASE "Fd" 50 #define SPA_TYPE_INFO_DATA_FD_BASE SPA_TYPE_INFO_DATA_Fd ":" 61 #define SPA_TYPE_INFO_Meta SPA_TYPE_INFO_POINTER_BASE "Meta" 62 #define SPA_TYPE_INFO_META_BASE SPA_TYPE_INFO_Meta ":" 64 #define SPA_TYPE_INFO_META_Array SPA_TYPE_INFO_META_BASE "Array" 65 #define SPA_TYPE_INFO_META_ARRAY_BASE SPA_TYPE_INFO_META_Array ":" 67 #define SPA_TYPE_INFO_META_Region SPA_TYPE_INFO_META_BASE "Region" 68 #define SPA_TYPE_INFO_META_REGION_BASE SPA_TYPE_INFO_META_Region ":" 70 #define SPA_TYPE_INFO_META_ARRAY_Region SPA_TYPE_INFO_META_ARRAY_BASE "Region" 71 #define SPA_TYPE_INFO_META_ARRAY_REGION_BASE SPA_TYPE_INFO_META_ARRAY_Region ":" struct spa_meta_cursor
Definition: meta.h:46
const struct spa_type_info spa_type_data_type[]
Definition: buffer/type-info.h:52
#define SPA_TYPE_INFO_META_ARRAY_REGION_BASE
Definition: buffer/type-info.h:71
#define SPA_TYPE_INFO_DATA_BASE
Definition: buffer/type-info.h:46
#define SPA_TYPE_INFO_META_REGION_BASE
Definition: buffer/type-info.h:68
struct spa_meta_header
Definition: meta.h:42
metadata contains a spa_meta_control associated with the data
Definition: meta.h:47
Definition: x86_64-redhat-linux-gnu/doc/spa/utils/type.h:136
fd to dmabuf memory
Definition: buffer/buffer.h:50
array of struct spa_meta_region with damage
Definition: meta.h:44
pointer to memory, the data field in struct spa_data is set.
Definition: buffer/buffer.h:47
struct spa_meta_region with cropping data
Definition: meta.h:43
const struct spa_type_info spa_type_meta_type[]
Definition: buffer/type-info.h:73
struct spa_meta_bitmap
Definition: meta.h:45
Definition: x86_64-redhat-linux-gnu/doc/spa/utils/type.h:48
don't write to buffer when count > 0
Definition: meta.h:49
Definition: buffer/buffer.h:46
#define SPA_TYPE_INFO_META_BASE
Definition: buffer/type-info.h:62
generic fd, mmap to get to memory
Definition: buffer/buffer.h:49
#define SPA_TYPE_INFO_DATA_FD_BASE
Definition: buffer/type-info.h:50
Definition: x86_64-redhat-linux-gnu/doc/spa/utils/type.h:61
memory is identified with an id
Definition: buffer/buffer.h:51