Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/test/
Dqcamera_test.cpp533 mSectionsAllocated = 10;
535 mSections = (Sections_t *)malloc(sizeof(Sections_t) * mSectionsAllocated);
746 if (mSectionsRead > mSectionsAllocated){
749 if (mSectionsRead >= mSectionsAllocated){
750 mSectionsAllocated += mSectionsAllocated +1;
752 sizeof(Sections_t) * mSectionsAllocated);
815 mSectionsAllocated = 0;
1626 mSectionsAllocated(0),
Dqcamera_test.h163 size_t mSectionsAllocated; variable