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

/frameworks/av/camera/
H A DCameraMetadata.cpp439 // arg0 = blobSize (int32)
446 const size_t blobSize = static_cast<size_t>(blobSizeTmp); local
450 if (blobSize == 0) {
455 if (blobSize <= alignment) {
456 ALOGE("%s: metadata blob is malformed, blobSize(%zu) should be larger than alignment(%zu)",
457 __FUNCTION__, blobSize, alignment);
461 const size_t metadataSize = blobSize - alignment;
469 if ((err = data.readBlob(blobSize, &blob)) != OK) {
472 __FUNCTION__, blobSize, err, strerror(-err));
487 __FUNCTION__, blobSize, alignmen
554 const size_t blobSize = metadataSize + alignment; local
[all...]

Completed in 693 milliseconds