Home
last modified time | relevance | path

Searched refs:iCacheSize (Results 1 – 11 of 11) sorted by relevance

/external/opencore/fileformats/common/parser/include/
Dpvfile.h63 iCacheSize = PVFILE_DEFAULT_CACHE_SIZE; in PVFileCacheParams()
87 uint32 iCacheSize; variable
96 iCacheSize = a.iCacheSize; in MyCopy()
/external/opencore/fileformats/common/parser/src/
Dpvfile.cpp216 iFile = OSCL_NEW(Oscl_File, (iOsclFileCacheParams.iCacheSize, iFileHandle)); in Open()
235 iFile->SetPVCacheSize(iOsclFileCacheParams.iCacheSize); in Open()
/external/opencore/fileformats/mp4/composer/src/
Dmpeg4file.cpp113 iCacheSize = 0; in PVA_FF_Mpeg4File()
193 iCacheSize = aCacheSize; in SetCacheSize()
350 _aFs, iCacheSize), in init()
359 … PV_MP4_FF_NEW(fp->auditCB, PVA_FF_MediaDataAtom, (_outputFileHandle, _aFs, iCacheSize), mda); in init()
363 … PV_MP4_FF_NEW(fp->auditCB, PVA_FF_MediaDataAtom, (_outputFileName, _aFs, iCacheSize), mda); in init()
465 … PV_MP4_FF_NEW(fp->auditCB, PVA_FF_MediaDataAtom, (_targetFileHandle, _aFs, iCacheSize), mda); in addTrack()
469 … PV_MP4_FF_NEW(fp->auditCB, PVA_FF_MediaDataAtom, (_targetFileName, _aFs, iCacheSize), mda); in addTrack()
491 _aFs, iCacheSize), mda); in addTrack()
2660 …PV_MP4_FF_NEW(fp->auditCB, PVA_FF_MediaDataAtom, (_targetFileHandle, _aFs, iCacheSize), pMdatAtom); in addMediaSampleInterleave()
3062 …PV_MP4_FF_NEW(fp->auditCB, PVA_FF_MediaDataAtom, (_targetFileHandle, _aFs, iCacheSize), pMdatAtom); in addMediaSampleInterleave()
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_node_cap_config.cpp180 aParameters[0].value.uint32_value = iCacheSize; in GetConfigParameter()
309 iCacheSize = aParameter.value.uint32_value ; in VerifyAndSetConfigParameter()
Dpvmp4ffcn_node.cpp345 , iCacheSize(0) in PVMp4FFComposerNode()
1603 (void*) & iFs, iAuthoringMode, ErrFileName, iCacheSize); in DoStart()
1610 … iMpeg4File = PVA_FF_IMpeg4File::createMP4File(iFileType, iAuthoringMode, iFileObject, iCacheSize); in DoStart()
1617 (void*) & iFs, iAuthoringMode, iFileName, iCacheSize); in DoStart()
1624 … iMpeg4File = PVA_FF_IMpeg4File::createMP4File(iFileType, iAuthoringMode, iFileObject, iCacheSize); in DoStart()
1630 (void*) & iFs, iAuthoringMode, iFileName, iCacheSize); in DoStart()
Dpvmp4ffcn_node.h446 uint32 iCacheSize; variable
/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node_cap_config.cpp824 aParameters[0].value.uint32_value = iCacheSize; in GetConfigParameter()
1068 iCacheSize = aParameter.value.uint32_value; in VerifyAndSetConfigParameter()
Dpvmf_mp4ffparser_node.h1021 uint32 iCacheSize; variable
Dpvmf_mp4ffparser_node.cpp181 iCacheSize = DEFAULT_CAHCE_SIZE; in PVMFMP4FFParserNode()
691 fp->SetPVCacheSize(iCacheSize); in SetSourceInitializationData()
/external/opencore/fileformats/mp4/composer/include/
Dmpeg4file.h424 uint32 iCacheSize; variable
/external/opencore/fileformats/rawaac/parser/src/
Daacfileparser.cpp1588 cacheParams.iCacheSize = 32768; //32K in InitAACFile()