Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/test/
Dqcamera_test.cpp539 mSectionsAllocated = 10; in ReadSectionsFromBuffer()
541 mSections = (Sections_t *)malloc(sizeof(Sections_t) * mSectionsAllocated); in ReadSectionsFromBuffer()
752 if (mSectionsRead > mSectionsAllocated){ in CheckSectionsAllocated()
755 if (mSectionsRead >= mSectionsAllocated){ in CheckSectionsAllocated()
756 mSectionsAllocated += mSectionsAllocated +1; in CheckSectionsAllocated()
758 sizeof(Sections_t) * mSectionsAllocated); in CheckSectionsAllocated()
821 mSectionsAllocated = 0; in DiscardSections()
1633 mSectionsAllocated(0), in CameraContext()
Dqcamera_test.h163 size_t mSectionsAllocated; variable