Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_memory_stream.cpp36 , fPageCount (0) in dng_memory_stream()
54 for (uint32 index = 0; index < fPageCount; index++) in ~dng_memory_stream()
119 while (length > fPageCount * (uint64) fPageSize) in DoSetLength()
122 if (fPageCount == fPagesAllocated) in DoSetLength()
148 if (fPageCount) in DoSetLength()
157 fPageCount * (uint32) sizeof (dng_memory_block *)); in DoSetLength()
174 fPageList [fPageCount] = fAllocator.Allocate (fPageSize); in DoSetLength()
176 fPageCount++; in DoSetLength()
Ddng_memory_stream.h42 uint32 fPageCount; variable