Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp360 uint32_t blobSizeBytes = hidlBlobHeader->jpeg_size; in fixUpHidlJpegBlobHeader() local
362 if (blobSizeBytes > (graphicBuffer->getWidth() - sizeof(camera_jpeg_blob_t))) { in fixUpHidlJpegBlobHeader()
364 blobSizeBytes, graphicBuffer->getWidth()); in fixUpHidlJpegBlobHeader()
377 if (static_cast<uint8_t*>(mapped) + blobSizeBytes > aidlHeaderStart) { in fixUpHidlJpegBlobHeader()
379 " AIDL camera blob without corrupting jpeg", __FUNCTION__, blobSizeBytes, in fixUpHidlJpegBlobHeader()
387 .blobSizeBytes = static_cast<int32_t>(blobSizeBytes) in fixUpHidlJpegBlobHeader()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegProcessor.cpp361 size = blob->blobSizeBytes; in findJpegSize()
/frameworks/av/services/camera/libcameraservice/api2/
DJpegRCompositeStream.cpp387 .blobSizeBytes = static_cast<int32_t>(actualJpegRSize) in processInputFrame()
DDepthCompositeStream.cpp395 blob->blobSizeBytes = actualJpegSize; in processInputFrame()
DHeicCompositeStream.cpp1182 .blobSizeBytes = static_cast<int32_t>(fSize) in processCompletedInputFrame()
1453 expectedSize = blob->blobSizeBytes; in findAppSegmentsSize()