Lines Matching refs:ALOGE

47         ALOGE("Failed to open v4l device %s\n", deviceName);  in EvsV4lCamera()
120 ALOGE("Ignoring setMaxFramesInFlight with less than one buffer requested"); in setMaxFramesInFlight()
143 ALOGE("ignoring startVideoStream call when a stream is already running."); in startVideoStream()
150 ALOGE("Failed to start stream because we couldn't get a graphics buffer"); in startVideoStream()
167 ALOGE("Unhandled camera output format %c%c%c%c (0x%8X)\n", in startVideoStream()
179 ALOGE("Unhandled camera format %4.4s", (char*)&videoSrcFormat); in startVideoStream()
187 ALOGE("Unhandled camera format %4.4s", (char*)&videoSrcFormat); in startVideoStream()
191 ALOGE("Unhandled output format %4.4s", (char*)&mFormat); in startVideoStream()
204 ALOGE("underlying camera start stream failed"); in startVideoStream()
221 ALOGE("ignoring doneWithFrame called with null handle"); in doneWithFrame()
223 ALOGE("ignoring doneWithFrame called with invalid bufferId %d (max is %zu)", in doneWithFrame()
226 ALOGE("ignoring doneWithFrame called on frame %d which is already free", in doneWithFrame()
265 ALOGE("Error delivering end of stream marker"); in stopVideoStream()
301 ALOGE("Ignoring request to set buffer count to zero"); in setAvailableFrames_Locked()
305 ALOGE("Rejecting buffer request in excess of internal limit"); in setAvailableFrames_Locked()
318 ALOGE("Rolling back to previous frame queue size"); in setAvailableFrames_Locked()
332 ALOGE("Buffer queue shrink failed -- too many buffers currently in use?"); in setAvailableFrames_Locked()
355 ALOGE("Error %d allocating %d x %d graphics buffer", in increaseAvailableFrames_Locked()
362 ALOGE("We didn't get a buffer handle back from the allocator"); in increaseAvailableFrames_Locked()
367 ALOGE("We did not expect to get buffers with different strides!"); in increaseAvailableFrames_Locked()
449 ALOGE("Failed to find an available buffer slot\n"); in forwardFrame()
483 ALOGE("Camera failed to gain access to image buffer for writing"); in forwardFrame()
508 ALOGE("Frame delivery call failed in the transport layer."); in forwardFrame()