uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Typedefs | Functions | Variables
catchLibLog.hpp File Reference
#include <cstdarg>
#include <cstdio>
Include dependency graph for catchLibLog.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int(* lib_log_callback) (FILE *stream, const char *log_content,...)
 

Functions

int kvazaar_lib_log_callback (FILE *stream, const char *log_content,...)
 

Variables

lib_log_callback kvazaar_log_callback
 
lib_log_callback uvg266_log_callback
 

Typedef Documentation

◆ lib_log_callback

typedef int(* lib_log_callback) (FILE *stream, const char *log_content,...)

Function Documentation

◆ kvazaar_lib_log_callback()

int kvazaar_lib_log_callback ( FILE *  stream,
const char *  log_content,
  ... 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ kvazaar_log_callback

lib_log_callback kvazaar_log_callback
extern

◆ uvg266_log_callback

lib_log_callback uvg266_log_callback
extern