Home
last modified time | relevance | path

Searched refs:blobSizeBytes (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/include/aidl/android/hardware/camera/device/
DCameraBlob.h27 int32_t blobSizeBytes = 0; variable
33 return std::tie(blobId, blobSizeBytes) != std::tie(rhs.blobId, rhs.blobSizeBytes);
36 return std::tie(blobId, blobSizeBytes) < std::tie(rhs.blobId, rhs.blobSizeBytes);
39 return std::tie(blobId, blobSizeBytes) <= std::tie(rhs.blobId, rhs.blobSizeBytes);
42 return std::tie(blobId, blobSizeBytes) == std::tie(rhs.blobId, rhs.blobSizeBytes);
45 return std::tie(blobId, blobSizeBytes) > std::tie(rhs.blobId, rhs.blobSizeBytes);
48 return std::tie(blobId, blobSizeBytes) >= std::tie(rhs.blobId, rhs.blobSizeBytes);
56 os << ", blobSizeBytes: " << ::android::internal::ToString(blobSizeBytes); in toString()
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/include/aidl/android/hardware/camera/device/
DCameraBlob.h27 int32_t blobSizeBytes = 0; variable
33 return std::tie(blobId, blobSizeBytes) != std::tie(rhs.blobId, rhs.blobSizeBytes);
36 return std::tie(blobId, blobSizeBytes) < std::tie(rhs.blobId, rhs.blobSizeBytes);
39 return std::tie(blobId, blobSizeBytes) <= std::tie(rhs.blobId, rhs.blobSizeBytes);
42 return std::tie(blobId, blobSizeBytes) == std::tie(rhs.blobId, rhs.blobSizeBytes);
45 return std::tie(blobId, blobSizeBytes) > std::tie(rhs.blobId, rhs.blobSizeBytes);
48 return std::tie(blobId, blobSizeBytes) >= std::tie(rhs.blobId, rhs.blobSizeBytes);
56 os << ", blobSizeBytes: " << ::android::internal::ToString(blobSizeBytes); in toString()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/include/aidl/android/hardware/camera/device/
DCameraBlob.h27 int32_t blobSizeBytes = 0; variable
33 return std::tie(blobId, blobSizeBytes) != std::tie(rhs.blobId, rhs.blobSizeBytes);
36 return std::tie(blobId, blobSizeBytes) < std::tie(rhs.blobId, rhs.blobSizeBytes);
39 return std::tie(blobId, blobSizeBytes) <= std::tie(rhs.blobId, rhs.blobSizeBytes);
42 return std::tie(blobId, blobSizeBytes) == std::tie(rhs.blobId, rhs.blobSizeBytes);
45 return std::tie(blobId, blobSizeBytes) > std::tie(rhs.blobId, rhs.blobSizeBytes);
48 return std::tie(blobId, blobSizeBytes) >= std::tie(rhs.blobId, rhs.blobSizeBytes);
56 os << ", blobSizeBytes: " << ::android::internal::ToString(blobSizeBytes); in toString()
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/include/aidl/android/hardware/camera/device/
DCameraBlob.h27 int32_t blobSizeBytes = 0; variable
33 return std::tie(blobId, blobSizeBytes) != std::tie(rhs.blobId, rhs.blobSizeBytes);
36 return std::tie(blobId, blobSizeBytes) < std::tie(rhs.blobId, rhs.blobSizeBytes);
39 return std::tie(blobId, blobSizeBytes) <= std::tie(rhs.blobId, rhs.blobSizeBytes);
42 return std::tie(blobId, blobSizeBytes) == std::tie(rhs.blobId, rhs.blobSizeBytes);
45 return std::tie(blobId, blobSizeBytes) > std::tie(rhs.blobId, rhs.blobSizeBytes);
48 return std::tie(blobId, blobSizeBytes) >= std::tie(rhs.blobId, rhs.blobSizeBytes);
56 os << ", blobSizeBytes: " << ::android::internal::ToString(blobSizeBytes); in toString()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V3-ndk-source/gen/include/aidl/android/hardware/camera/device/
DCameraBlob.h35 int32_t blobSizeBytes = 0; variable
41 return std::tie(blobId, blobSizeBytes) == std::tie(_rhs.blobId, _rhs.blobSizeBytes);
44 return std::tie(blobId, blobSizeBytes) < std::tie(_rhs.blobId, _rhs.blobSizeBytes);
64 _aidl_os << ", blobSizeBytes: " << ::android::internal::ToString(blobSizeBytes); in toString()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V2-ndk-source/gen/include/aidl/android/hardware/camera/device/
DCameraBlob.h35 int32_t blobSizeBytes = 0; variable
41 return std::tie(blobId, blobSizeBytes) == std::tie(_rhs.blobId, _rhs.blobSizeBytes);
44 return std::tie(blobId, blobSizeBytes) < std::tie(_rhs.blobId, _rhs.blobSizeBytes);
64 _aidl_os << ", blobSizeBytes: " << ::android::internal::ToString(blobSizeBytes); in toString()
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DStorageInfo.java58 @Param(id = 4) long blobSizeBytes, in StorageInfo()
63 mBlobSizeBytes = blobSizeBytes; in StorageInfo()
153 public StorageInfo.Builder setBlobSizeBytes(long blobSizeBytes) { in setBlobSizeBytes() argument
154 mBlobSizeBytes = blobSizeBytes; in setBlobSizeBytes()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V2-ndk-source/gen/android/hardware/camera/device/
DCameraBlob.cpp40 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &blobSizeBytes); in readFromParcel()
55 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, blobSizeBytes); in writeToParcel()
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/android/hardware/camera/device/
DCameraBlob.cpp32 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &blobSizeBytes); in readFromParcel()
47 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, blobSizeBytes); in writeToParcel()
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/android/hardware/camera/device/
DCameraBlob.cpp32 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &blobSizeBytes); in readFromParcel()
47 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, blobSizeBytes); in writeToParcel()
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/android/hardware/camera/device/
DCameraBlob.cpp32 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &blobSizeBytes); in readFromParcel()
47 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, blobSizeBytes); in writeToParcel()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/android/hardware/camera/device/
DCameraBlob.cpp32 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &blobSizeBytes); in readFromParcel()
47 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, blobSizeBytes); in writeToParcel()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V3-ndk-source/gen/android/hardware/camera/device/
DCameraBlob.cpp40 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &blobSizeBytes); in readFromParcel()
55 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, blobSizeBytes); in writeToParcel()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp304 uint32_t blobSizeBytes = hidlBlobHeader->jpeg_size; in fixUpHidlJpegBlobHeader() local
306 if (blobSizeBytes > (graphicBuffer->getWidth() - sizeof(camera_jpeg_blob_t))) { in fixUpHidlJpegBlobHeader()
308 blobSizeBytes, graphicBuffer->getWidth()); in fixUpHidlJpegBlobHeader()
321 if (static_cast<uint8_t*>(mapped) + blobSizeBytes > aidlHeaderStart) { in fixUpHidlJpegBlobHeader()
323 " AIDL camera blob without corrupting jpeg", __FUNCTION__, blobSizeBytes, in fixUpHidlJpegBlobHeader()
331 .blobSizeBytes = static_cast<int32_t>(blobSizeBytes) in fixUpHidlJpegBlobHeader()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/aidl/android.hardware.camera.device_interface/dump/android/hardware/camera/device/
DCameraBlob.aidl38 int blobSizeBytes;
/aosp_15_r20/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/2/android/hardware/camera/device/
H A DCameraBlob.aidl38 int blobSizeBytes;
/aosp_15_r20/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/current/android/hardware/camera/device/
H A DCameraBlob.aidl38 int blobSizeBytes;
/aosp_15_r20/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/1/android/hardware/camera/device/
H A DCameraBlob.aidl38 int blobSizeBytes;
/aosp_15_r20/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/3/android/hardware/camera/device/
H A DCameraBlob.aidl38 int blobSizeBytes;
/aosp_15_r20/hardware/interfaces/camera/device/aidl/android/hardware/camera/device/
H A DCameraBlob.aidl25 int blobSizeBytes;
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.cpp369 size = blob->blobSizeBytes; in findJpegSize()
/aosp_15_r20/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java2588 long blobSizeBytes = 0; in getBlobStorageInfoForPrefix() local
2593 blobSizeBytes += blobStorageInfoProto.getBlobSize(); in getBlobStorageInfoForPrefix()
2597 storageInfoBuilder.setBlobCount(blobCount).setBlobSizeBytes(blobSizeBytes); in getBlobStorageInfoForPrefix()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api2/
H A DJpegRCompositeStream.cpp389 .blobSizeBytes = static_cast<int32_t>(actualJpegRSize) in processInputFrame()
H A DDepthCompositeStream.cpp398 blob->blobSizeBytes = actualJpegSize; in processInputFrame()
/aosp_15_r20/frameworks/av/services/camera/virtualcamera/
H A DVirtualCameraRenderThread.cc792 .blobSizeBytes = static_cast<int32_t>(compressedSize.value())}; in renderIntoBlobStreamBuffer()

12