#include <stdio.h>#include <stdlib.h>#include "jpeg.h"#include "jpegwrapper.h"#include "jerror.h"#include "filemov.h"Go to the source code of this file.
Classes | |
| struct | bcast_destination_mgr |
Typedefs | |
| typedef bcast_destination_mgr * | bcast_dest_ptr |
Functions | |
| bcast_init_destination (j_compress_ptr cinfo) | |
| bcast_empty_output_buffer (j_compress_ptr cinfo) | |
| bcast_term_destination (j_compress_ptr cinfo) | |
| bcast_jpeg_buffer_dest (j_compress_ptr cinfo, thread_struct *buffer_struct) | |
|
|
Definition at line 17 of file jdatadst.c. |
|
|
Definition at line 62 of file jdatadst.c. References bcast_destination_mgr::buffer, bcast_destination_mgr::buffer_struct, and bcast_destination_mgr::pub. Referenced by bcast_jpeg_buffer_dest(). |
|
|
Definition at line 26 of file jdatadst.c. References bcast_destination_mgr::buffer, bcast_destination_mgr::buffer_struct, and bcast_destination_mgr::pub. Referenced by bcast_jpeg_buffer_dest(). |
|
||||||||||||
|
Definition at line 111 of file jdatadst.c. References bcast_empty_output_buffer(), bcast_init_destination(), bcast_term_destination(), bcast_destination_mgr::buffer_struct, and bcast_destination_mgr::pub. |
|
|
Definition at line 96 of file jdatadst.c. References bcast_destination_mgr::buffer_struct, and bcast_destination_mgr::pub. Referenced by bcast_jpeg_buffer_dest(). |
1.4.4