/external/opencore/fileformats/mp4/parser/include/ |
D | audiosampleentry.h | 51 return *_pes; in getESDAtom() 71 if (_pes != NULL) in getESID() 73 if (_pes->getESDescriptorPtr() != NULL) in getESID() 75 return _pes->getESDescriptorPtr()->getESID(); in getESID() 90 if (_pes != NULL) in getESDescriptor() 92 return _pes->getESDescriptorPtr(); in getESDescriptor() 102 if (_pes != NULL) in getObjectTypeIndication() 104 return _pes->getObjectTypeIndication(); in getObjectTypeIndication() 114 if (_pes != NULL) in getDecoderSpecificInfo() 116 return _pes->getDecoderSpecificInfo(); in getDecoderSpecificInfo() [all …]
|
D | visualsampleentry.h | 54 return *_pes; in getESDAtom() 61 if (_pes != NULL) in getESDescriptor() 63 return _pes->getESDescriptorPtr(); in getESDescriptor() 74 if (_pes != NULL) in getDecoderSpecificInfo() 76 return _pes->getDecoderSpecificInfo(); in getDecoderSpecificInfo() 86 if (_pes != NULL) in getObjectTypeIndication() 88 return _pes->getObjectTypeIndication(); in getObjectTypeIndication() 100 if (_pes != NULL) in getMaxBufferSizeDB() 102 return _pes->getMaxBufferSizeDB(); in getMaxBufferSizeDB() 112 if (_pes != NULL) in getAverageBitrate() [all …]
|
D | mpegsampleentry.h | 52 if (_pes != NULL) in getObjectTypeIndication() 54 return _pes->getObjectTypeIndication(); in getObjectTypeIndication() 65 return *_pes; in getESDAtom() 70 if (_pes != NULL) in getESID() 72 if (_pes->getESDescriptorPtr() != NULL) in getESID() 74 return _pes->getESDescriptorPtr()->getESID(); in getESID() 89 if (_pes != NULL) in getESDescriptor() 91 return _pes->getESDescriptorPtr(); in getESDescriptor() 100 ESDAtom *_pes;
|
D | oma2boxes.h | 183 return *_pes; in getESDAtom() 210 ESDAtom *_pes; variable 227 return *_pes; in getESDAtom() 258 ESDAtom *_pes; variable
|
/external/opencore/fileformats/mp4/parser/src/ |
D | visualsampleentry.cpp | 40 _pes = NULL; in VisualSampleEntry() 88 PV_MP4_FF_NEW(fp->auditCB, ESDAtom, (fp, atomSize, atomType), _pes); in VisualSampleEntry() 89 if (!_pes->MP4Success()) in VisualSampleEntry() 91 _mp4ErrorCode = _pes->GetMP4Error(); in VisualSampleEntry() 96 if (_pes->getObjectTypeIndication() == H263_VIDEO) in VisualSampleEntry() 98 const ESDescriptor *_pdescriptor = _pes->getESDescriptorPtr(); in VisualSampleEntry() 112 _pes->setParent(this); in VisualSampleEntry() 136 if (_pes != NULL) in ~VisualSampleEntry() 139 PV_MP4_FF_DELETE(NULL, ESDAtom, _pes); in ~VisualSampleEntry() 145 if (_pes != NULL) in getESID() [all …]
|
D | oma2boxes.cpp | 247 _pes = NULL; in EcnaBox() 293 PV_MP4_FF_NEW(fp->auditCB, ESDAtom, (fp, atomSize, atomType), _pes); in EcnaBox() 295 if (!_pes->MP4Success()) in EcnaBox() 298 _mp4ErrorCode = _pes->GetMP4Error(); in EcnaBox() 303 _pes->setParent(this); in EcnaBox() 400 if (_pes != NULL) in getESID() 402 if (_pes->getESDescriptorPtr() != NULL) in getESID() 404 return _pes->getESDescriptorPtr()->getESID(); in getESID() 419 if (_pes != NULL) in getESDescriptor() 421 return _pes->getESDescriptorPtr(); in getESDescriptor() [all …]
|
D | mpegsampleentry.cpp | 39 _pes = NULL; in MpegSampleEntry() 52 PV_MP4_FF_NEW(fp->auditCB, ESDAtom, (fp, atomSize, atomType), _pes); in MpegSampleEntry() 54 if (!_pes->MP4Success()) in MpegSampleEntry() 57 _mp4ErrorCode = _pes->GetMP4Error(); in MpegSampleEntry() 61 _pes->setParent(this); in MpegSampleEntry() 81 if (_pes != NULL) in ~MpegSampleEntry() 84 PV_MP4_FF_DELETE(NULL, ESDAtom, _pes); in ~MpegSampleEntry()
|
D | audiosampleentry.cpp | 38 _pes = NULL; in AudioSampleEntry() 66 PV_MP4_FF_NEW(fp->auditCB, ESDAtom, (fp, atomSize, atomType), _pes); in AudioSampleEntry() 68 if (!_pes->MP4Success()) in AudioSampleEntry() 71 _mp4ErrorCode = _pes->GetMP4Error(); in AudioSampleEntry() 75 _pes->setParent(this); in AudioSampleEntry() 99 if (_pes != NULL) in ~AudioSampleEntry() 102 PV_MP4_FF_DELETE(NULL, ESDAtom, _pes); in ~AudioSampleEntry()
|
/external/opencore/fileformats/mp4/composer/include/ |
D | visualsampleentry.h | 41 return *_pes; in getESDAtom() 45 _pes = esd; in setESDAtom() 54 return _pes->getDecoderSpecificInfo(); in getDecoderSpecificInfo() 58 _pes->addDecoderSpecificInfo(pinfo); in addDecoderSpecificInfo() 63 _pes->setTargetBitrate(bitrate); in setTargetBitrate() 68 _pes->nextSampleSize(size); in nextSampleSize() 73 _pes->setMaxBufferSizeDB(max); in setMaxBufferSizeDB() 86 _pes->setESID(esid); in setESID() 90 _pes->writeMaxSampleSize(_afp); in writeMaxSampleSize() 108 PVA_FF_ESDAtom *_pes; variable
|
D | audiosampleentry.h | 40 return *_pes; in getESDAtom() 44 _pes = esd; in setESDAtom() 61 return _pes->getDecoderSpecificInfo(); in getDecoderSpecificInfo() 65 _pes->addDecoderSpecificInfo(info); in addDecoderSpecificInfo() 70 _pes->setTargetBitrate(bitrate); in setTargetBitrate() 75 _pes->nextSampleSize(size); in nextSampleSize() 80 _pes->setMaxBufferSizeDB(max); in setMaxBufferSizeDB() 90 _pes->setESID(esid); in setESID() 95 _pes->writeMaxSampleSize(_afp); in writeMaxSampleSize() 116 PVA_FF_ESDAtom *_pes; variable
|
D | mpegsampleentry.h | 42 return *_pes; in getESDAtom() 46 _pes = esd; in setESDAtom() 55 return _pes->getDecoderSpecificInfo(); in getDecoderSpecificInfo() 59 _pes->addDecoderSpecificInfo(pinfo); in addDecoderSpecificInfo() 64 _pes->nextSampleSize(size); in nextSampleSize() 69 _pes->setMaxBufferSizeDB(max); in setMaxBufferSizeDB() 74 _pes->setESID(esid); in setESID() 79 _pes->writeMaxSampleSize(_afp); in writeMaxSampleSize() 86 PVA_FF_ESDAtom *_pes; variable
|
/external/opencore/fileformats/mp4/composer/src/ |
D | mpegsampleentry.cpp | 36 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_ESDAtom, (mediaType, 0), _pes); in PVA_FF_MpegSampleEntry() 40 _pes->setParent(this); in PVA_FF_MpegSampleEntry() 47 PV_MP4_FF_DELETE(NULL, PVA_FF_ESDAtom, _pes); in ~PVA_FF_MpegSampleEntry() 84 if (!_pes->renderToFileStream(fp)) in renderToFileStream() 88 rendered += _pes->getSize(); in renderToFileStream() 101 size += _pes->getSize(); in recomputeSize()
|
D | visualsampleentry.cpp | 34 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_ESDAtom, (MEDIA_TYPE_VISUAL, codecType), _pes); in PVA_FF_VisualSampleEntry() 39 _pes->setParent(this); in PVA_FF_VisualSampleEntry() 46 PV_MP4_FF_DELETE(NULL, PVA_FF_ESDAtom, _pes); in ~PVA_FF_VisualSampleEntry() 154 if (!_pes->renderToFileStream(fp)) in renderToFileStream() 158 rendered += _pes->getSize(); in renderToFileStream() 179 size += _pes->getSize(); in recomputeSize()
|
D | audiosampleentry.cpp | 33 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_ESDAtom, (MEDIA_TYPE_AUDIO, codecType), _pes); in PVA_FF_AudioSampleEntry() 38 _pes->setParent(this); in PVA_FF_AudioSampleEntry() 45 PV_MP4_FF_DELETE(NULL, PVA_FF_ESDAtom, _pes); in ~PVA_FF_AudioSampleEntry() 125 if (!_pes->renderToFileStream(fp)) in renderToFileStream()
|