Home
last modified time | relevance | path

Searched refs:VLOGF (Results 1 – 5 of 5) sorted by relevance

/external/v4l2_codec2/accel/
Dv4l2_video_decode_accelerator.cc38 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 …]
Dv4l2_device_poller.cc48 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()
Dv4l2_device.cc162 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 …]
Dgeneric_v4l2_device.cc111 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()
Dmacros.h11 #define VLOGF(level) VLOG(level) << __func__ << "(): " macro