#include <netinet/in.h>
#include <sys/types.h>
#include <semaphore.h>
#include "xdvshow-const.h"
Include dependency graph for xdvshow-shm.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | shm_frame |
struct | shm_frame_buf |
struct | __xdvshow_shm |
Functions | |
int _xdvshow_alloc_shm | __P ((void)) |
void xdvshow_close_shm | __P (()) |
int xdvshow_read_shm | __P ((u_char **)) |
Variables | |
__xdvshow_shm | _xdvshow_shm |
u_int32_t | dv_format_type |
sem_t | video_ready |
sem_t | video_empty |
sem_t | audio_ready |
sem_t | audio_empty |
|
|
|
|
|
|
|
|
Definition at line 59 of file xdvshow-shm.h. Referenced by _xdvshow_read_file(), _xdvshow_recv_dvrtp(), xdvshow_read_audio_unlock(), and xdvshow_semaphore_init(). |
|
Definition at line 58 of file xdvshow-shm.h. Referenced by _xdvshow_read_file(), _xdvshow_recv_dvrtp(), xdvshow_read_audio_shm(), and xdvshow_semaphore_init(). |
|
Definition at line 53 of file xdvshow-shm.h. Referenced by _xdvshow_read_file(), _xdvshow_recv_dvrtp(), main(), and video_thread_func(). |
|
Definition at line 56 of file xdvshow-shm.h. Referenced by _xdvshow_read_file(), _xdvshow_recv_dvrtp(), xdvshow_capture_raw(), xdvshow_read_unlock(), and xdvshow_semaphore_init(). |
|
Definition at line 55 of file xdvshow-shm.h. Referenced by _xdvshow_read_file(), _xdvshow_recv_dvrtp(), xdvshow_capture_raw(), xdvshow_read_shm(), and xdvshow_semaphore_init(). |