Debugging utilities.
More...
|
#define | spa_debug(...) ({ fprintf(stderr, __VA_ARGS__);fputc('\n', stderr); }) |
|
#define | spa_debug(...) ({ fprintf(stderr, __VA_ARGS__);fputc('\n', stderr); }) |
|
#define | spa_debug(...) ({ fprintf(stderr, __VA_ARGS__);fputc('\n', stderr); }) |
|
#define | spa_debug(...) ({ fprintf(stderr, __VA_ARGS__);fputc('\n', stderr); }) |
|
#define | spa_debug(...) ({ fprintf(stderr, __VA_ARGS__);fputc('\n', stderr); }) |
|
|
static int | spa_debug_buffer (int indent, const struct spa_buffer *buffer) |
|
static int | spa_debug_dict (int indent, const struct spa_dict *dict) |
|
static int | spa_debug_format_value (const struct spa_type_info *info, uint32_t type, void *body, uint32_t size) |
|
static int | spa_debug_format (int indent, const struct spa_type_info *info, const struct spa_pod *format) |
|
static int | spa_debug_mem (int indent, const void *data, size_t size) |
|
static int | spa_debug_port_info (int indent, const struct spa_port_info *info) |
|
static int | spa_debug_pod_value (int indent, const struct spa_type_info *info, uint32_t type, void *body, uint32_t size) |
|
static int | spa_debug_pod (int indent, const struct spa_type_info *info, const struct spa_pod *pod) |
|
static const struct spa_type_info * | spa_debug_type_find (const struct spa_type_info *info, uint32_t type) |
|
static const char * | spa_debug_type_short_name (const char *name) |
|
static const char * | spa_debug_type_find_name (const struct spa_type_info *info, uint32_t type) |
|
static const char * | spa_debug_type_find_short_name (const struct spa_type_info *info, uint32_t type) |
|
static uint32_t | spa_debug_type_find_type (const struct spa_type_info *info, const char *name) |
|
Debugging utilities.
#define spa_debug |
( |
|
... | ) |
({ fprintf(stderr, __VA_ARGS__);fputc('\n', stderr); }) |
#define spa_debug |
( |
|
... | ) |
({ fprintf(stderr, __VA_ARGS__);fputc('\n', stderr); }) |
#define spa_debug |
( |
|
... | ) |
({ fprintf(stderr, __VA_ARGS__);fputc('\n', stderr); }) |
#define spa_debug |
( |
|
... | ) |
({ fprintf(stderr, __VA_ARGS__);fputc('\n', stderr); }) |
#define spa_debug |
( |
|
... | ) |
({ fprintf(stderr, __VA_ARGS__);fputc('\n', stderr); }) |
static int spa_debug_buffer |
( |
int |
indent, |
|
|
const struct spa_buffer * |
buffer |
|
) |
| |
|
inlinestatic |
static int spa_debug_dict |
( |
int |
indent, |
|
|
const struct spa_dict * |
dict |
|
) |
| |
|
inlinestatic |
static int spa_debug_format_value |
( |
const struct spa_type_info * |
info, |
|
|
uint32_t |
type, |
|
|
void * |
body, |
|
|
uint32_t |
size |
|
) |
| |
|
inlinestatic |
static int spa_debug_format |
( |
int |
indent, |
|
|
const struct spa_type_info * |
info, |
|
|
const struct spa_pod * |
format |
|
) |
| |
|
inlinestatic |
static int spa_debug_mem |
( |
int |
indent, |
|
|
const void * |
data, |
|
|
size_t |
size |
|
) |
| |
|
inlinestatic |
static int spa_debug_port_info |
( |
int |
indent, |
|
|
const struct spa_port_info * |
info |
|
) |
| |
|
inlinestatic |
static int spa_debug_pod_value |
( |
int |
indent, |
|
|
const struct spa_type_info * |
info, |
|
|
uint32_t |
type, |
|
|
void * |
body, |
|
|
uint32_t |
size |
|
) |
| |
|
inlinestatic |
static int spa_debug_pod |
( |
int |
indent, |
|
|
const struct spa_type_info * |
info, |
|
|
const struct spa_pod * |
pod |
|
) |
| |
|
inlinestatic |
static const char* spa_debug_type_short_name |
( |
const char * |
name | ) |
|
|
inlinestatic |
static const char* spa_debug_type_find_name |
( |
const struct spa_type_info * |
info, |
|
|
uint32_t |
type |
|
) |
| |
|
inlinestatic |
static const char* spa_debug_type_find_short_name |
( |
const struct spa_type_info * |
info, |
|
|
uint32_t |
type |
|
) |
| |
|
inlinestatic |
static uint32_t spa_debug_type_find_type |
( |
const struct spa_type_info * |
info, |
|
|
const char * |
name |
|
) |
| |
|
inlinestatic |