Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp528 mSectionsAllocated = 10; in ReadSectionsFromBuffer()
530 mSections = (Sections_t *)malloc(sizeof(Sections_t) * mSectionsAllocated); in ReadSectionsFromBuffer()
741 if (mSectionsRead > mSectionsAllocated){ in CheckSectionsAllocated()
744 if (mSectionsRead >= mSectionsAllocated){ in CheckSectionsAllocated()
745 mSectionsAllocated += mSectionsAllocated +1; in CheckSectionsAllocated()
747 sizeof(Sections_t) * mSectionsAllocated); in CheckSectionsAllocated()
810 mSectionsAllocated = 0; in DiscardSections()
1621 mSectionsAllocated(0), in CameraContext()
Dqcamera_test.h163 size_t mSectionsAllocated; variable