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 D | ComposerCommandEngine.h | 90 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 D | CameraMetadata.cpp | 562 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 D | BlobInfoViewHolder.java | 33 TextView blobSize; field in BlobInfoViewHolder 46 holder.blobSize = convertView.findViewById(R.id.blob_size); in createOrRecycle()
|
H A D | LeaseInfoListView.java | 99 final TextView blobSize = headerView.findViewById(R.id.blob_size); in getHeaderView() local 105 blobSize.setText(SharedDataUtils.formatSize(mBlobInfo.getSizeBytes())); in getHeaderView()
|
H A D | BlobInfoListView.java | 161 holder.blobSize.setText(SharedDataUtils.formatSize(blob.getSizeBytes()));
|
/aosp12/hardware/interfaces/camera/device/3.5/ |
H A D | types.hal | 167 * buffer and must be blobSize bytes long. 175 uint32_t blobSize;
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | QtiComposerClient.cpp | 1890 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 D | android_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp | 612 blob->blobSize = actualJpegSize; in CameraExtensionJpegProcessor_compressJpegFromYUV420p()
|
/aosp12/frameworks/av/services/camera/libcameraservice/common/ |
H A D | CameraProviderManager.cpp | 672 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 D | HeicCompositeStream.cpp | 1162 blobHeader->blobSize = fSize; in processCompletedInputFrame() 1431 expectedSize = blob->blobSize; in findAppSegmentsSize()
|
/aosp12/hardware/interfaces/camera/device/3.2/ |
H A D | types.hal | 531 * buffer and must be blobSize bytes long. 540 uint32_t blobSize;
|