Home
last modified time | relevance | path

Searched refs:isValidTopLevelChunk (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/AIFF/
H A DAIFFBehavior.h73 bool isValidTopLevelChunk( const ChunkIdentifier& id, XMP_Uns32 chunkNo );
H A DAIFFBehavior.cpp57 bool AIFFBehavior::isValidTopLevelChunk( const ChunkIdentifier& id, XMP_Uns32 chunkNo ) in isValidTopLevelChunk() function in AIFFBehavior
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/IFF/
H A DIChunkBehavior.h78 virtual bool isValidTopLevelChunk( const ChunkIdentifier& id, XMP_Uns32 chunkNo ) = 0;
H A DChunkController.cpp167 if( isRoot && ! mChunkBehavior->isValidTopLevelChunk( chunk->getIdentifier(), chunkCnt ) ) in parseChunks()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/WAVE/
H A DWAVEBehavior.h111 bool isValidTopLevelChunk( const ChunkIdentifier& id, XMP_Uns32 chunkNo );
H A DWAVEBehavior.cpp143 bool WAVEBehavior::isValidTopLevelChunk( const ChunkIdentifier& id, XMP_Uns32 chunkNo ) in isValidTopLevelChunk() function in WAVEBehavior