• Home
  • Raw
  • Download

Lines Matching refs:ALOGE

103         ALOGE("Ignore due to error state.");  in start()
111 ALOGE("Failed to open device for %s", VideoCodecToString(codec)); in start()
116 ALOGE("Device does not have VIDEO_M2M_MPLANE and STREAMING capabilities."); in start()
124 ALOGE("Device does not support flushing (V4L2_DEC_CMD_STOP)"); in start()
133 ALOGE("ioctl() failed: VIDIOC_SUBSCRIBE_EVENT: V4L2_EVENT_SOURCE_CHANGE"); in start()
141 ALOGE("Failed to create V4L2 queue."); in start()
145 ALOGE("Failed to setup input format."); in start()
151 ALOGE("Failed to start polling V4L2 device."); in start()
168 ALOGE("Input codec s not supported by device."); in setupInputFormat()
175 ALOGE("Failed to call IOCTL to set input format."); in setupInputFormat()
181 ALOGE("Failed to allocate input buffer."); in setupInputFormat()
185 ALOGE("Failed to streamon input queue."); in setupInputFormat()
196 ALOGE("Ignore due to error state."); in decode()
228 ALOGE("Ignore due to wrong state: %s", StateToString(mState)); in drain()
288 ALOGE("The input size (%zu) is not enough, we need %zu", planeSize, in pumpDecodeRequest()
301 ALOGE("%s(): Failed to QBUF to input queue, bitstreamId=%d", __func__, bitstreamId); in pumpDecodeRequest()
319 ALOGE("Ignore due to error state."); in flush()
351 ALOGE("Failed to start polling V4L2 device."); in flush()
378 ALOGE("Failed to dequeue buffer from input queue."); in serviceDeviceTask()
404 ALOGE("Failed to dequeue buffer from output queue."); in serviceDeviceTask()
440 ALOGE("%s(): Failed to recycle empty buffer to output queue.", __func__); in serviceDeviceTask()
515 ALOGE("Failed to get resolution from V4L2 driver."); in changeResolution()
525 ALOGE("Failed to allocate output buffer."); in changeResolution()
529 ALOGE("Failed to streamon output queue."); in changeResolution()
539 ALOGE("Failed to get block pool with size: %s", toString(mCodedSize).c_str()); in changeResolution()
561 ALOGE("Failed to find supported pixel format"); in setupOutputFormat()
570 ALOGE("mVideoFramePool is null, failed to get the instance after resolution change?"); in tryFetchVideoFrame()
592 ALOGE("Got nullptr VideoFrame."); in onVideoFrameReady()
617 ALOGE("Got more different blocks than we have V4L2 buffers for."); in onVideoFrameReady()
621 ALOGE("V4L2 buffer not available. blockId=%u", blockId); in onVideoFrameReady()
630 ALOGE("%s(): Failed to QBUF to output queue, blockId=%u, V4L2Id=%u", __func__, blockId, in onVideoFrameReady()
636 ALOGE("%s(): V4L2 buffer %d already enqueued.", __func__, v4l2Id); in onVideoFrameReady()
653 ALOGE("ioctl() failed: VIDIOC_G_CTRL"); in getNumOutputBuffers()
669 ALOGE("ioctl() failed: VIDIOC_G_FMT"); in getFormatInfo()
726 ALOGE("ioctl() VIDIOC_DECODER_CMD failed: start=%d", start); in sendV4L2DecoderCmd()