Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.h59 } Sections_t; typedef
97 Sections_t *FindSection(int SectionType);
164 Sections_t * mSections;
165 Sections_t * mJEXIFTmp;
166 Sections_t mJEXIFSection;
Dqcamera_test.cpp530 mSections = (Sections_t *)malloc(sizeof(Sections_t) * mSectionsAllocated); in ReadSectionsFromBuffer()
746 mSections = (Sections_t *)realloc(mSections, in CheckSectionsAllocated()
747 sizeof(Sections_t) * mSectionsAllocated); in CheckSectionsAllocated()
765 CameraContext::Sections_t *CameraContext::FindSection(int SectionType) in FindSection()