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

  /external/v4l2_codec2/vda/
v4l2_video_decode_accelerator.cc 32 #define DVLOGF(level) DVLOG(level) << __func__ << "(): "
155 DVLOGF(2);
254 DVLOGF(4) << "input_id=" << bitstream_buffer.id()
331 DVLOGF(3) << "buffer[" << i << "]: picture_id=" << output_record.picture_id;
339 DVLOGF(3) << "picture_buffer_id=" << picture_buffer_id;
371 DVLOGF(3) << "picture_buffer_id=" << picture_buffer_id
385 DVLOGF(3) << "got picture id=" << picture_buffer_id
414 DVLOGF(4) << "picture_buffer_id=" << picture_buffer_id;
485 DVLOGF(4) << "input_id=" << bitstream_buffer.id();
504 DVLOGF(4) << "mapped at=" << bitstream_record->shm->memory()
    [all...]
v4l2_device.cc 20 #define DVLOGF(level) DVLOG(level) << __func__ << "(): "
56 DVLOGF(1) << "Add more cases as needed";
152 DVLOGF(5) << "Poll(): adding device fd to poll() set";
181 DVLOGF(4);
193 DVLOGF(5);
339 DVLOGF(3) << "Found " << fmtdesc.description << std::hex << " (0x"
371 DVLOGF(3) << "Found decoder profile " << GetProfileName(profile.profile)
432 DVLOGF(3) << "Found device: " << path;

Completed in 79 milliseconds