Home
last modified time | relevance | path

Searched refs:MPEGfile (Results 1 – 13 of 13) sorted by relevance

/dports/audio/Maaate/Maaate-0.3.1/src/mpeg/
H A DMPEGfile.cc37 MPEGfile::MPEGfile(string filenm) { in MPEGfile() function in MPEGfile
82 MPEGfile::~MPEGfile() { in ~MPEGfile()
97 MPEGfile::file_ok() { in file_ok()
108 MPEGfile::is_stereo() { in is_stereo()
113 MPEGfile::channel() { in channel()
118 MPEGfile::sampling_rate() { in sampling_rate()
266 MPEGfile::skip_window(){ in skip_window()
462 MPEGfile::frame() { in frame()
632 MPEGfile::skip_data() { in skip_data()
661 MPEGfile::skip_frame() { in skip_frame()
[all …]
H A DMPEGfile.H53 class CSAPI_MPEG MPEGfile : public Header, public AllFormat {
70 MPEGfile (string filename);
71 ~MPEGfile();
198 typedef struct MPEGfile MPEGfile; typedef
H A Dlayer1.H35 Layer1(MPEGfile *mp);
65 MPEGfile *frame;
H A Dlayer2.H35 Layer2 (MPEGfile *mp);
61 MPEGfile *frame;
H A Dlayer3.H67 Layer3(MPEGfile *mp);
121 MPEGfile *frame;
H A Dlayer1.cc32 Layer1::Layer1(MPEGfile *mp) in Layer1()
H A Dlayer2.cc1029 Layer2::Layer2 (MPEGfile *mp) in Layer2()
H A Dlayer3.cc678 Layer3::Layer3 (MPEGfile *mp) in Layer3()
/dports/audio/Maaate/Maaate-0.3.1/src/tier1/
H A DSOUNDfile.cc46 format = new MPEGfile(filestr); in SOUNDfile()
53 delete (MPEGfile *) format; in SOUNDfile()
75 delete (MPEGfile *) format; in ~SOUNDfile()
320 if (((MPEGfile *) format)->layer() != III) { in subband_scalefactor()
321 return ((MPEGfile *) format)->scalefactor(0,sb); in subband_scalefactor()
/dports/audio/Maaate/Maaate-0.3.1/demos/
H A DinspectMPaudio.cc54 static MPEGfile *infile = NULL;
245 infile = (MPEGfile *) sfile->format; in main()
/dports/audio/Maaate/Maaate-0.3.1/
H A DNEWS10 MPEGfile inherits from Sbprep that gives useful tools such
/dports/audio/Maaate/Maaate-0.3.1/doc/
H A DChangeLog38 - src/tier1: MPEGfile inherits from a new class Sbprep that gives
62 that MPEGfile now inherits from AllFormat.
/dports/audio/Maaate/Maaate-0.3.1/VisualC++/Maaate/mpeg/
H A Dmpeg.dsp123 SOURCE=..\..\..\src\mpeg\MPEGfile.cpp
159 SOURCE=..\..\..\src\mpeg\MPEGfile.H