Home
last modified time | relevance | path

Searched refs:ALOGE (Results 1 – 25 of 1260) sorted by relevance

12345678910>>...51

/frameworks/av/camera/
DCameraSessionStats.cpp33 ALOGE("%s: Null parcel", __FUNCTION__); in readFromParcel()
41 ALOGE("%s: Failed to read width from parcel", __FUNCTION__); in readFromParcel()
47 ALOGE("%s: Failed to read height from parcel", __FUNCTION__); in readFromParcel()
53 ALOGE("%s: Failed to read format from parcel", __FUNCTION__); in readFromParcel()
59 ALOGE("%s: Failed to read maxPreviewFps from parcel", __FUNCTION__); in readFromParcel()
65 ALOGE("%s: Failed to read dataSpace from parcel", __FUNCTION__); in readFromParcel()
71 ALOGE("%s: Failed to read usage from parcel", __FUNCTION__); in readFromParcel()
77 ALOGE("%s: Failed to read request count from parcel", __FUNCTION__); in readFromParcel()
83 ALOGE("%s: Failed to read error count from parcel", __FUNCTION__); in readFromParcel()
89 ALOGE("%s: Failed to read start latency from parcel", __FUNCTION__); in readFromParcel()
[all …]
DCaptureResult.cpp32 ALOGE("%s: Null parcel", __FUNCTION__); in readFromParcel()
48 ALOGE("%s: Failed to read camera id: %d", __FUNCTION__, res); in readFromParcel()
65 ALOGE("%s: Null parcel", __FUNCTION__); in writeToParcel()
80 ALOGE("%s: Failed to write physical camera ID to parcel: %d", __FUNCTION__, res); in writeToParcel()
105 ALOGE("%s: Failed to read camera id: %d", __FUNCTION__, res); in readFromParcel()
111 ALOGE("%s: Failed to read metadata from parcel: %d", __FUNCTION__, res); in readFromParcel()
120 ALOGE("%s: Failed to write physical camera ID to parcel: %d", in writeToParcel()
125 ALOGE("%s: Failed to write physical camera metadata to parcel: %d", in writeToParcel()
153 ALOGE("%s: parcel is null", __FUNCTION__); in readFromParcel()
163 ALOGE("%s: Failed to read metadata from parcel.", in readFromParcel()
[all …]
DVendorTagDescriptor.cpp114 ALOGE("%s: parcel argument was NULL.", __FUNCTION__); in readFromParcel()
120 ALOGE("%s: could not read tag count from parcel", __FUNCTION__); in readFromParcel()
125 ALOGE("%s: tag count %d from vendor ops is invalid.", __FUNCTION__, tagCount); in readFromParcel()
137 ALOGE("%s: could not read tag id from parcel for index %d", __FUNCTION__, i); in readFromParcel()
141 ALOGE("%s: vendor tag %d not in vendor tag section.", __FUNCTION__, tag); in readFromParcel()
146 ALOGE("%s: could not read tag type from parcel for tag %d", __FUNCTION__, tag); in readFromParcel()
150 ALOGE("%s: tag type %d from vendor ops does not exist.", __FUNCTION__, tagType); in readFromParcel()
156 ALOGE("%s: parcel tag name was NULL for tag %d.", __FUNCTION__, tag); in readFromParcel()
162 ALOGE("%s: could not read section index for tag %d.", __FUNCTION__, tag); in readFromParcel()
181 ALOGE("%s: could not read section count for.", __FUNCTION__); in readFromParcel()
[all …]
DCameraMetadata.cpp70 ALOGE("%s: Assignment to a locked CameraMetadata!", __FUNCTION__); in operator =()
94 ALOGE("%s: Can't unlock a non-locked CameraMetadata!", __FUNCTION__); in unlock()
98 ALOGE("%s: Can't unlock CameraMetadata with wrong pointer!", in unlock()
108 ALOGE("%s: CameraMetadata is locked", __FUNCTION__); in release()
118 ALOGE("%s: CameraMetadata is locked", __FUNCTION__); in clear()
129 ALOGE("%s: CameraMetadata is locked", __FUNCTION__); in acquire()
142 ALOGE("%s: CameraMetadata is locked", __FUNCTION__); in acquire()
154 ALOGE("%s: CameraMetadata is locked", __FUNCTION__); in append()
180 ALOGE("%s: CameraMetadata is locked", __FUNCTION__); in sort()
189 ALOGE("Update metadata entry: Unknown tag %d", tag); in checkType()
[all …]
/frameworks/av/media/libmedia/
Dmediarecorder.cpp43 ALOGE("media recorder is not initialized yet"); in setCamera()
47 ALOGE("setCamera called in an invalid state(%d)", mCurrentState); in setCamera()
64 ALOGE("media recorder is not initialized yet"); in setPreviewSurface()
68 ALOGE("setPreviewSurface called in an invalid state(%d)", mCurrentState); in setPreviewSurface()
72 ALOGE("try to set preview surface without setting the video source first"); in setPreviewSurface()
89 ALOGE("media recorder is not initialized yet"); in init()
93 ALOGE("init called in an invalid state(%d)", mCurrentState); in init()
119 ALOGE("media recorder is not initialized yet"); in setVideoSource()
123 ALOGE("video source has already been set"); in setVideoSource()
134 ALOGE("setVideoSource called in an invalid state(%d)", mCurrentState); in setVideoSource()
[all …]
/frameworks/av/camera/camera2/
DCaptureRequest.cpp43 ALOGE("%s: Null parcel", __FUNCTION__); in readFromParcel()
56 ALOGE("%s: Failed to read the settings count from parcel: %d", __FUNCTION__, err); in readFromParcel()
61 ALOGE("%s: Settings count %d should always be positive!", __FUNCTION__, settingsCount); in readFromParcel()
68 ALOGE("%s: Failed to read camera id!", __FUNCTION__); in readFromParcel()
74 ALOGE("%s: Failed to read metadata from parcel", __FUNCTION__); in readFromParcel()
83 ALOGE("%s: Failed to read reprocessing from parcel", __FUNCTION__); in readFromParcel()
90 ALOGE("%s: Failed to read surface list size from parcel", __FUNCTION__); in readFromParcel()
110 ALOGE("%s: Failed to read output target Surface %d from parcel: %s (%d)", in readFromParcel()
125 ALOGE("%s: Failed to read streamSurfaceSize from parcel", __FUNCTION__); in readFromParcel()
130 ALOGE("%s: Bad streamSurfaceSize %d from parcel", __FUNCTION__, streamSurfaceSize); in readFromParcel()
[all …]
DConcurrentCamera.cpp42 ALOGE("%s: Null parcel", __FUNCTION__); in readFromParcel()
49 ALOGE("%s: Failed to read the camera count from parcel: %d", __FUNCTION__, err); in readFromParcel()
55 ALOGE("%s: Failed to read camera id!", __FUNCTION__); in readFromParcel()
60 ALOGE("%s: Failed to read device id!", __FUNCTION__); in readFromParcel()
70 ALOGE("%s: Null parcel", __FUNCTION__); in writeToParcel()
77 ALOGE("%s: Failed to write the camera id count to parcel: %d", __FUNCTION__, err); in writeToParcel()
83 ALOGE("%s: Failed to write the camera id string to parcel: %d", __FUNCTION__, err); in writeToParcel()
87 ALOGE("%s: Failed to write the device id integer to parcel: %d", __FUNCTION__, err); in writeToParcel()
99 ALOGE("%s: Null parcel", __FUNCTION__); in readFromParcel()
105 ALOGE("%s: Failed to read camera id!", __FUNCTION__); in readFromParcel()
[all …]
/frameworks/av/media/ndk/
DNdkImage.cpp76 ALOGE("Cannot free AImage before close!"); in free()
99 ALOGE("%s: image %p has been closed!", __FUNCTION__, this); in getWidth()
113 ALOGE("%s: image %p has been closed!", __FUNCTION__, this); in getHeight()
127 ALOGE("%s: image %p has been closed!", __FUNCTION__, this); in getFormat()
141 ALOGE("%s: image %p has been closed!", __FUNCTION__, this); in getNumPlanes()
155 ALOGE("%s: image %p has been closed!", __FUNCTION__, this); in getTimestamp()
169 ALOGE("%s: image %p has been closed!", __FUNCTION__, this); in getDataSpace()
183 ALOGE("%s: AImage %p does not have any software read usage bits set, usage=%" PRIu64 "", in lockImage()
200 ALOGE("%s: AImage %p failed to lock, error=%d", __FUNCTION__, this, ret); in lockImage()
231 ALOGE("%s unlock buffer failed on iamge %p.", __FUNCTION__, this); in unlockImageIfLocked()
[all …]
/frameworks/av/camera/ndk/
DNdkCameraDevice.cpp34 ALOGE("%s: invalid argument! device is null", __FUNCTION__); in ACameraDevice_close()
45 ALOGE("%s: invalid argument! device is null", __FUNCTION__); in ACameraDevice_getId()
58 ALOGE("%s: invalid argument! device %p request %p", in ACameraDevice_createCaptureRequest()
71 ALOGE("%s: unknown template ID %d", __FUNCTION__, templateId); in ACameraDevice_createCaptureRequest()
85 ALOGE("%s: invalid argument! device %p request %p, physicalCameraIdList %p", in ACameraDevice_createCaptureRequest_withPhysicalIds()
98 ALOGE("%s: unknown template ID %d", __FUNCTION__, templateId); in ACameraDevice_createCaptureRequest_withPhysicalIds()
109 ALOGE("%s: Error: out null", __FUNCTION__); in ACaptureSessionOutputContainer_create()
130 ALOGE("%s: Error: bad argument. window %p, out %p", in ACaptureSessionOutput_create()
143 ALOGE("%s: Error: bad argument. window %p, out %p", in ACaptureSessionSharedOutput_create()
157 ALOGE("%s: Error: bad argument. window %p, physicalId %p, out %p", in ACaptureSessionPhysicalOutput_create()
[all …]
DNdkCameraCaptureSession.cpp51 ALOGE("%s: Error: invalid input: session %p, device %p", in ACameraCaptureSession_getDevice()
57 ALOGE("%s: session %p is already closed", __FUNCTION__, session); in ACameraCaptureSession_getDevice()
65 ALOGE("%s: unknown failure: device is null", __FUNCTION__); in ACameraCaptureSession_getDevice()
153 ALOGE("%s: Error: session is null", __FUNCTION__); in ACameraCaptureSession_stopRepeating()
158 ALOGE("%s: session %p is already closed", __FUNCTION__, session); in ACameraCaptureSession_stopRepeating()
168 ALOGE("%s: Error: session is null", __FUNCTION__); in ACameraCaptureSession_abortCaptures()
173 ALOGE("%s: session %p is already closed", __FUNCTION__, session); in ACameraCaptureSession_abortCaptures()
184 ALOGE("%s: Error: session is null", __FUNCTION__); in ACameraCaptureSession_updateSharedOutput()
189 ALOGE("%s: session %p is already closed", __FUNCTION__, session); in ACameraCaptureSession_updateSharedOutput()
201 ALOGE("%s: Error: session %p / callback %p is null", __FUNCTION__, session, cb); in ACameraCaptureSession_setWindowPreparedCallback()
[all …]
DNdkCameraManager.cpp54 ALOGE("%s: invalid argument! manager %p, cameraIdList %p", in ACameraManager_getCameraIdList()
74 ALOGE("%s: invalid argument! callback is null!", __FUNCTION__); in ACameraManager_registerAvailabilityCallback()
78 ALOGE("%s: invalid argument! callback %p, " in ACameraManager_registerAvailabilityCallback()
93 ALOGE("%s: invalid argument! callback is null!", __FUNCTION__); in ACameraManager_unregisterAvailabilityCallback()
97 ALOGE("%s: invalid argument! callback %p, " in ACameraManager_unregisterAvailabilityCallback()
112 ALOGE("%s: invalid argument! callback is null!", __FUNCTION__); in ACameraManager_registerExtendedAvailabilityCallback()
118 ALOGE("%s: invalid argument! callback %p, " in ACameraManager_registerExtendedAvailabilityCallback()
129 ALOGE("%s: invalid argument! callback reserved entries must be set to NULL", in ACameraManager_registerExtendedAvailabilityCallback()
143 ALOGE("%s: invalid argument! callback is null!", __FUNCTION__); in ACameraManager_unregisterExtendedAvailabilityCallback()
149 ALOGE("%s: invalid argument! callback %p, " in ACameraManager_unregisterExtendedAvailabilityCallback()
[all …]
/frameworks/av/services/camera/libcameraservice/api1/client2/
DStreamingProcessor.cpp109 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId); in updatePreviewRequest()
117 ALOGE("%s: Camera %d: Client does not exist", __FUNCTION__, mId); in updatePreviewRequest()
131 ALOGE("%s: Camera %d: Unable to create default preview request: " in updatePreviewRequest()
139 ALOGE("%s: Camera %d: Unable to update common entries of preview " in updatePreviewRequest()
148 ALOGE("%s: Camera %d: Unable to update request id for preview: %s (%d)", in updatePreviewRequest()
163 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId); in updatePreviewStream()
172 ALOGE("%s: Camera %d: Error querying preview stream info: " in updatePreviewStream()
183 ALOGE("%s: Camera %d: Error waiting for preview to drain: " in updatePreviewStream()
189 ALOGE("%s: Camera %d: Unable to delete old output stream " in updatePreviewStream()
205 ALOGE("%s: Camera %d: Unable to create preview stream: %s (%d)", in updatePreviewStream()
[all …]
/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp46 ALOGE("Could not verify or read source file: %s", srcFile); in copyFile()
51 ALOGE("Could not verify or write destination file: %s", dstFile); in copyFile()
56 ALOGE("Could not write destination file: %s", dstFile); in copyFile()
75 ALOGE("Found peculiar cacheDir (missing \"cache\"): %s", cacheDir); in findSharedObjectName()
183 ALOGE("Unable to open shared library (%s): %s", fullPath, dlerror()); in loadAndDeleteSharedLibrary()
189 ALOGE("Could not unlink copy %s", fullPath); in loadAndDeleteSharedLibrary()
214 ALOGE("Unable to open shared library (%s): %s", scriptSOName.c_str(), dlerror()); in loadSharedLibrary()
228 ALOGE("Unable to open APK shared library (%s): %s", scriptSONameApk.c_str(), dlerror()); in loadSharedLibrary()
240 ALOGE("Unable to open system shared library (%s): %s", in loadSharedLibrary()
273 ALOGE("Unable to open original file %s: %s", origName, strerror(errno)); in loadAsCopy()
[all …]
DrsCpuIntrinsicBlend.cpp324 ALOGE("Called unimplemented blend intrinsic BLEND_NORMAL"); in kernel()
328 ALOGE("Called unimplemented blend intrinsic BLEND_AVERAGE"); in kernel()
349 ALOGE("Called unimplemented blend intrinsic BLEND_SCREEN"); in kernel()
353 ALOGE("Called unimplemented blend intrinsic BLEND_DARKEN"); in kernel()
357 ALOGE("Called unimplemented blend intrinsic BLEND_LIGHTEN"); in kernel()
361 ALOGE("Called unimplemented blend intrinsic BLEND_OVERLAY"); in kernel()
365 ALOGE("Called unimplemented blend intrinsic BLEND_HARDLIGHT"); in kernel()
369 ALOGE("Called unimplemented blend intrinsic BLEND_SOFTLIGHT"); in kernel()
373 ALOGE("Called unimplemented blend intrinsic BLEND_DIFFERENCE"); in kernel()
377 ALOGE("Called unimplemented blend intrinsic BLEND_NEGATION"); in kernel()
[all …]
/frameworks/base/core/jni/
Dcom_android_internal_content_FileSystemUtils.cpp48 ALOGE("Overflow occurred when calculating end"); in punchWithBlockAlignment()
57 ALOGE("Overflow occurred when calculating length"); in punchWithBlockAlignment()
71 ALOGE("fallocate failed to punch hole, error:%d", errno); in punchWithBlockAlignment()
82 ALOGE("lstat64 failed for filePath %s, error:%d", filePath, errno); in punchHoles()
98 ALOGE("Can't open file to punch %s", filePath); in punchHoles()
111 ALOGE("Failed to allocate read buffer"); in punchHoles()
121 ALOGE("Overflow occurred when adding offset and filesize"); in punchHoles()
127 ALOGE("Overflow occurred when calculating length"); in punchHoles()
139 ALOGE("Overflow occurred when calculating length"); in punchHoles()
146 ALOGE("Overflow occurred when calculating length"); in punchHoles()
[all …]
Dandroid_hardware_location_ActivityRecognitionHardware.cpp36 ALOGE("activity_recognition HAL is deprecated. %s is effectively a no-op", in class_init()
44 ALOGE("activity_recognition HAL is deprecated. %s is effectively a no-op", in initialize()
52 ALOGE("activity_recognition HAL is deprecated. %s is effectively a no-op", in release()
60 ALOGE("activity_recognition HAL is deprecated. %s is effectively a no-op", in is_supported()
69 ALOGE("activity_recognition HAL is deprecated. %s is effectively a no-op", in get_supported_activities()
83 ALOGE("activity_recognition HAL is deprecated. %s is effectively a no-op", in enable_activity_event()
96 ALOGE("activity_recognition HAL is deprecated. %s is effectively a no-op", in disable_activity_event()
105 ALOGE("activity_recognition HAL is deprecated. %s is effectively a no-op", in flush()
/frameworks/rs/
DrsSignal.cpp35 ALOGE("Signal::init: mutex init failure: %s", strerror(status)); in init()
41 ALOGE("Signal::init: condition init failure: %s", strerror(status)); in init()
52 ALOGE("Signal::set: error locking for set condition: %s", strerror(status)); in set()
60 ALOGE("Signal::set: error on set condition: %s", strerror(status)); in set()
65 ALOGE("Signal::set: error unlocking for set condition: %s", strerror(status)); in set()
72 ALOGE("Signal::wait: error locking for condition: %s", strerror(status)); in wait()
83 ALOGE("Signal::wait: error waiting for condition: %s", strerror(status)); in wait()
88 ALOGE("Signal::wait: error unlocking for condition: %s", strerror(status)); in wait()
/frameworks/av/media/libstagefright/
DMediaAppender.cpp38 ALOGE("invalid file descriptor"); in create()
42 ALOGE("invalid mode %d", mode); in create()
74 ALOGE("extractor_setDataSource failed, status :%d", status); in init()
81 ALOGE("extractor_getFileFormat failed, status :%d", status); in init()
91 ALOGE("Unsupported file format, extractor name:%s, fileformat %s", in init()
99 ALOGE("no tracks are present"); in init()
110 ALOGE("getTrackFormat failed for trackIndex:%zu, status:%d", exTrackIndex, status); in init()
118 ALOGE("Not more than one video track is supported"); in init()
125 ALOGE("Not more than one audio track is supported"); in init()
138 ALOGE("selectTrack failed for trackIndex:%zu, status:%d", exTrackIndex, status); in init()
[all …]
DSurfaceUtils.cpp39 ALOGE("nativeWindowDisconnect failed: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
45 ALOGE("nativeWindowConnect failed: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
52 ALOGE("native_window_set_buffers_dimensions failed: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
58 ALOGE("native_window_set_buffers_format failed: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
74 ALOGE("native_window_set_buffers_transform failed: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
93 ALOGE("error authenticating native window: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
102 ALOGE("error query native window: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
108 ALOGE("native window cannot handle protected buffers: the consumer should either be " in setNativeWindowSizeFormatAndUsage()
119 ALOGE("native_window_set_usage failed: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
126 ALOGE("native_window_set_scaling_mode failed: %s (%d)", strerror(-err), -err); in setNativeWindowSizeFormatAndUsage()
[all …]
DMediaMuxer.cpp58 ALOGE("MediaMuxer does not support output format %d", format); in create()
62 ALOGE("File descriptor is not suitable for format %d", format); in create()
68 ALOGE("Failed to create writer object"); in create()
110 ALOGE("addTrack() get a null format"); in addTrack()
115 ALOGE("addTrack() must be called after constructor and before start()."); in addTrack()
145 ALOGE("setOrientationHint() must be called before start()."); in setOrientationHint()
150 ALOGE("setOrientationHint() get invalid degrees"); in setOrientationHint()
161 ALOGE("setLocation() must be called before start()."); in setLocation()
165 ALOGE("setLocation() is only supported for .mp4, .3gp, .heic or .avif output."); in setLocation()
180 ALOGE("start() is called in invalid state %d", mState); in start()
[all …]
/frameworks/native/libs/vr/libpdx_uds/
Dchannel_parcelable.cpp29 ALOGE("ChannelParcelable::TakeChannelHandle: Invalid channel parcel."); in TakeChannelHandle()
42 ALOGE("ChannelParcelable::writeToParcel: Invalid channel parcel."); in writeToParcel()
48 ALOGE("ChannelParcelable::writeToParcel: Cannot write magic: res=%d.", res); in writeToParcel()
54 ALOGE("ChannelParcelable::writeToParcel: Cannot write data fd: res=%d.", in writeToParcel()
61 ALOGE( in writeToParcel()
70 ALOGE( in writeToParcel()
85 ALOGE( in readFromParcel()
93 ALOGE("ChannelParcelable::readFromParcel: Failed to read magic: res=%d.", in readFromParcel()
99 ALOGE( in readFromParcel()
113 ALOGE( in readFromParcel()
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.cpp54 if (!ok) ALOGE("Request requires %s", permissionString); in checkPermission()
63 ALOGE("recorder is not initialized"); in setInputSurface()
74 ALOGE("recorder is not initialized"); in querySurfaceMediaSource()
88 ALOGE("recorder is not initialized"); in setCamera()
99 ALOGE("recorder is not initialized"); in setPreviewSurface()
114 ALOGE("recorder is not initialized"); in setVideoSource()
125 ALOGE("Invalid audio source: %d", as); in setAudioSource()
142 ALOGE("recorder is not initialized"); in setAudioSource()
153 ALOGE("%s: recorder is not initialized", __func__); in setPrivacySensitive()
163 ALOGE("%s: recorder is not initialized", __func__); in isPrivacySensitive()
[all …]
/frameworks/native/libs/binder/
DRecordedTransaction.cpp135 ALOGE("Interface Name is not valid. Contains characters that aren't single byte utf-8."); in fromDetails()
148 ALOGE("Failed to set sent parcel data."); in fromDetails()
154 ALOGE("Failed to set reply parcel data."); in fromDetails()
185 ALOGE("Unable to get file information"); in fromFile()
191 ALOGE("Invalid offset in file descriptor."); in fromFile()
196 ALOGE("Not enough file remains to contain expected chunk descriptor"); in fromFile()
201 ALOGE("Failed to read ChunkDescriptor from fd %d. %s", fd.get(), strerror(errno)); in fromFile()
208 ALOGE("Invalid offset in file descriptor."); in fromFile()
215 ALOGE("Chunk data exceeds maximum size."); in fromFile()
223 ALOGE("Chunk payload exceeds remaining file size."); in fromFile()
[all …]
/frameworks/av/media/module/codecs/flac/dec/
DFLACDecoder.cpp55 ALOGE("writeCallback: unexpected"); in writeCallback()
73 ALOGE("metadataCallback: unexpected STREAMINFO"); in metadataCallback()
117 ALOGE("errorCallback: status=%d", status); in errorCallback()
204 ALOGE("init: failed to create libFLAC stream decoder"); in init()
256 ALOGE("init: init_stream failed, returned %d", initStatus); in init()
268 ALOGE("flush: failed to reset FLAC stream decoder"); in flush()
277 ALOGE("parseMetadata: already have full metadata blocks"); in parseMetadata()
283 ALOGE("parseMetadata: addDataToBuffer returns error %d", err); in parseMetadata()
289 ALOGE("parseMetadata: failed to reset FLAC stream decoder"); in parseMetadata()
298 ALOGE("parseMetadata: missing STREAMINFO"); in parseMetadata()
[all …]
/frameworks/av/media/img_utils/src/
DTiffWriter.cpp65 ALOGE("%s: Tiff header is empty.", __FUNCTION__); in write()
77 ALOGE("%s: Could not set strip offsets.", __FUNCTION__); in write()
88 ALOGE("%s: Mismatch between number of IFDs with uninitialized strips (%zu) and" in write()
114 ALOGE("%s: Could not write to stream, received %d.", __FUNCTION__, ret); in write()
123 ALOGE("%s: No stream for byte strips for IFD %u", __FUNCTION__, ifdKey); in write()
137 ALOGE("%s: Tiff header is empty.", __FUNCTION__); in write()
164 ALOGE("%s: No definition exists for tag with id %x.", __FUNCTION__, tag); in lookupDefinition()
172 ALOGE("%s: No IFD %d set for this writer.", __FUNCTION__, ifd); in getEntry()
191 ALOGE("%s: No definition exists for tag 0x%x.", __FUNCTION__, tag); in addEntry()
199 ALOGE("%s: No IFD %u exists.", __FUNCTION__, ifd); in addEntry()
[all …]

12345678910>>...51