FFmpeg
|
#include "config.h"
#include <string.h>
#include "resman.h"
#include "libavutil/avassert.h"
#include "libavutil/pixdesc.h"
#include "libavutil/dict.h"
#include "libavutil/common.h"
Go to the source code of this file.
Data Structures | |
struct | ResourceManagerContext |
Functions | |
void | ff_resman_uninit (void) |
char * | ff_resman_get_string (FFResourceId resource_id) |
Variables | |
const unsigned char | ff_graph_html_data [] |
const unsigned int | ff_graph_html_len |
const unsigned char | ff_graph_css_data [] |
const unsigned | ff_graph_css_len |
static const FFResourceDefinition | resource_definitions [] |
static const AVClass | resman_class |
static AVMutex | mutex = AV_MUTEX_INITIALIZER |
static ResourceManagerContext | resman_ctx = { .class = &resman_class } |
output writers for filtergraph details
Definition in file resman.c.
void ff_resman_uninit | ( | void | ) |
Definition at line 120 of file resman.c.
Referenced by print_filtergraphs().
char* ff_resman_get_string | ( | FFResourceId | resource_id | ) |
Definition at line 130 of file resman.c.
Referenced by init_graphprint().
const unsigned char ff_graph_html_data[] |
const unsigned int ff_graph_html_len |
const unsigned char ff_graph_css_data[] |
const unsigned ff_graph_css_len |
|
static |
Definition at line 46 of file resman.c.
Referenced by ff_resman_get_string().
|
static |
|
static |
Definition at line 61 of file resman.c.
Referenced by append_buffer(), ff_pthread_init(), ff_resman_get_string(), ff_resman_uninit(), get_buffer(), pthread_cond_timedwait(), pthread_cond_wait(), pthread_mutex_destroy(), pthread_mutex_init(), pthread_mutex_lock(), and pthread_mutex_unlock().
|
static |
Definition at line 63 of file resman.c.
Referenced by ff_resman_get_string(), and ff_resman_uninit().