/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | Mapper.cpp | 72 MALI_GRALLOC_LOGE("Buffer: %p is corrupted", bufferHandle); in registerBuffer() 96 MALI_GRALLOC_LOGE("Buffer: %p is corrupted", bufferHandle); in unregisterBuffer() 103 MALI_GRALLOC_LOGE("Unable to release buffer:%p", bufferHandle); in unregisterBuffer() 170 MALI_GRALLOC_LOGE("Error encountered while duplicating fence file descriptor"); in lockBuffer() 181 MALI_GRALLOC_LOGE("Buffer: %p is corrupted", bufferHandle); in lockBuffer() 191 MALI_GRALLOC_LOGE("Buffer: %p is not imported", bufferHandle); in lockBuffer() 227 MALI_GRALLOC_LOGE("Locking failed with error: %d", gralloc_err); in lockBuffer() 248 MALI_GRALLOC_LOGE("Buffer: %p is corrupted", bufferHandle); in unlockBuffer() 261 MALI_GRALLOC_LOGE("Unlocking failed with error: %d", in unlockBuffer() 284 MALI_GRALLOC_LOGE("Handle %p has already been imported; potential fd leaking", in importBuffer() [all …]
|
D | BufferDescriptor.h | 164 MALI_GRALLOC_LOGE("Descriptor is too small"); in grallocDecodeBufferDescriptor() 169 MALI_GRALLOC_LOGE("Descriptor does not contain an ending null character"); in grallocDecodeBufferDescriptor() 175 …MALI_GRALLOC_LOGE("Corrupted buffer version in descriptor = %p, pid = %d ", &androidDescriptor, ge… in grallocDecodeBufferDescriptor()
|
D | SharedMetadata.cpp | 64 MALI_GRALLOC_LOGE("Attempt to set invalid crop rectangle"); in set_crop_rect() 145 MALI_GRALLOC_LOGE("SMPTE 2094-40 metadata too large to fit in shared metadata region"); in set_smpte2094_40()
|
D | Allocator.cpp | 108 MALI_GRALLOC_LOGE("%s, buffer allocation failed with %d", __func__, allocResult); in allocate() 121 …MALI_GRALLOC_LOGE("%s, Requested reserved region size (%" PRIu64 ") is larger than allowed (%" PRI… in allocate()
|
D | MapperMetadata.cpp | 297 MALI_GRALLOC_LOGE("Negative format index in get_plane_layouts"); in get_plane_layouts() 719 MALI_GRALLOC_LOGE("Failed to decode VideoGMV"); in set_metadata()
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_reference.cpp | 68 MALI_GRALLOC_LOGE("%s failed: invalid number of fds (%d)", __func__, hnd->fd_count); in dmabuf_sanity_check() 75 MALI_GRALLOC_LOGE("%s failed: count of valid buffer fds does not match fd_count (%d != " in dmabuf_sanity_check() 85 MALI_GRALLOC_LOGE("%s failed: fd (%d) size (%jd) is not within a page of " in dmabuf_sanity_check() 97 MALI_GRALLOC_LOGE("%s failed: Size check failed for alloc_sizes[%d]", __func__, in dmabuf_sanity_check() 106 MALI_GRALLOC_LOGE("%s failed: Size check failed for metadata fd", __func__); in dmabuf_sanity_check() 173 MALI_GRALLOC_LOGE("Reference invalid buffer %p, returning error", handle); in validate_locked() 180 MALI_GRALLOC_LOGE("Reference unimported buffer %p, returning error", handle); in validate_locked() 188 MALI_GRALLOC_LOGE( in validate_locked() 196 MALI_GRALLOC_LOGE("Validation failed: Expected nullptr for unmapped buffer"); in validate_locked() 215 MALI_GRALLOC_LOGE("Trying to release a non-imported buffer"); in get_validated_data_locked() [all …]
|
D | mali_gralloc_bufferaccess.cpp | 152 MALI_GRALLOC_LOGE("Lock is not supported for AFBC enabled buffers." in validate_lock_input_parameters() 195 MALI_GRALLOC_LOGE("Locking invalid buffer %p, returning error", buffer); in mali_gralloc_lock() 211 MALI_GRALLOC_LOGE("Corrupted buffer format (%s 0x%" PRIx64 ") of buffer %p", in mali_gralloc_lock() 230 MALI_GRALLOC_LOGE("BUG: Invalid buffer address on a just mapped buffer"); in mali_gralloc_lock() 256 MALI_GRALLOC_LOGE("Unlocking invalid buffer %p, returning error", buffer); in mali_gralloc_unlock()
|
D | mali_gralloc_bufferallocation.cpp | 216 MALI_GRALLOC_LOGE("ERROR: Invalid to specify extra-wide block without tiled headers."); in get_alloc_type() 223 MALI_GRALLOC_LOGE("ERROR: Front-buffer safe not supported with wide/extra-wide block."); in get_alloc_type() 231 MALI_GRALLOC_LOGE("ERROR: Invalid to specify multiplane AFBC with single plane format."); in get_alloc_type() 501 …MALI_GRALLOC_LOGE("Parameters layer: %" PRIu32 ", width: %" PRIu32 ", height: %" PRIu32 " are too … in validate_size() 507 …MALI_GRALLOC_LOGE("Parameters layer: %" PRIu32 ", width: %" PRIu32 ", height: %" PRIu32 " are too … in validate_size() 807 MALI_GRALLOC_LOGE("ERROR: AFBC selected but not supported for base format: (%s 0x%" PRIx32")", in validate_format() 819 …MALI_GRALLOC_LOGE("ERROR: Format ((%s %" PRIx32 "), num planes: %u) is incompatible with %s-plane … in validate_format() 828 …MALI_GRALLOC_LOGE("ERROR: Uncompressed format requested but not supported for base format: (%s %" … in validate_format() 837 MALI_GRALLOC_LOGE("ERROR: Height for format BLOB must be 1."); in validate_format() 965 … MALI_GRALLOC_LOGE("invalid yuv format (%s %" PRIx64 ")", format_name(bufDescriptor->alloc_format), in prepare_descriptor_exynos_formats() [all …]
|
D | format_info.cpp | 324 MALI_GRALLOC_LOGE("ERROR: Format allocation info not found for format: %" PRIx32, base_format); in get_format_index() 344 MALI_GRALLOC_LOGE("ERROR: IP support not found for format: %" PRIx32, base_format); in get_ip_format_index() 464 …MALI_GRALLOC_LOGE("Format [id:0x%" PRIx32 "] property zero/out of range (unexpected)", format->id); in sanitize_formats() 470 MALI_GRALLOC_LOGE("Format [id:0x%" PRIx32 "] cannot be both RGB and YUV", format->id); in sanitize_formats() 476 MALI_GRALLOC_LOGE("Format [id:0x%" PRIx32 "] planes cannot exceed components", format->id); in sanitize_formats() 482 …MALI_GRALLOC_LOGE("Format [id:0x%" PRIx32 "] bpp should be greater than/equal to bps", format->id); in sanitize_formats() 488 …MALI_GRALLOC_LOGE("Format [id:0x%" PRIx32 "] bpp_afbc should be greater than/equal to bps", format… in sanitize_formats() 494 …MALI_GRALLOC_LOGE("Format [id:0x%" PRIx32 "] tile_size must be set to 1 for formats without linear… in sanitize_formats() 502 …MALI_GRALLOC_LOGE("Format [id:0x%" PRIx32 "] does not have bpp defined for plane: %d", format->id,… in sanitize_formats() 507 …MALI_GRALLOC_LOGE("Format [id:0x%" PRIx32 "] should not have bpp defined for plane: %d", format->i… in sanitize_formats() [all …]
|
D | mali_gralloc_formats.cpp | 744 MALI_GRALLOC_LOGE("AFBC basic selected but not supported by producer/consumer. Disabling " in validate_afbc_format() 752 MALI_GRALLOC_LOGE("AFBC split-block selected but not supported by producer/consumer. Disabling " in validate_afbc_format() 760 MALI_GRALLOC_LOGE("AFBC wide-block selected but not supported by producer/consumer. Disabling " in validate_afbc_format() 768 MALI_GRALLOC_LOGE("AFBC tiled-headers selected but not supported by producer/consumer. Disabling " in validate_afbc_format() 776 MALI_GRALLOC_LOGE("AFBC sparse not selected while producer cannot write non-sparse. Enabling " in validate_afbc_format() 996 MALI_GRALLOC_LOGE("Failed to find IP support info for format id: 0x%" PRIx32, in get_supported_format() 1496 MALI_GRALLOC_LOGE("Invalid base format! req_base_format = (%s 0x%" PRIx32 in mali_gralloc_select_format() 1548 MALI_GRALLOC_LOGE("Producer and consumer not identified."); in mali_gralloc_select_format() 1559 …MALI_GRALLOC_LOGE("ERROR: Invalid usage 'MALI_GRALLOC_USAGE_NO_AFBC' when allocating YUV formats"); in mali_gralloc_select_format()
|
/hardware/google/gchips/gralloc4/src/allocator/ |
D | mali_gralloc_ion.cpp | 340 MALI_GRALLOC_LOGE("ion_alloc failed"); in mali_gralloc_ion_allocate_attr() 394 …MALI_GRALLOC_LOGE("Private handle could not be created for descriptor:%d in non-shared usecase", i… in mali_gralloc_ion_allocate() 410 MALI_GRALLOC_LOGE("ion_alloc failed for fds[%u] = %d", fidx, fd); in mali_gralloc_ion_allocate() 442 MALI_GRALLOC_LOGE("mmap failed for fd ( %d )", hnd->fds[0]); in mali_gralloc_ion_allocate() 461 … MALI_GRALLOC_LOGE("Unknown format %" PRIx32 ", AFBC initialization is impossible", base_format); in mali_gralloc_ion_allocate() 509 MALI_GRALLOC_LOGE("mmap( fds[%d]:%d size:%" PRIu64 " ) failed with %s", in mali_gralloc_ion_map() 541 MALI_GRALLOC_LOGE("Could not munmap base:%p size:%" PRIu64 " '%s'", in mali_gralloc_ion_unmap()
|
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_log.h | 30 #define MALI_GRALLOC_LOGE(...) ALOGE(__VA_ARGS__) macro
|
D | mali_gralloc_formats.h | 214 MALI_GRALLOC_LOGE("Format is too large for private format wrapping"); in mali_gralloc_format_wrapper()
|
/hardware/google/gchips/gralloc4/src/4.x/ |
D | GrallocMapper.cpp | 52 MALI_GRALLOC_LOGE("Invalid attributes to create descriptor for Mapper 3.0"); in createDescriptor() 89 MALI_GRALLOC_LOGE("Invalid descriptor attributes for validating buffer size"); in validateBufferSize() 98 MALI_GRALLOC_LOGE("Invalid fence handle with %d fds", in getFenceFd() 218 MALI_GRALLOC_LOGE("Invalid descriptor attributes for validating buffer size"); in isSupported()
|