• Home
  • Raw
  • Download

Lines Matching refs:LOG

51     LOG(DEBUG) << "EvsV4lCamera instantiated";  in EvsV4lCamera()
70 LOG(DEBUG) << "EvsV4lCamera being destroyed"; in ~EvsV4lCamera()
80 LOG(DEBUG) << "EvsV4lCamera shutdown"; in shutdown()
96 LOG(WARNING) << "Releasing buffer despite remote ownership"; in shutdown()
108 LOG(DEBUG) << __FUNCTION__; in getCameraInfo()
117 LOG(DEBUG) << __FUNCTION__; in setMaxFramesInFlight()
122 LOG(WARNING) << "Ignoring setMaxFramesInFlight call when camera has been lost."; in setMaxFramesInFlight()
128 LOG(ERROR) << "Ignoring setMaxFramesInFlight with less than one buffer requested"; in setMaxFramesInFlight()
142 LOG(DEBUG) << __FUNCTION__; in startVideoStream()
147 LOG(WARNING) << "Ignoring startVideoStream call when camera has been lost."; in startVideoStream()
151 LOG(ERROR) << "Ignoring startVideoStream call when a stream is already running."; in startVideoStream()
158 LOG(ERROR) << "Failed to start stream because we couldn't get a graphics buffer"; in startVideoStream()
166 LOG(INFO) << "Configuring to accept " << (char*)&videoSrcFormat in startVideoStream()
175 LOG(ERROR) << "Unhandled camera output format: " in startVideoStream()
187 LOG(ERROR) << "Unhandled camera format " << (char*)&videoSrcFormat; in startVideoStream()
195 LOG(ERROR) << "Unhandled camera format " << (char*)&videoSrcFormat; in startVideoStream()
199 LOG(ERROR) << "Unhandled camera format " << (char*)&mFormat; in startVideoStream()
215 LOG(ERROR) << "Underlying camera start stream failed"; in startVideoStream()
224 LOG(DEBUG) << __FUNCTION__; in doneWithFrame()
232 LOG(DEBUG) << __FUNCTION__; in stopVideoStream()
245 LOG(ERROR) << "Error delivering end of stream event"; in stopVideoStream()
258 LOG(ERROR) << "Error delivering end of stream marker"; in stopVideoStream()
270 LOG(DEBUG) << __FUNCTION__; in getExtendedInfo()
278 LOG(DEBUG) << __FUNCTION__; in setExtendedInfo()
283 LOG(WARNING) << "Ignoring setExtendedInfo call when camera has been lost."; in setExtendedInfo()
294 LOG(DEBUG) << __FUNCTION__; in getCameraInfo_1_1()
304 LOG(DEBUG) << __FUNCTION__; in getPhysicalCameraInfo()
314 LOG(DEBUG) << __FUNCTION__; in doneWithFrame_1_1()
459 LOG(DEBUG) << __FUNCTION__; in importExternalBuffers()
463 LOG(WARNING) << "Ignoring a request add external buffers " in importExternalBuffers()
471 LOG(DEBUG) << "No buffers to add."; in importExternalBuffers()
481 LOG(WARNING) << "Exceed the limit on number of buffers. " in importExternalBuffers()
504 LOG(WARNING) << "Failed to import a buffer " << b.bufferId; in importExternalBuffers()
540 LOG(WARNING) << "Ignoring doneWithFrame call when camera has been lost."; in doneWithFrame_impl()
543 LOG(ERROR) << "Ignoring doneWithFrame called with null handle"; in doneWithFrame_impl()
545 LOG(ERROR) << "Ignoring doneWithFrame called with invalid bufferId " << bufferId in doneWithFrame_impl()
548 LOG(ERROR) << "Ignoring doneWithFrame called on frame " << bufferId in doneWithFrame_impl()
576 LOG(ERROR) << "Ignoring request to set buffer count to zero"; in setAvailableFrames_Locked()
580 LOG(ERROR) << "Rejecting buffer request in excess of internal limit"; in setAvailableFrames_Locked()
588 LOG(INFO) << "Allocating " << needed << " buffers for camera frames"; in setAvailableFrames_Locked()
593 LOG(ERROR) << "Rolling back to previous frame queue size"; in setAvailableFrames_Locked()
600 LOG(INFO) << "Returning " << framesToRelease << " camera frame buffers"; in setAvailableFrames_Locked()
607 LOG(ERROR) << "Buffer queue shrink failed -- too many buffers currently in use?"; in setAvailableFrames_Locked()
630 LOG(ERROR) << "Error " << result << " allocating " in increaseAvailableFrames_Locked()
636 LOG(ERROR) << "We didn't get a buffer handle back from the allocator"; in increaseAvailableFrames_Locked()
641 LOG(ERROR) << "We did not expect to get buffers with different strides!"; in increaseAvailableFrames_Locked()
710 LOG(WARNING) << "Skipped a frame because too many are in flight"; in forwardFrame()
723 LOG(ERROR) << "Failed to find an available buffer slot"; in forwardFrame()
742 LOG(ERROR) << filename << ", " << fd; in forwardFrame()
753 LOG(INFO) << len << " bytes are written to " << filename; in forwardFrame()
795 LOG(ERROR) << "Camera failed to gain access to image buffer for writing - " in forwardFrame()
838 LOG(DEBUG) << "Delivered " << bufDesc_1_1.buffer.nativeHandle.getNativeHandle() in forwardFrame()
845 LOG(ERROR) << "Frame delivery call failed in the transport layer."; in forwardFrame()
893 LOG(ERROR) << "Camera parameter " << static_cast<unsigned>(id) << " is unknown."; in convertToV4l2CID()
911 LOG(INFO) << "Create " << deviceName; in Create()
945 LOG(INFO) << "Try to open a video with " in Create()
960 LOG(INFO) << "Open a video with default parameters"; in Create()
964 LOG(ERROR) << "Failed to open a video stream"; in Create()