ReactOS 0.4.15-dev-7942-gd23573b
djpeg_dest_struct Struct Reference

#include <cdjpeg.h>

Collaboration diagram for djpeg_dest_struct:

Public Member Functions

 JMETHOD (void, start_output,(j_decompress_ptr cinfo, djpeg_dest_ptr dinfo))
 
 JMETHOD (void, put_pixel_rows,(j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, JDIMENSION rows_supplied))
 
 JMETHOD (void, finish_output,(j_decompress_ptr cinfo, djpeg_dest_ptr dinfo))
 

Public Attributes

FILEoutput_file
 
JSAMPARRAY buffer
 
JDIMENSION buffer_height
 

Detailed Description

Definition at line 48 of file cdjpeg.h.

Member Function Documentation

◆ JMETHOD() [1/3]

djpeg_dest_struct::JMETHOD ( void  ,
finish_output  ,
(j_decompress_ptr cinfo, djpeg_dest_ptr dinfo)   
)

◆ JMETHOD() [2/3]

djpeg_dest_struct::JMETHOD ( void  ,
put_pixel_rows  ,
(j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, JDIMENSION rows_supplied)   
)

◆ JMETHOD() [3/3]

djpeg_dest_struct::JMETHOD ( void  ,
start_output  ,
(j_decompress_ptr cinfo, djpeg_dest_ptr dinfo)   
)

Member Data Documentation

◆ buffer

JSAMPARRAY djpeg_dest_struct::buffer

Definition at line 69 of file cdjpeg.h.

Referenced by main().

◆ buffer_height

JDIMENSION djpeg_dest_struct::buffer_height

Definition at line 70 of file cdjpeg.h.

Referenced by main().

◆ output_file

FILE* djpeg_dest_struct::output_file

Definition at line 63 of file cdjpeg.h.

Referenced by main().


The documentation for this struct was generated from the following file: