HomeSort by relevance Sort by last modified time
    Searched refs:blobSize (Results 1 - 4 of 4) sorted by null

  /frameworks/av/camera/
CameraMetadata.cpp 466 // arg0 = blobSize (int32)
473 const size_t blobSize = static_cast<size_t>(blobSizeTmp);
477 if (blobSize == 0) {
482 if (blobSize <= alignment) {
483 ALOGE("%s: metadata blob is malformed, blobSize(%zu) should be larger than alignment(%zu)",
484 __FUNCTION__, blobSize, alignment);
488 const size_t metadataSize = blobSize - alignment;
496 if ((err = data.readBlob(blobSize, &blob)) != OK) {
499 __FUNCTION__, blobSize, err, strerror(-err));
514 __FUNCTION__, blobSize, alignment)
    [all...]
  /hardware/interfaces/camera/device/3.2/
types.hal 531 * buffer and must be blobSize bytes long.
540 uint32_t blobSize;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Tpm12.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm12.h     [all...]

Completed in 90 milliseconds