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

/frameworks/av/camera/
H A DCameraMetadata.cpp450 // arg0 = blobSize (int32)
457 const size_t blobSize = static_cast<size_t>(blobSizeTmp); local
461 if (blobSize == 0) {
466 if (blobSize <= alignment) {
467 ALOGE("%s: metadata blob is malformed, blobSize(%zu) should be larger than alignment(%zu)",
468 __FUNCTION__, blobSize, alignment);
472 const size_t metadataSize = blobSize - alignment;
480 if ((err = data.readBlob(blobSize, &blob)) != OK) {
483 __FUNCTION__, blobSize, err, strerror(-err));
498 __FUNCTION__, blobSize, alignmen
565 const size_t blobSize = metadataSize + alignment; local
[all...]

Completed in 120 milliseconds