HomeSort by relevance Sort by last modified time
    Searched refs:mSections (Results 1 - 6 of 6) sorted by null

  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.cpp 473 switch((mSections[i].Type)) {
476 fwrite(mSections[i].Data, sizeof(unsigned char),
477 mSections[i].Size, fh);
492 fwrite(&mSections[i].Type, sizeof(unsigned char), 1, fh);
493 fwrite(mSections[i].Data, sizeof(unsigned char),
494 mSections[i].Size, fh);
535 mSections = (Sections_t *)malloc(sizeof(Sections_t) * mSectionsAllocated);
536 if (!mSections) {
566 // The call to CheckSectionsAllocated() may reallocate mSections
568 if (mSections == NULL)
    [all...]
qcamera_test.h 164 Sections_t * mSections;
  /frameworks/av/camera/
VendorTagDescriptor.cpp 106 mSections = src.mSections;
189 LOG_ALWAYS_FATAL_IF(mSections.setCapacity(sectionCount) <= 0,
198 mSections.add(sectionName);
207 const String8& sectionString = mSections[mTagToSectionMap.valueFor(tag)];
240 return mSections[mTagToSectionMap.valueAt(index)].string();
284 size_t numSections = mSections.size();
288 if ((res = parcel->writeString8(mSections[i])) != OK) return res;
296 return &mSections;
342 String8 sectionName = mSections[sectionId]
    [all...]
  /frameworks/av/camera/include/camera/
VendorTagDescriptor.h 116 KeyedVector<uint32_t, uint32_t> mTagToSectionMap; // Value is offset in mSections
118 SortedVector<String8> mSections;
  /frameworks/av/camera/ndk/ndk_vendor/impl/
ACameraManager.cpp 99 desc->mSections.add(sectionString);
132 ssize_t index = desc->mSections.indexOf(sectionString);
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.cpp     [all...]

Completed in 1094 milliseconds