25#ifndef SPA_DEBUG_BUFFER_H
26#define SPA_DEBUG_BUFFER_H
50 spa_debugc(ctx,
"%*s" "struct spa_buffer %p:", indent,
"", buffer);
52 for (i = 0; i < buffer->
n_metas; i++) {
54 const char *type_name;
57 spa_debugc(ctx,
"%*s" " meta %d: type %d (%s), data %p, size %d:", indent,
"", i, m->
type,
64 spa_debugc(ctx,
"%*s" " struct spa_meta_header:", indent,
"");
75 spa_debugc(ctx,
"%*s" " struct spa_meta_region:", indent,
"");
86 spa_debugc(ctx,
"%*s" " struct spa_meta_region:", indent,
"");
99 spa_debugc(ctx,
"%*s" " Unknown:", indent,
"");
104 for (i = 0; i < buffer->
n_datas; i++) {
110 spa_debugc(ctx,
"%*s" " fd: %" PRIi64, indent,
"", d->
fd);
static const struct spa_type_info spa_type_data_type[]
Definition: buffer/type-info.h:63
#define spa_meta_for_each(pos, meta)
iterate all the items in a metadata
Definition: meta.h:119
static const struct spa_type_info spa_type_meta_type[]
Definition: buffer/type-info.h:92
@ SPA_META_VideoDamage
array of struct spa_meta_region with damage, where an invalid entry or end-of-array marks the end.
Definition: meta.h:49
@ SPA_META_Bitmap
struct spa_meta_bitmap
Definition: meta.h:50
@ SPA_META_Cursor
struct spa_meta_cursor
Definition: meta.h:51
@ SPA_META_VideoCrop
struct spa_meta_region with cropping data
Definition: meta.h:48
@ SPA_META_Header
struct spa_meta_header
Definition: meta.h:47
static int spa_debug_buffer(int indent, const struct spa_buffer *buffer)
Definition: debug/buffer.h:126
#define spa_debugc(_c, _fmt,...)
Definition: spa/include/spa/debug/context.h:57
static const char * spa_debug_type_find_name(const struct spa_type_info *info, uint32_t type)
Definition: types.h:73
static int spa_debugc_buffer(struct spa_debug_context *ctx, int indent, const struct spa_buffer *buffer)
Definition: debug/buffer.h:51
static int spa_debugc_mem(struct spa_debug_context *ctx, int indent, const void *data, size_t size)
Definition: spa/include/spa/debug/mem.h:46
A Buffer.
Definition: buffer/buffer.h:109
uint32_t n_metas
number of metadata
Definition: buffer/buffer.h:110
struct spa_meta * metas
array of metadata
Definition: buffer/buffer.h:112
struct spa_data * datas
array of data members
Definition: buffer/buffer.h:113
uint32_t n_datas
number of data members
Definition: buffer/buffer.h:111
int32_t stride
stride of valid data
Definition: buffer/buffer.h:68
uint32_t size
size of valid data.
Definition: buffer/buffer.h:66
uint32_t offset
offset of valid data.
Definition: buffer/buffer.h:63
Data for a buffer this stays constant for a buffer.
Definition: buffer/buffer.h:81
struct spa_chunk * chunk
valid chunk of memory
Definition: buffer/buffer.h:105
int64_t fd
optional fd for data
Definition: buffer/buffer.h:101
uint32_t mapoffset
offset to map fd at
Definition: buffer/buffer.h:102
uint32_t flags
data flags
Definition: buffer/buffer.h:100
void * data
optional data pointer
Definition: buffer/buffer.h:104
uint32_t maxsize
max size of data
Definition: buffer/buffer.h:103
uint32_t type
memory type, one of enum spa_data_type, when allocating memory, the type contains a bitmask of allowe...
Definition: buffer/buffer.h:82
Definition: spa/include/spa/debug/context.h:53
int32_t y
Definition: defs.h:127
int32_t x
Definition: defs.h:126
uint32_t width
Definition: defs.h:119
uint32_t height
Definition: defs.h:120
struct spa_point position
Definition: defs.h:133
struct spa_rectangle size
Definition: defs.h:134