Home
last modified time | relevance | path

Searched refs:BytesPresent (Results 1 – 3 of 3) sorted by relevance

/dports/audio/mp3val/mp3val-0.1.8-src/
H A Dmpegparse.h50 bool BytesPresent; member
99 BytesPresent=false; in clear()
H A Dmpegparse.cpp230 if(mpginfo->BytesPresent&&mpginfo->FramesPresent) { in ValidateFile()
237 else if(mpginfo->BytesPresent) { in ValidateFile()
541 mpginfo->BytesPresent=false; in ParseXingHeader()
546 mpginfo->BytesPresent=true; in ParseXingHeader()
552 mpginfo->BytesPresent=true; in ParseXingHeader()
566 mpginfo->BytesPresent=true; in ParseVBRIHeader()
H A Dreport.cpp93 …if(mpginfo->BytesPresent&&mpginfo->iBytes!=mpginfo->iTotalMPEGBytes&&mpginfo->iBytes!=mpginfo->iTo… in PrintReport()
105 if(mpginfo->BytesPresent&&mpginfo->iBytes!=mpginfo->iTotalMPEGBytes) { in PrintReport()