Home
last modified time | relevance | path

Searched refs:DVLOGF (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/vda/
Dv4l2_video_decode_accelerator.cc32 #define DVLOGF(level) DVLOG(level) << __func__ << "(): " macro
155 DVLOGF(2); in ~V4L2VideoDecodeAccelerator()
254 DVLOGF(4) << "input_id=" << bitstream_buffer.id() in Decode()
331 DVLOGF(3) << "buffer[" << i << "]: picture_id=" << output_record.picture_id; in AssignPictureBuffersTask()
339 DVLOGF(3) << "picture_buffer_id=" << picture_buffer_id; in ImportBufferForPicture()
371 DVLOGF(3) << "picture_buffer_id=" << picture_buffer_id in ImportBufferForPictureTask()
385 DVLOGF(3) << "got picture id=" << picture_buffer_id in ImportBufferForPictureTask()
414 DVLOGF(4) << "picture_buffer_id=" << picture_buffer_id; in ReusePictureBuffer()
485 DVLOGF(4) << "input_id=" << bitstream_buffer.id(); in DecodeTask()
504 DVLOGF(4) << "mapped at=" << bitstream_record->shm->memory(); in DecodeTask()
[all …]
Dv4l2_device.cc20 #define DVLOGF(level) DVLOG(level) << __func__ << "(): " macro
56 DVLOGF(1) << "Add more cases as needed"; in V4L2PixFmtToVideoPixelFormat()
152 DVLOGF(5) << "Poll(): adding device fd to poll() set"; in Poll()
181 DVLOGF(4); in SetDevicePollInterrupt()
193 DVLOGF(5); in ClearDevicePollInterrupt()
339 DVLOGF(3) << "Found " << fmtdesc.description << std::hex << " (0x" in EnumerateSupportedPixelformats()
371 DVLOGF(3) << "Found decoder profile " << GetProfileName(profile.profile) in EnumerateSupportedDecodeProfiles()
432 DVLOGF(3) << "Found device: " << path; in EnumerateDevicesForType()