Searched refs:iCacheSize (Results 1 – 11 of 11) sorted by relevance
/external/opencore/fileformats/common/parser/include/ |
D | pvfile.h | 63 iCacheSize = PVFILE_DEFAULT_CACHE_SIZE; in PVFileCacheParams() 87 uint32 iCacheSize; variable 96 iCacheSize = a.iCacheSize; in MyCopy()
|
/external/opencore/fileformats/common/parser/src/ |
D | pvfile.cpp | 216 iFile = OSCL_NEW(Oscl_File, (iOsclFileCacheParams.iCacheSize, iFileHandle)); in Open() 235 iFile->SetPVCacheSize(iOsclFileCacheParams.iCacheSize); in Open()
|
/external/opencore/fileformats/mp4/composer/src/ |
D | mpeg4file.cpp | 113 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/ |
D | pvmp4ffcn_node_cap_config.cpp | 180 aParameters[0].value.uint32_value = iCacheSize; in GetConfigParameter() 309 iCacheSize = aParameter.value.uint32_value ; in VerifyAndSetConfigParameter()
|
D | pvmp4ffcn_node.cpp | 345 , 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()
|
D | pvmp4ffcn_node.h | 446 uint32 iCacheSize; variable
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_node_cap_config.cpp | 824 aParameters[0].value.uint32_value = iCacheSize; in GetConfigParameter() 1068 iCacheSize = aParameter.value.uint32_value; in VerifyAndSetConfigParameter()
|
D | pvmf_mp4ffparser_node.h | 1021 uint32 iCacheSize; variable
|
D | pvmf_mp4ffparser_node.cpp | 181 iCacheSize = DEFAULT_CAHCE_SIZE; in PVMFMP4FFParserNode() 691 fp->SetPVCacheSize(iCacheSize); in SetSourceInitializationData()
|
/external/opencore/fileformats/mp4/composer/include/ |
D | mpeg4file.h | 424 uint32 iCacheSize; variable
|
/external/opencore/fileformats/rawaac/parser/src/ |
D | aacfileparser.cpp | 1588 cacheParams.iCacheSize = 32768; //32K in InitAACFile()
|