Home
last modified time | relevance | path

Searched refs:AP4_ATOM_TYPE_TFRA (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4TfraAtom.cpp63 AP4_Atom(AP4_ATOM_TYPE_TFRA, AP4_FULL_ATOM_HEADER_SIZE+4+4+4, 0, 0), in AP4_TfraAtom()
78 AP4_Atom(AP4_ATOM_TYPE_TFRA, size, version, flags) in AP4_TfraAtom()
H A DAp4LinearReader.cpp213 if (item->GetData()->GetType() == AP4_ATOM_TYPE_TFRA) { in SeekTo()
H A DAp4Atom.h569 const AP4_Atom::Type AP4_ATOM_TYPE_TFRA = AP4_ATOM_TYPE('t','f','r','a'); variable
H A DAp4AtomFactory.cpp441 case AP4_ATOM_TYPE_TFRA: in CreateAtomFromStream()
H A DAp4Processor.cpp390 if (mfra_item->GetData()->GetType() != AP4_ATOM_TYPE_TFRA) continue; in ProcessFragments()
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Core/
H A DAp4TfraAtom.cpp62 AP4_Atom(AP4_ATOM_TYPE_TFRA, AP4_FULL_ATOM_HEADER_SIZE+4+4+4, 0, 0), in AP4_TfraAtom()
77 AP4_Atom(AP4_ATOM_TYPE_TFRA, size, version, flags) in AP4_TfraAtom()
H A DAp4LinearReader.cpp235 if (item->GetData()->GetType() == AP4_ATOM_TYPE_TFRA) { in SeekTo()
H A DAp4Atom.h490 const AP4_Atom::Type AP4_ATOM_TYPE_TFRA = AP4_ATOM_TYPE('t','f','r','a'); variable
H A DAp4AtomFactory.cpp403 case AP4_ATOM_TYPE_TFRA: in CreateAtomFromStream()
H A DAp4Processor.cpp707 if (mfra_item->GetData()->GetType() != AP4_ATOM_TYPE_TFRA) in Process()