Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/test/
Dqcamera_test.h57 } Sections_t; typedef
94 Sections_t *FindSection(int SectionType);
165 Sections_t * mSections;
166 Sections_t * mJEXIFTmp;
167 Sections_t mJEXIFSection;
Dqcamera_test.cpp514 mSections = (Sections_t *)malloc(sizeof(Sections_t) * mSectionsAllocated); in ReadSectionsFromBuffer()
710 mSections = (Sections_t *)realloc(mSections, in CheckSectionsAllocated()
711 sizeof(Sections_t) * mSectionsAllocated); in CheckSectionsAllocated()
729 CameraContext::Sections_t *CameraContext::FindSection(int SectionType) in FindSection()