Searched refs:rwpipe (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dppm.c39 typedef struct rwpipe struct
45 rwpipe; typedef in typeref:struct:rwpipe
50 static rwpipe *rwpipe_open( int argc, char *argv[] )
52 rwpipe *this = av_mallocz( sizeof( rwpipe ) );
107 static FILE *rwpipe_reader( rwpipe *this )
118 static FILE *rwpipe_writer( rwpipe *this )
129 static int rwpipe_read_number( rwpipe *rw )
160 static int rwpipe_read_ppm_header( rwpipe *rw, int *width, int *height )
182 static void rwpipe_close( rwpipe *thi
[all...]

Completed in 39 milliseconds