OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVA_FF_MediaDataAtom
(Results
1 - 4
of
4
) sorted by null
/external/opencore/fileformats/mp4/composer/include/
mediadataatom.h
19
This
PVA_FF_MediaDataAtom
Class contains the media data.
35
class
PVA_FF_MediaDataAtom
: public PVA_FF_Atom, public PVA_FF_ISucceedFail
40
//
PVA_FF_MediaDataAtom
(int32 type = MEDIA_DATA_IN_MEMORY); // Constructor
42
//
PVA_FF_MediaDataAtom
(OSCL_wString postfixString, int32 type = MEDIA_DATA_IN_MEMORY); // Constructor
43
PVA_FF_MediaDataAtom
(PVA_FF_UNICODE_STRING_PARAM outputPathString,
50
PVA_FF_MediaDataAtom
(PVA_FF_UNICODE_STRING_PARAM targetFileName,
54
PVA_FF_MediaDataAtom
(MP4_AUTHOR_FF_FILE_HANDLE targetFileHandle,
58
virtual ~
PVA_FF_MediaDataAtom
();
mpeg4file.h
76
void addMediaDataAtom(
PVA_FF_MediaDataAtom
* atom);
78
Oscl_Vector<
PVA_FF_MediaDataAtom
*, OsclMemAllocator>& getMediaDataAtomVec() const
151
// An access function to set the postfix string for
PVA_FF_MediaDataAtom
objects
209
// An access function to set the output path string for
PVA_FF_MediaDataAtom
objects
212
PVA_FF_MediaDataAtom
* getMediaDataAtomForTrack(uint32 trackID);
338
Oscl_Vector<
PVA_FF_MediaDataAtom
*, OsclMemAllocator> *_pmediaDataAtomVec;
344
PVA_FF_MediaDataAtom
*_pCurrentMediaDataAtom;
/external/opencore/fileformats/mp4/composer/src/
mediadataatom.cpp
19
This
PVA_FF_MediaDataAtom
Class contains the media data. This class can operate in
44
PVA_FF_MediaDataAtom
::
PVA_FF_MediaDataAtom
(PVA_FF_UNICODE_STRING_PARAM outputPathString,
90
PVA_FF_MediaDataAtom
::
PVA_FF_MediaDataAtom
(PVA_FF_UNICODE_STRING_PARAM targetFileName,
140
PVA_FF_MediaDataAtom
::
PVA_FF_MediaDataAtom
(MP4_AUTHOR_FF_FILE_HANDLE targetFileHandle,
184
PVA_FF_MediaDataAtom
::~
PVA_FF_MediaDataAtom
()
222
PVA_FF_MediaDataAtom
::prepareTempFile(uint32 aCacheSize
[
all
...]
mpeg4file.cpp
83
typedef Oscl_Vector<
PVA_FF_MediaDataAtom
*, OsclMemAllocator> PVA_FF_MediaDataAtomVecType;
145
PV_MP4_FF_DELETE(NULL,
PVA_FF_MediaDataAtom
, (*_pmediaDataAtomVec)[i]);
159
PV_MP4_FF_DELETE(NULL,
PVA_FF_MediaDataAtom
, (*_pInterLeaveBufferVec)[i]);
170
PV_MP4_FF_DELETE(NULL,
PVA_FF_MediaDataAtom
, _pCurrentMediaDataAtom);
342
PVA_FF_MediaDataAtom
*mda = NULL;
345
// Create
PVA_FF_MediaDataAtom
346
PV_MP4_FF_NEW(fp->auditCB,
PVA_FF_MediaDataAtom
, (_tempOutputPath,
359
PV_MP4_FF_NEW(fp->auditCB,
PVA_FF_MediaDataAtom
, (_outputFileHandle, _aFs, iCacheSize), mda);
363
PV_MP4_FF_NEW(fp->auditCB,
PVA_FF_MediaDataAtom
, (_outputFileName, _aFs, iCacheSize), mda);
369
PV_MP4_FF_DELETE(NULL,
PVA_FF_MediaDataAtom
, mda)
[
all
...]
Completed in 201 milliseconds