Home
last modified time | relevance | path

Searched refs:MP4Error (Results 1 – 22 of 22) sorted by relevance

/dports/audio/aacgain/aacgain-1.8/mpeg4ip/lib/mp4v2/
H A Dmp4.cpp57 } catch (MP4Error* e) { in MP4ReadEx()
73 catch (MP4Error* e) { in MP4Read()
107 catch (MP4Error* e) { in MP4CreateEx()
125 catch (MP4Error* e) { in MP4Modify()
144 catch (MP4Error* e) { in MP4Optimize()
159 catch (MP4Error* e) { in MP4Close()
177 catch (MP4Error* e) { in MP4Dump()
194 catch (MP4Error* e) { in MP4GetVerbosity()
209 catch (MP4Error* e) { in MP4SetVerbosity()
223 catch (MP4Error* e) { in MP4GetDuration()
[all …]
H A Dmp4file_io.cpp39 throw new MP4Error(errno, "MP4GetPosition"); in GetPosition()
62 throw new MP4Error(errno, "MP4SetPosition"); in SetPosition()
68 throw new MP4Error("position out of range", "MP4SetPosition"); in SetPosition()
106 throw new MP4Error( in ReadBytes()
110 throw new MP4Error(errno, "MP4ReadBytes"); in ReadBytes()
116 throw new MP4Error( in ReadBytes()
184 throw new MP4Error(errno, "MP4WriteBytes"); in WriteBytes()
334 throw new MP4Error(ERANGE, "MP4WriteFixed16"); in WriteFixed16()
355 throw new MP4Error(ERANGE, "MP4WriteFixed32"); in WriteFixed32()
429 throw new MP4Error(ERANGE, in ReadCountedString()
[all …]
H A Dmp4container.cpp58 throw new MP4Error("no such property", in FindIntegerProperty()
70 throw new MP4Error("type mismatch", in FindIntegerProperty()
99 throw new MP4Error("no such property", in FindFloatProperty()
103 throw new MP4Error("type mismatch", in FindFloatProperty()
132 throw new MP4Error("no such property", in FindStringProperty()
136 throw new MP4Error("type mismatch", in FindStringProperty()
165 throw new MP4Error("no such property", in FindBytesProperty()
169 throw new MP4Error("type mismatch", in FindBytesProperty()
H A Dmp4util.h29 throw new MP4Error("assert failure", __STRING((expr))); \
100 class MP4Error {
102 MP4Error() { in MP4Error() function
108 ~MP4Error() { in ~MP4Error()
113 MP4Error(int err, const char* where = NULL) {
119 MP4Error(const char *format, const char *where, ...) { in MP4Error() function
136 MP4Error(int err, const char* format, const char* where, ...) { in MP4Error() function
169 throw new MP4Error(errno); in MP4Malloc()
200 throw new MP4Error(errno); in MP4Realloc()
H A Drtphint.cpp152 throw new MP4Error("no hint has been read", in GetHintNumberOfPackets()
161 throw new MP4Error("no hint has been read", in GetPacketBFrame()
173 throw new MP4Error("no hint has been read", in GetPacketTransmitOffset()
192 throw new MP4Error("no hint has been read", in ReadPacket()
196 throw new MP4Error("no data requested", in ReadPacket()
246 catch (MP4Error* e) { in ReadPacket()
514 throw new MP4Error("no data", in AddImmediateData()
518 throw new MP4Error("data size is larger than 14 bytes", in AddImmediateData()
564 throw new MP4Error("no hint pending", in AddESConfigurationPacket()
900 throw new MP4Error("unknown packet data entry type", in Read()
[all …]
H A Dmp4file.cpp246 throw new MP4Error( in Modify()
462 throw new MP4Error(errno, "failed", "MP4Open"); in Open()
507 throw new MP4Error(errno, "failed", "MP4Open"); in Open()
583 catch (MP4Error* e) { in GenerateTracks()
2242 catch (MP4Error* e) { in AllocTrackId()
2256 catch (MP4Error* e) { in AllocTrackId()
2572 catch (MP4Error* e) { in AppendSessionSdp()
2674 } catch (MP4Error *e) { in GetTrackEsdsObjectTypeId()
2764 } catch (MP4Error *e) { in GetTrackESConfiguration()
2915 throw new MP4Error("track is not a hint track", in SetHintTrackSdp()
[all …]
H A Dmp4array.h75 throw new MP4Error(ERANGE, "MP4Array::Insert"); \
90 throw new MP4Error(ERANGE, "MP4Array::Delete"); \
107 throw new MP4Error(ERANGE, "index %u of %u", "MP4Array::[]", index, m_numElements); \
H A Dmp4track.cpp263 throw new MP4Error("sample id can't be zero", in ReadSample()
284 throw new MP4Error("sample buffer is too small", in ReadSample()
328 catch (MP4Error* e) { in ReadSample()
352 throw new MP4Error("invalid sample id", in ReadSampleFragment()
1019 throw new MP4Error("sample id out of range", in GetSampleTimes()
1061 throw new MP4Error("time out of range", in GetSampleIdFromTime()
1105 throw new MP4Error("sample id out of range", in GetSampleCttsIndex()
1506 catch (MP4Error* e) { in ReadChunk()
1602 throw new MP4Error("edit id can't be zero", in DeleteEdit()
1608 throw new MP4Error("no edits exist", in DeleteEdit()
[all …]
H A Dvirtual_io.cpp34 throw new MP4Error(errno, "stat failed", "MP4Open"); in FILE_GetFileLength()
52 throw new MP4Error(errno, "MP4GetPosition"); in FILE_GetPosition()
H A Dmp4property.cpp350 throw new MP4Error(EACCES, "property is read-only", m_name); in SetValue()
459 throw new MP4Error(EACCES, "property is read-only", m_name); in SetValue()
463 throw new MP4Error("%s.%s value size %d exceeds fixed value size %d", in SetValue()
493 throw new MP4Error("can't change size of fixed sized property", in SetValueSize()
859 catch (MP4Error* e) { in Read()
H A Dmp4util.cpp31 void MP4Error::Print(FILE* pFile) in Print()
304 throw new MP4Error("division by zero", "MP4ConvertTime"); in MP4ConvertTime()
H A D3gp.cpp40 throw new MP4Error("Invalid parameters", "MP4File::Make3GPCompliant"); in Make3GPCompliant()
H A Disma.cpp51 catch (MP4Error* e) { in MakeIsmaCompliant()
59 catch (MP4Error* e) { in MakeIsmaCompliant()
125 catch (MP4Error *e) { in MakeIsmaCompliant()
H A Dmp4property.h144 throw new MP4Error(EACCES, "property is read-only", m_name); \
241 throw new MP4Error(EACCES, "property is read-only", m_name);
H A Dmp4descriptor.cpp137 throw new MP4Error("overran descriptor", in ReadProperties()
H A Dmp4atom.cpp376 throw new MP4Error("invalid atom size", "ReadAtom"); in ReadAtom()
593 throw new MP4Error("atom is too small", "Atom ReadProperties"); in ReadProperties()
H A Dmp4info.cpp578 catch (MP4Error* e) { in MP4Info()
H A Dmp4meta.cpp219 catch (MP4Error* e) { in GetMetadataString()
/dports/audio/aacgain/aacgain-1.8/aacgain/
H A Daacgain.cpp187 } catch (MP4Error* e) in parseMp4File()
271 } catch(MP4Error *e) { in PrepareToWrite()
284 } catch(MP4Error *e) { in PrepareToWrite()
367 throw new MP4Error(); in aac_open()
375 } catch (MP4Error* e) in aac_open()
H A DMP4MetaFile.cpp149 throw new MP4Error("can't create temporary file", "TempFileName"); in TempFileName()
H A Dmpeg4ip12.patch76 + catch (MP4Error* e) {
90 + catch (MP4Error* e) {
/dports/audio/py-mutagen/mutagen-1.42.0/tests/
H A Dtest_easymp4.py6 from mutagen.easymp4 import EasyMP4, error as MP4Error unknown
41 self.assertRaises(MP4Error, EasyMP4, filename=empty)