img_io.h File Reference

image I/O related functions More...

#include "global.h"
#include "io_video.h"
#include "io_raw.h"
#include "io_tiff.h"

Include dependency graph for img_io.h:

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

Go to the source code of this file.

Functions

int ParseSizeFromString (VideoDataFile *input_file, int *xlen, int *ylen, double *fps)
void ParseFrameNoFormatFromString (VideoDataFile *input_file)
void OpenFrameFile (VideoDataFile *input_file, int FrameNumberInFile)
void OpenFiles (VideoDataFile *input_file)
void CloseFiles (VideoDataFile *input_file)
VideoFileType ParseVideoType (VideoDataFile *input_file)


Detailed Description

image I/O related functions

Author:
Main contributors (see contributors.h for copyright, address and affiliation details)

Definition in file img_io.h.


Function Documentation

void CloseFiles ( VideoDataFile *  input_file  ) 

Close input file.

Definition at line 277 of file img_io.c.

Referenced by free_encoder_memory(), and PatchInp().

void OpenFiles ( VideoDataFile *  input_file  ) 

Open file(s) containing the entire frame sequence.

Definition at line 253 of file img_io.c.

References error(), errortext, and ET_SIZE.

Referenced by init_encoder(), and PatchInp().

Here is the call graph for this function:

void OpenFrameFile ( VideoDataFile *  input_file,
int  FrameNumberInFile 
)

Open file containing a single frame.

Definition at line 220 of file img_io.c.

References report_stats_on_error().

Referenced by ReadFrameSeparate().

Here is the call graph for this function:

void ParseFrameNoFormatFromString ( VideoDataFile *  input_file  ) 

Parse Size from from file name.

Definition at line 154 of file img_io.c.

Referenced by PatchInp().

int ParseSizeFromString ( VideoDataFile *  input_file,
int *  xlen,
int *  ylen,
double *  fps 
)

Parse Size from from file name.

Definition at line 41 of file img_io.c.

Referenced by PatchInp().


Documentation generated with DoxyGen