Home
last modified time | relevance | path

Searched refs:getApp1Length (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/tests/
DExifUtilsTest.cpp53 size_t exifBufferSize = utils->getApp1Length(); in TEST()
/frameworks/av/services/camera/libcameraservice/utils/
DExifUtils.h196 virtual unsigned int getApp1Length() = 0;
DExifUtils.cpp186 virtual unsigned int getApp1Length();
730 unsigned int ExifUtilsImpl::getApp1Length() { in getApp1Length() function in android::camera3::ExifUtilsImpl
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp217 size_t exifBufferSize = utils->getApp1Length(); in encodeGrayscaleJpeg()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp1007 unsigned int newApp1Length = exifUtils->getApp1Length(); in processAppSegment()