Searched refs:VLOGF (Results 1 – 5 of 5) sorted by relevance
38 VLOGF(1) << "Setting error state:" << x; \196 VLOGF(2) << "profile: " << config.profile in Initialize()223 VLOGF(1) << "Failed to open device for profile: " << config.profile in Initialize()233 VLOGF(1) << "ioctl() failed: VIDIOC_QUERYCAP" in Initialize()242 VLOGF(1) << "decoder thread failed to start"; in Initialize()258 VLOGF(2); in InitializeTask()286 VLOGF(1) << "Invalid bitstream_buffer, id: " << bitstream_buffer.id(); in Decode()301 VLOGF(2) << "buffer_count=" << buffers.size(); in AssignPictureBuffers()312 VLOGF(2); in AssignPictureBuffersTask()320 VLOGF(1) << "Failed to provide requested picture buffers. (Got " in AssignPictureBuffersTask()[all …]
48 VLOGF(1) << "Failed to start device poll thread"; in StartPolling()79 VLOGF(1) << "Failed to interrupt device poll."; in StopPolling()87 VLOGF(1) << "Failed to clear interrupting device poll."; in StopPolling()129 VLOGF(1) << "An error occurred while polling, calling error callback"; in DevicePollTask()
162 VLOGF(1) << "Invalid plane " << plane << " requested."; in GetPlaneMapping()173 VLOGF(1) << "Cannot create mapping on non-MMAP buffer"; in GetPlaneMapping()358 VLOGF(1) << "Insufficient number of FDs given for the current format. " in CheckNumFDsForFormat()369 VLOGF(1) << "Additional dmabuf fds point to a new buffer."; in CheckNumFDsForFormat()438 VLOGF(1) << "Called on invalid buffer type!"; in QueueMMap()454 VLOGF(1) << "Called on invalid buffer type!"; in QueueUserPtr()459 VLOGF(1) << "Provided " << ptrs.size() << " pointers while we require " in QueueUserPtr()492 VLOGF(1) << "Called on invalid buffer type!"; in QueueDMABuf()518 VLOGF(1) << "Invalid plane " << plane << " requested."; in GetPlaneSize()538 VLOGF(1) << "Invalid plane " << plane << " requested."; in SetPlaneSize()[all …]
111 VLOGF(1) << "Failed to initialize LIBV4L2 libs"; in Initialize()123 VLOGF(1) << "No devices supporting " << FourccToString(v4l2_pixfmt) in Open()129 VLOGF(1) << "Failed opening " << path; in Open()135 VLOGF(1) << "Failed creating a poll interrupt fd"; in Open()183 VLOGF(1) << "Failed opening " << device.first; in GetSupportedImageProcessorPixelformats()207 VLOGF(1) << "Failed opening " << device.first; in GetSupportedDecodeProfiles()229 VLOGF(1) << "Failed opening " << device.first; in GetSupportedEncodeProfiles()
11 #define VLOGF(level) VLOG(level) << __func__ << "(): " macro