Lines Matching refs:ALOGE
73 ALOGE("Cannot free AImage before close!"); in free()
96 ALOGE("%s: image %p has been closed!", __FUNCTION__, this); in getWidth()
110 ALOGE("%s: image %p has been closed!", __FUNCTION__, this); in getHeight()
124 ALOGE("%s: image %p has been closed!", __FUNCTION__, this); in getFormat()
138 ALOGE("%s: image %p has been closed!", __FUNCTION__, this); in getNumPlanes()
152 ALOGE("%s: image %p has been closed!", __FUNCTION__, this); in getTimestamp()
166 ALOGE("%s: AImage %p does not have any software read usage bits set, usage=%" PRIu64 "", in lockImage()
183 ALOGE("%s: AImage %p failed to lock, error=%d", __FUNCTION__, this, ret); in lockImage()
214 ALOGE("%s unlock buffer failed on iamge %p.", __FUNCTION__, this); in unlockImageIfLocked()
226 ALOGE("%s: buffer not locked.", __FUNCTION__); in getPlanePixelStride()
231 ALOGE("Error: planeIdx %d out of bound [0,%d]", in getPlanePixelStride()
239 ALOGE("%s: image %p has been closed!", __FUNCTION__, this); in getPlanePixelStride()
285 ALOGE("Pixel format: 0x%x is unsupported", fmt); in getPlanePixelStride()
293 ALOGE("%s: buffer not locked.", __FUNCTION__); in getPlaneRowStride()
298 ALOGE("Error: planeIdx %d out of bound [0,%d]", in getPlaneRowStride()
306 ALOGE("%s: image %p has been closed!", __FUNCTION__, this); in getPlaneRowStride()
320 ALOGE("Stride %d is not 16 pixel aligned!", mLockedBuffer->stride); in getPlaneRowStride()
340 ALOGE("Stride %d is not 16 pixel aligned!", in getPlaneRowStride()
352 ALOGE("Stride %d is not 16 pixel aligned!", in getPlaneRowStride()
375 ALOGE("%s Pixel format: 0x%x is unsupported", __FUNCTION__, fmt); in getPlaneRowStride()
417 ALOGE("%s: buffer not locked.", __FUNCTION__); in getPlaneData()
422 ALOGE("Error: planeIdx %d out of bound [0,%d]", in getPlaneData()
430 ALOGE("%s: image %p has been closed!", __FUNCTION__, this); in getPlaneData()
475 ALOGE("Stride %d is not 16 pixel aligned!", in getPlaneData()
492 ALOGE("YCBCR_P010: height (%d) should be a multiple of 2", mLockedBuffer->height); in getPlaneData()
497 ALOGE("YCBCR_P010: width (%d) should be a > 0", mLockedBuffer->width); in getPlaneData()
502 ALOGE("YCBCR_P010: height (%d) should be a > 0", mLockedBuffer->height); in getPlaneData()
547 ALOGE("Jpeg should have height value one but got %d", in getPlaneData()
565 ALOGE("RAW_OPAQUE should have height value one but got %d", in getPlaneData()
575 ALOGE("Width is not multiple of 4 %d", mLockedBuffer->width); in getPlaneData()
579 ALOGE("Height is not multiple of 2 %d", mLockedBuffer->height); in getPlaneData()
583 ALOGE("stride (%d) should be at least %d", in getPlaneData()
593 ALOGE("Width is not multiple of 4 %d", mLockedBuffer->width); in getPlaneData()
597 ALOGE("Height is not multiple of 2 %d", mLockedBuffer->height); in getPlaneData()
601 ALOGE("stride (%d) should be at least %d", in getPlaneData()
630 ALOGE("Pixel format: 0x%x is unsupported", fmt); in getPlaneData()
642 ALOGE("%s: AImage %p has no buffer.", __FUNCTION__, this); in getHardwareBuffer()
677 ALOGE("%s: bad argument. image %p width %p", in AImage_getWidth()
688 ALOGE("%s: bad argument. image %p height %p", in AImage_getHeight()
699 ALOGE("%s: bad argument. image %p format %p", in AImage_getFormat()
710 ALOGE("%s: bad argument. image %p rect %p", in AImage_getCropRect()
736 ALOGE("%s: bad argument. image %p timestampNs %p", in AImage_getTimestamp()
747 ALOGE("%s: bad argument. image %p numPlanes %p", in AImage_getNumberOfPlanes()
759 ALOGE("%s: bad argument. image %p pixelStride %p", in AImage_getPlanePixelStride()
765 ALOGE("%s: failed to lock buffer for CPU access. image %p, error=%d.", in AImage_getPlanePixelStride()
777 ALOGE("%s: bad argument. image %p rowStride %p", in AImage_getPlaneRowStride()
783 ALOGE("%s: failed to lock buffer for CPU access. image %p, error=%d.", in AImage_getPlaneRowStride()
796 ALOGE("%s: bad argument. image %p data %p dataLength %p", in AImage_getPlaneData()
802 ALOGE("%s: failed to lock buffer for CPU access. image %p, error=%d.", in AImage_getPlaneData()
815 ALOGE("%s: bad argument. image %p buffer %p", __FUNCTION__, image, buffer); in AImage_getHardwareBuffer()