hvirtual/quicktime/xanimjpeg.c File Reference

#include "quicktime.h"
#include "jpeglib.h"
#include <setjmp.h>

Include dependency graph for xanimjpeg.c:

Go to the source code of this file.

Data Structures

struct  my_error_mgr

Typedefs

typedef struct my_error_mgrmy_error_ptr

Functions

 my_error_exit (j_common_ptr cinfo)
int quicktime_init_codec_jpeg (quicktime_video_map_t *vtrack)
int quicktime_delete_codec_jpeg (quicktime_video_map_t *vtrack)
int quicktime_set_jpeg (quicktime_t *file, int quality, int use_float)
int quicktime_decode_jpeg (quicktime_t *file, unsigned char **row_pointers, int track)
int quicktime_encode_jpeg (quicktime_t *file, unsigned char **row_pointers, int track)


Typedef Documentation

typedef struct my_error_mgr* my_error_ptr

Definition at line 14 of file xanimjpeg.c.


Function Documentation

my_error_exit ( j_common_ptr  cinfo  ) 

Definition at line 17 of file xanimjpeg.c.

References my_error_mgr::setjmp_buffer.

int quicktime_decode_jpeg ( quicktime_t file,
unsigned char **  row_pointers,
int  track 
)

int quicktime_delete_codec_jpeg ( quicktime_video_map_t vtrack  ) 

Definition at line 39 of file xanimjpeg.c.

References quicktime_fastjpg_delete().

Here is the call graph for this function:

int quicktime_encode_jpeg ( quicktime_t file,
unsigned char **  row_pointers,
int  track 
)

int quicktime_init_codec_jpeg ( quicktime_video_map_t vtrack  ) 

Definition at line 30 of file xanimjpeg.c.

References init_codec_common(), quicktime_fastjpg_init(), and QUICKTIME_JPEG.

Here is the call graph for this function:

int quicktime_set_jpeg ( quicktime_t file,
int  quality,
int  use_float 
)


Generated on Mon Apr 28 14:08:55 2008 for Cinelerra by  doxygen 1.5.5