Home
last modified time | relevance | path

Searched refs:LSPCChunkReader (Results 1 – 9 of 9) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/files/lspc/
H A DLSPCChunkReader.h30 class LSPCChunkReader: public LSPCChunkAccessor
33 LSPCChunkReader & operator = (const LSPCChunkReader &);
45 explicit LSPCChunkReader(LSPCResource *fd, uint32_t magic, uint32_t uid);
48 virtual ~LSPCChunkReader();
H A DLSPCAudioReader.h60 LSPCChunkReader *pRD;
84 status_t read_audio_header(LSPCChunkReader *rd);
137 …status_t open_raw(LSPCChunkReader *rd, const lspc_audio_parameters_t *params, bool auto_close = fa…
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/files/
H A DLSPCFile.h36 friend class LSPCChunkReader; variable
116 LSPCChunkReader *read_chunk(uint32_t uid);
124 LSPCChunkReader *read_chunk(uint32_t uid, uint32_t magic);
133 LSPCChunkReader *find_chunk(uint32_t magic, uint32_t *id, uint32_t start_id = 1);
142 …inline LSPCChunkReader *find_chunk(uint32_t magic, uint32_t start_id = 1) { return find_chunk(magi…
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/files/lspc/
H A DLSPCChunkReader.cpp30 LSPCChunkReader::LSPCChunkReader(LSPCResource *fd, uint32_t magic, uint32_t uid): in LSPCChunkReader() function in lsp::LSPCChunkReader
40 LSPCChunkReader::~LSPCChunkReader() in ~LSPCChunkReader()
44 ssize_t LSPCChunkReader::read(void *buf, size_t count) in read()
141 ssize_t LSPCChunkReader::read_header(void *hdr, size_t size) in read_header()
192 ssize_t LSPCChunkReader::skip(size_t count) in skip()
H A DLSPCAudioReader.cpp236 status_t LSPCAudioReader::read_audio_header(LSPCChunkReader *rd) in read_audio_header()
396 LSPCChunkReader *rd = lspc->find_chunk(LSPC_CHUNK_AUDIO, NULL, 0); in open()
421 LSPCChunkReader *rd = lspc->read_chunk(uid); in open()
453 LSPCChunkReader *rd = lspc->find_chunk(magic, NULL, 0); in open_raw_magic()
480 LSPCChunkReader *rd = lspc->read_chunk(uid); in open_raw_uid()
499 …status_t LSPCAudioReader::open_raw(LSPCChunkReader *rd, const lspc_audio_parameters_t *params, boo… in open_raw()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/files/
H A DLSPCFile.cpp245 LSPCChunkReader *LSPCFile::read_chunk(uint32_t uid) in read_chunk()
273 LSPCChunkReader *rd = new LSPCChunkReader(pFile, hdr.magic, uid); in read_chunk()
281 LSPCChunkReader *LSPCFile::read_chunk(uint32_t uid, uint32_t magic) in read_chunk()
307 LSPCChunkReader *rd = new LSPCChunkReader(pFile, hdr.magic, uid); in read_chunk()
315 LSPCChunkReader *LSPCFile::find_chunk(uint32_t magic, uint32_t *id, uint32_t start_id) in find_chunk()
341 LSPCChunkReader *rd = new LSPCChunkReader(pFile, hdr.magic, hdr.uid); in find_chunk()
H A DAudioFile.cpp326 LSPCChunkReader *prof = fd.find_chunk(LSPC_CHUNK_PROFILE); in load_lspc()
384LSPCChunkReader *rd = fd.read_chunk(ar.unique_id()); // Read the chunk with same ID as audio s… in load_lspc()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/utest/core/files/
H A Dlspc.cpp214 LSPCChunkReader *rd = fd.find_chunk(LSPC_CHUNK_PROFILE, &chunk_id); in read_lspc_file()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/util/
H A DSyncChirpProcessor.cpp1827 LSPCChunkReader *rd = fd.find_chunk(LSPC_CHUNK_PROFILE, &chunk_id); in load_from_lspc()