Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

PNGGenerator.cc File Reference


Detailed Description

Implements PNGGenerator, which generates FilterBankEvents containing PNG compressed images.

Author:
Ethan Tira-Thompson (ejt) (Creator)
Author
ejt
Name
tekkotsu-3_0
Revision
1.6
State
Exp
Date
2006/09/16 06:01:41

Definition in file PNGGenerator.cc.

#include "PNGGenerator.h"
#include "InterleavedYUVGenerator.h"
#include "Events/DataEvent.h"
#include "Events/EventRouter.h"
#include "Events/FilterBankEvent.h"
#include "Shared/Profiler.h"
#include "Wireless/Socket.h"

Include dependency graph for PNGGenerator.cc:

Go to the source code of this file.

Classes

struct  png_write_mem_status
 stores progress of user_write_png_data() between calls More...

Functions

void user_write_png_data (png_structp png_ptr, png_bytep data, png_size_t length)
 user callback function for writing a png at data into user parameters stored in png_ptr
void user_flush_png_data (png_structp)
 user callback function for flushing results of user_write_png_data() (this is a no-op)


Function Documentation

void user_flush_png_data ( png_structp   ) 

user callback function for flushing results of user_write_png_data() (this is a no-op)

Definition at line 31 of file PNGGenerator.cc.

Referenced by PNGGenerator::calcImage().

void user_write_png_data ( png_structp  png_ptr,
png_bytep  data,
png_size_t  length 
)

user callback function for writing a png at data into user parameters stored in png_ptr

Definition at line 20 of file PNGGenerator.cc.

Referenced by PNGGenerator::calcImage().


Tekkotsu v3.0
Generated Wed Oct 4 00:04:26 2006 by Doxygen 1.4.7