Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

xdvshow-defs.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define ts_sem_wait(semaphore)
#define DPRINT(fmt, args...)   ((void)0)
#define DPRINT_BARE(fmt, args...)   ((void)0)


Define Documentation

#define DPRINT fmt,
args...   )     ((void)0)
 

Definition at line 31 of file xdvshow-defs.h.

Referenced by _xdvshow_prepare_socket(), _xdvshow_read_file(), _xdvshow_recv_dvrtp(), main(), sigint_signal(), video_thread_func(), xdvshow_capture_raw(), xdvshow_close_window(), xdvshow_open_window(), xdvshow_prepare_rtp(), xdvshow_read_audio_shm(), and xdvshow_read_shm().

#define DPRINT_BARE fmt,
args...   )     ((void)0)
 

Definition at line 32 of file xdvshow-defs.h.

Referenced by _xdvshow_read_file(), _xdvshow_recv_dvrtp(), and sigint_signal().

#define ts_sem_wait semaphore   ) 
 

Value:

while(sem_trywait(semaphore) != 0) { \ if(errno != EAGAIN) { \ perror("sem_trywait"); \ assert(0); \ } \ usleep(1); \ }

Definition at line 11 of file xdvshow-defs.h.

Referenced by _xdvshow_read_file(), _xdvshow_recv_dvrtp(), xdvshow_capture_raw(), xdvshow_read_audio_shm(), and xdvshow_read_shm().


Generated on Wed Nov 3 19:19:02 2004 for xdvshow by doxygen 1.3.7