Searched refs:blobSizeBytes (Results 1 – 6 of 6) sorted by relevance
304 uint32_t blobSizeBytes = hidlBlobHeader->jpeg_size; in fixUpHidlJpegBlobHeader() local306 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()
358 size = blob->blobSizeBytes; in findJpegSize()
390 .blobSizeBytes = static_cast<int32_t>(actualJpegRSize) in processInputFrame()
398 blob->blobSizeBytes = actualJpegSize; in processInputFrame()
1673 .blobSizeBytes = static_cast<int32_t>(fSize) in processCompletedInputFrame()2088 expectedSize = blob->blobSizeBytes; in findAppSegmentsSize()
810 .blobSizeBytes = static_cast<int32_t>(compressedSize.value())}; in renderIntoBlobStreamBuffer()