Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
H A DComposerCommandEngine.h90 uint32_t blobSize = read(); in executeSetLayerPerFrameMetadataBlobs() local
94 if (length * sizeof(uint32_t) < blobSize) { in executeSetLayerPerFrameMetadataBlobs()
100 metadataBlob.blob.resize(blobSize); in executeSetLayerPerFrameMetadataBlobs()
101 readBlob(blobSize, metadataBlob.blob.data()); in executeSetLayerPerFrameMetadataBlobs()
/aosp12/frameworks/av/camera/
H A DCameraMetadata.cpp562 const size_t blobSize = static_cast<size_t>(blobSizeTmp); in readFromParcel() local
566 if (blobSize == 0) { in readFromParcel()
571 if (blobSize <= alignment) { in readFromParcel()
573 __FUNCTION__, blobSize, alignment); in readFromParcel()
577 const size_t metadataSize = blobSize - alignment; in readFromParcel()
585 if ((err = data.readBlob(blobSize, &blob)) != OK) { in readFromParcel()
588 __FUNCTION__, blobSize, err, strerror(-err)); in readFromParcel()
603 __FUNCTION__, blobSize, alignment); in readFromParcel()
670 const size_t blobSize = metadataSize + alignment; in writeToParcel() local
671 res = data.writeInt32(static_cast<int32_t>(blobSize)); in writeToParcel()
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/development/storage/
H A DBlobInfoViewHolder.java33 TextView blobSize; field in BlobInfoViewHolder
46 holder.blobSize = convertView.findViewById(R.id.blob_size); in createOrRecycle()
H A DLeaseInfoListView.java99 final TextView blobSize = headerView.findViewById(R.id.blob_size); in getHeaderView() local
105 blobSize.setText(SharedDataUtils.formatSize(mBlobInfo.getSizeBytes())); in getHeaderView()
H A DBlobInfoListView.java161 holder.blobSize.setText(SharedDataUtils.formatSize(blob.getSizeBytes()));
/aosp12/hardware/interfaces/camera/device/3.5/
H A Dtypes.hal167 * buffer and must be blobSize bytes long.
175 uint32_t blobSize;
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.cpp1890 uint32_t blobSize = read(); in parseSetLayerPerFrameMetadataBlobs() local
1893 if (length * sizeof(uint32_t) < blobSize) { in parseSetLayerPerFrameMetadataBlobs()
1899 metadataBlob.blob.resize(blobSize); in parseSetLayerPerFrameMetadataBlobs()
1900 readBlob(blobSize, metadataBlob.blob.data()); in parseSetLayerPerFrameMetadataBlobs()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp612 blob->blobSize = actualJpegSize; in CameraExtensionJpegProcessor_compressJpegFromYUV420p()
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp672 for (const auto& blobSize : blobSizes) { in getSupportedDynamicDepthSizes() local
673 float jpegAR = static_cast<float> (std::get<0>(blobSize)) / in getSupportedDynamicDepthSizes()
674 static_cast<float>(std::get<1>(blobSize)); in getSupportedDynamicDepthSizes()
677 if (depthSize == blobSize) { in getSupportedDynamicDepthSizes()
693 dynamicDepthSizes->push_back(blobSize); in getSupportedDynamicDepthSizes()
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DHeicCompositeStream.cpp1162 blobHeader->blobSize = fSize; in processCompletedInputFrame()
1431 expectedSize = blob->blobSize; in findAppSegmentsSize()
/aosp12/hardware/interfaces/camera/device/3.2/
H A Dtypes.hal531 * buffer and must be blobSize bytes long.
540 uint32_t blobSize;