Darknet/YOLO v3.0-88-gdee7eef
Object Detection Framework
 
Loading...
Searching...
No Matches
http_stream.hpp File Reference
Include dependency graph for http_stream.hpp:
This graph shows which files directly or indirectly include this file:

Typedefs

typedef void * custom_attr_t
 
typedef void * custom_thread_t
 

Functions

int custom_atomic_load_int (volatile int *obj)
 
void custom_atomic_store_int (volatile int *obj, int desr)
 
int custom_create_thread (custom_thread_t *tid, const custom_attr_t *attr, void *(*func)(void *), void *arg)
 
int custom_join (custom_thread_t thread, void **value_ptr)
 
int get_num_threads ()
 
int send_http_post_request (char *http_post_host, int server_port, const char *videosource, detection *dets, int nboxes, int classes, char **names, long long int frame_id, int ext_output, int timeout)
 
void send_json (detection *dets, int nboxes, int classes, char **names, long long int frame_id, int port, int timeout)
 
void send_mjpeg (mat_cv *mat, int port, int timeout, int quality)
 
void this_thread_sleep_for (int ms_time)
 
void this_thread_yield ()
 

Typedef Documentation

◆ custom_attr_t

typedef void* custom_attr_t

◆ custom_thread_t

typedef void* custom_thread_t

Function Documentation

◆ custom_atomic_load_int()

int custom_atomic_load_int ( volatile int *  obj)
Here is the caller graph for this function:

◆ custom_atomic_store_int()

void custom_atomic_store_int ( volatile int *  obj,
int  desr 
)
Here is the caller graph for this function:

◆ custom_create_thread()

int custom_create_thread ( custom_thread_t tid,
const custom_attr_t attr,
void *(*)(void *)  func,
void *  arg 
)
Here is the caller graph for this function:

◆ custom_join()

int custom_join ( custom_thread_t  thread,
void **  value_ptr 
)
Here is the caller graph for this function:

◆ get_num_threads()

int get_num_threads ( )

◆ send_http_post_request()

int send_http_post_request ( char *  http_post_host,
int  server_port,
const char *  videosource,
detection dets,
int  nboxes,
int  classes,
char **  names,
long long int  frame_id,
int  ext_output,
int  timeout 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ send_json()

void send_json ( detection dets,
int  nboxes,
int  classes,
char **  names,
long long int  frame_id,
int  port,
int  timeout 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ send_mjpeg()

void send_mjpeg ( mat_cv mat,
int  port,
int  timeout,
int  quality 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ this_thread_sleep_for()

void this_thread_sleep_for ( int  ms_time)
Here is the caller graph for this function:

◆ this_thread_yield()

void this_thread_yield ( )
Here is the caller graph for this function: