Searched refs:blobSize (Results 1 – 3 of 3) sorted by relevance
545 const size_t blobSize = static_cast<size_t>(blobSizeTmp); in readFromParcel() local549 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() local654 res = data.writeInt32(static_cast<int32_t>(blobSize)); in writeToParcel()[all …]
636 for (const auto& blobSize : blobSizes) { in getSupportedDynamicDepthSizes() local637 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()
1080 blobHeader->blobSize = fSize; in processCompletedInputFrame()1328 expectedSize = blob->blobSize; in findAppSegmentsSize()