HomeSort by relevance Sort by last modified time
    Searched refs:VLOGF (Results 1 - 4 of 4) sorted by null

  /external/v4l2_codec2/vda/
v4l2_video_decode_accelerator.cc 33 #define VLOGF(level) VLOG(level) << __func__ << "(): "
38 VLOGF(1) << "Setting error state:" << x; \
165 VLOGF(2) << "profile: " << config.profile
192 VLOGF(1) << "Failed to open device for profile: " << config.profile
202 VLOGF(1) << "ioctl() failed: VIDIOC_QUERYCAP"
215 VLOGF(1) << "decoder thread failed to start";
231 VLOGF(2);
259 VLOGF(1) << "Invalid bitstream_buffer, id: " << bitstream_buffer.id();
274 VLOGF(2) << "buffer_count=" << buffers.size();
285 VLOGF(2)
    [all...]
v4l2_device.cc 21 #define VLOGF(level) VLOG(level) << __func__ << "(): "
127 VLOGF(1) << "Unhandled pixelformat " << std::hex << "0x" << pix_fmt;
210 VLOGF(2);
214 VLOGF(1) << "No devices supporting " << std::hex << "0x" << v4l2_pixfmt
220 VLOGF(1) << "Failed opening " << path;
226 VLOGF(1) << "Failed creating a poll interrupt fd";
237 VLOGF(2);
268 VLOGF(1) << "Failed opening " << device.first;
318 VLOGF(1) << "GetSupportedResolution failed to get maximum resolution for "
324 VLOGF(1) << "GetSupportedResolution failed to get minimum resolution for
    [all...]
  /external/autotest/client/site_tests/camera_V4L2/src/
common_types.h 16 #define VLOGF(level) VLOG(level) << __FUNCTION__ << "(): "
camera_characteristics.cc 172 VLOGF(1) << "Found camera" << info.camera_id << " in characteristics"
176 VLOGF(1) << "No camera with vid:pid = " << vid << ":" << pid

Completed in 138 milliseconds