Home
last modified time | relevance | path

Searched refs:iTextMediaDataImplAlloc (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_outport.h141 iTextMediaDataImplAlloc = NULL; in PVMP4FFNodeTrackPortInfo()
190 iTextMediaDataImplAlloc = aSrc.iTextMediaDataImplAlloc; in PVMP4FFNodeTrackPortInfo()
300 PVMFTimedTextMediaDataAlloc* iTextMediaDataImplAlloc; variable
Dpvmf_mp4ffparser_node.cpp2087 trackportinfo.iTextMediaDataImplAlloc = textmediadataimplalloc; in DoRequestPort()
2308 if (iNodeTrackPortList[i].iTextMediaDataImplAlloc) in DoReleasePort()
2310 OSCL_DELETE(iNodeTrackPortList[i].iTextMediaDataImplAlloc); in DoReleasePort()
4318 …mediaDataImplOut = aTrackPortInfo.iTextMediaDataImplAlloc->allocate(aTrackPortInfo.iTrackMaxDataSi… in RetrieveTrackData()
4741 aTrackPortInfo.iTextMediaDataImplAlloc->ResizeMemoryFragment(mediaDataImplOut); in RetrieveTrackData()
5875 if (iNodeTrackPortList[0].iTextMediaDataImplAlloc) in ReleaseAllPorts()
5877 OSCL_DELETE(iNodeTrackPortList[0].iTextMediaDataImplAlloc); in ReleaseAllPorts()