OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_pdataEntryVec
(Results
1 - 4
of
4
) sorted by null
/external/opencore/fileformats/mp4/composer/src/
datareferenceatom.cpp
45
for (uint32 i = 0; i <
_pdataEntryVec
->size(); i++)
47
PVA_FF_DataEntryUrlAtom *atom = (PVA_FF_DataEntryUrlAtom*)(*
_pdataEntryVec
)[i];
50
PV_MP4_FF_TEMPLATED_DELETE(NULL, PVA_FF_DataEntryAtomVecType, Oscl_Vector,
_pdataEntryVec
);
58
PV_MP4_FF_NEW(fp->auditCB, PVA_FF_DataEntryAtomVecType, (),
_pdataEntryVec
);
72
_pdataEntryVec
->push_back(atom);
96
for (uint32 i = 0; i <
_pdataEntryVec
->size(); i++)
98
if (!(*
_pdataEntryVec
)[i]->renderToFileStream(fp))
102
rendered += (*
_pdataEntryVec
)[i]->getSize();
117
for (uint32 i = 0; i <
_pdataEntryVec
->size(); i++)
119
size += (*
_pdataEntryVec
)[i]->getSize()
[
all
...]
/external/opencore/fileformats/mp4/parser/src/
datareferenceatom.cpp
42
_pdataEntryVec
= NULL;
49
PV_MP4_FF_NEW(fp->auditCB, dataEntryUrlAtomVecType, (),
_pdataEntryVec
);
87
(*
_pdataEntryVec
).push_back(deua);
105
if (
_pdataEntryVec
!= NULL)
107
for (uint32 i = 0; i <
_pdataEntryVec
->size(); i++)
109
PV_MP4_FF_DELETE(NULL, DataEntryUrlAtom, (*
_pdataEntryVec
)[i]);
112
PV_MP4_FF_TEMPLATED_DELETE(NULL, dataEntryUrlAtomVecType, Oscl_Vector,
_pdataEntryVec
);
113
_pdataEntryVec
= NULL;
120
if ((uint32)index <
_pdataEntryVec
->size())
122
return (DataEntryAtom*)(*
_pdataEntryVec
)[index]
[
all
...]
/external/opencore/fileformats/mp4/composer/include/
datareferenceatom.h
48
return *
_pdataEntryVec
;
52
return *
_pdataEntryVec
;
63
Oscl_Vector<PVA_FF_DataEntryAtom*, OsclMemAllocator> *
_pdataEntryVec
; // Careful with vector access and cleanup!
/external/opencore/fileformats/mp4/parser/include/
datareferenceatom.h
61
Oscl_Vector<DataEntryUrlAtom*, OsclMemAllocator> *
_pdataEntryVec
;
Completed in 158 milliseconds