Searched refs:Sections_t (Results 1 - 2 of 2) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/test/
H A Dqcamera_test.h59 } Sections_t; typedef in class:qcamera::CameraContext
97 Sections_t *FindSection(int SectionType);
164 Sections_t * mSections;
165 Sections_t * mJEXIFTmp;
166 Sections_t mJEXIFSection;
H A Dqcamera_test.cpp535 mSections = (Sections_t *)malloc(sizeof(Sections_t) * mSectionsAllocated);
751 mSections = (Sections_t *)realloc(mSections,
752 sizeof(Sections_t) * mSectionsAllocated);
770 CameraContext::Sections_t *CameraContext::FindSection(int SectionType)

Completed in 44 milliseconds