Searched refs:isBlob (Results 1 – 3 of 3) sorted by relevance
115 bool* isBlob) { in sGetFormatParameters() argument121 *isBlob = false; in sGetFormatParameters()175 *isBlob = true; in sGetFormatParameters()225 bool isBlob = false;; in create() local229 &isBlob)) { in create()517 bool isBlob = false; in reformat() local519 &sizedInternalFormat, &isBlob)) { in reformat()990 bool isBlob; in onLoad() local992 &sizedInternalFormat, &isBlob); in onLoad()
463 const bool isBlob = bufferDesc.format == AHARDWAREBUFFER_FORMAT_BLOB; in createHidlMemoryFrom() local464 const size_t size = isBlob ? bufferDesc.width : 0; in createHidlMemoryFrom()465 const char* const name = isBlob ? "hardware_buffer_blob" : "hardware_buffer"; in createHidlMemoryFrom()
701 const bool isBlob = in getSize() local703 return isBlob ? hardwareBuffer.description.width : 0; in getSize()