#include "libmadplugin.h"#include <qpe/config.h>#include <opie2/odebug.h>#include <qapplication.h>#include <qmessagebox.h>#include <qregexp.h>#include <stdio.h>#include <stdarg.h>#include <stdlib.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <string.h>#include <ctype.h>#include <errno.h>#include <time.h>#include <locale.h>#include <math.h>#include <assert.h>#include <netinet/in.h>#include <netdb.h>#include <linux/limits.h>#include <sys/socket.h>#include <arpa/inet.h>#include "mad.h"Include dependency graph for libmadplugin.cpp:

Go to the source code of this file.
Defines | |
| #define | MPEG_BUFFER_SIZE 65536 |
| #define | debugMsg(a) |
Functions | |
| static QString | tr (const char *str) |
| long | audio_linear_dither (mad_fixed_t sample, mad_fixed_t &error) |
| void | audio_pcm (short *data, unsigned int nsamples, mad_fixed_t *left, mad_fixed_t *right) |
Variables | |
| static mad_fixed_t | left_err |
| static mad_fixed_t | right_err |
| static const int | bits = 16 |
| static const int | shift = MAD_F_FRACBITS + 1 - bits |
|
|
|
Definition at line 70 of file libmadplugin.cpp. Referenced by LibMadPlugin::open(). |
|
||||||||||||
|
Definition at line 711 of file libmadplugin.cpp. References MAD_F_ONE. Referenced by audio_pcm(). |
|
||||||||||||||||||||
|
Definition at line 720 of file libmadplugin.cpp. References audio_linear_dither(). Referenced by LibMadPlugin::decode(). |
|
|
Definition at line 131 of file libmadplugin.cpp. References qApp. |
|
|
Definition at line 707 of file libmadplugin.cpp. Referenced by QtRec::changebitrateCombo(), Gfx::doImage(), ImageStream::getPixel(), BFont::GetPixel(), CCITTFaxStream::lookChar(), Stream::makeFilter(), MD5Final(), KeytabReader::parseTo(), QtRec::quickRec(), rdp_in_present(), DCTStream::readAmp(), and SampledFunction::SampledFunction(). |
|
|
Definition at line 706 of file libmadplugin.cpp. |
|
|
Definition at line 706 of file libmadplugin.cpp. |
|
|
Definition at line 708 of file libmadplugin.cpp. Referenced by Qt3::QTextParagraph::format(), Qt3::QTextFormatter::formatVertically(), is_pixel_on(), ITUnpack16Bit(), ITUnpack8Bit(), Qt3::QTextParagraph::move(), Qt3::QTextTable::pageBreak(), PredictTabWidget::PredictTabWidget(), and VFLOAT_ADD(). |
1.4.2