Home
last modified time | relevance | path

Searched refs:blobSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/camera/
DCameraMetadata.cpp545 const size_t blobSize = static_cast<size_t>(blobSizeTmp); in readFromParcel() local
549 if (blobSize == 0) { in readFromParcel()
554 if (blobSize <= alignment) { in readFromParcel()
556 __FUNCTION__, blobSize, alignment); in readFromParcel()
560 const size_t metadataSize = blobSize - alignment; in readFromParcel()
568 if ((err = data.readBlob(blobSize, &blob)) != OK) { in readFromParcel()
571 __FUNCTION__, blobSize, err, strerror(-err)); in readFromParcel()
586 __FUNCTION__, blobSize, alignment); in readFromParcel()
653 const size_t blobSize = metadataSize + alignment; in writeToParcel() local
654 res = data.writeInt32(static_cast<int32_t>(blobSize)); in writeToParcel()
[all …]
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp636 for (const auto& blobSize : blobSizes) { in getSupportedDynamicDepthSizes() local
637 float jpegAR = static_cast<float> (std::get<0>(blobSize)) / in getSupportedDynamicDepthSizes()
638 static_cast<float>(std::get<1>(blobSize)); in getSupportedDynamicDepthSizes()
641 if (depthSize == blobSize) { in getSupportedDynamicDepthSizes()
657 dynamicDepthSizes->push_back(blobSize); in getSupportedDynamicDepthSizes()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp1080 blobHeader->blobSize = fSize; in processCompletedInputFrame()
1328 expectedSize = blob->blobSize; in findAppSegmentsSize()