Home
last modified time | relevance | path

Searched refs:iAsyncReadBuffSize (Results 1 – 5 of 5) sorted by relevance

/external/opencore/fileformats/common/parser/include/
Dpvfile.h64 iAsyncReadBuffSize = PVFILE_DEFAULT_ASYNC_READ_BUFFER_SIZE; in PVFileCacheParams()
88 uint32 iAsyncReadBuffSize; variable
97 iAsyncReadBuffSize = a.iAsyncReadBuffSize; in MyCopy()
/external/opencore/fileformats/common/parser/src/
Dpvfile.cpp231 iFile->SetAsyncReadBufferSize(iOsclFileCacheParams.iAsyncReadBuffSize); in Open()
/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node_cap_config.cpp852 aParameters[0].value.uint32_value = iAsyncReadBuffSize;; in GetConfigParameter()
1077 iAsyncReadBuffSize = aParameter.value.uint32_value; in VerifyAndSetConfigParameter()
Dpvmf_mp4ffparser_node.h1022 uint32 iAsyncReadBuffSize; variable
Dpvmf_mp4ffparser_node.cpp182 iAsyncReadBuffSize = DEFAULT_ASYNC_READ_BUFFER_SIZE; in PVMFMP4FFParserNode()
688 fp->SetAsyncReadBufferSize(iAsyncReadBuffSize); in SetSourceInitializationData()