Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerCommandEngine.h90 uint32_t blobSize = read(); in executeSetLayerPerFrameMetadataBlobs() local
94 if (length * sizeof(uint32_t) < blobSize) { in executeSetLayerPerFrameMetadataBlobs()
100 metadataBlob.blob.resize(blobSize); in executeSetLayerPerFrameMetadataBlobs()
101 readBlob(blobSize, metadataBlob.blob.data()); in executeSetLayerPerFrameMetadataBlobs()
/hardware/interfaces/camera/device/3.5/
Dtypes.hal167 * buffer and must be blobSize bytes long.
175 uint32_t blobSize;