#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <fcntl.h>#include <pthread.h>#include <assert.h>#include "mvp_demux.h"#include "mvp_av.h"Go to the source code of this file.
Defines | |
| #define | BSIZE (256*1024) |
Functions | |
| int | vid_event_add (unsigned int pts, eventq_type_t type, void *info) |
| static unsigned int | hash (char *s, int len, unsigned int old) |
| static void * | write_start (void *arg) |
| int | main (int argc, char **argv) |
Variables | |
| static demux_handle_t * | handle |
| static pthread_t | thread |
| static volatile int | read_done = 0 |
| volatile int | audio_read = 0 |
| volatile int | video_read = 0 |
|
|
Definition at line 37 of file demuxtest_t.c. |
|
||||||||||||||||
|
Definition at line 54 of file demuxtest_t.c. |
|
||||||||||||
|
Definition at line 124 of file demuxtest_t.c. References attr, audio_read, BSIZE, demux_get_attr(), demux_init(), demux_put(), fd, handle, read_done, thread, video_read, and write_start(). |
|
||||||||||||||||
|
Definition at line 48 of file demuxtest_t.c. Referenced by parse_video_stream(). |
|
|
Definition at line 71 of file demuxtest_t.c. References audio_read, BSIZE, demux_get_audio(), demux_get_video(), handle, hash, read_done, video_read, and x. Referenced by main(). |
|
|
Definition at line 45 of file demuxtest_t.c. Referenced by main(), and write_start(). |
|
|
Definition at line 39 of file demuxtest_t.c. |
|
|
Definition at line 43 of file demuxtest_t.c. Referenced by main(), and write_start(). |
|
|
Definition at line 41 of file demuxtest_t.c. Referenced by main(), and mythtv_init(). |
|
|
Definition at line 46 of file demuxtest_t.c. Referenced by main(), and write_start(). |
1.4.6