Home
last modified time | relevance | path

Searched defs:InputRecord (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/vda/
Dv4l2_video_decode_accelerator.h171 struct InputRecord { struct
174 bool at_device; // held by device.
175 void* address; // mmap() address.
176 size_t length; // mmap() length.
177 off_t bytes_used; // bytes filled in the mmap() segment.
178 int32_t input_id; // triggering input_id as given to Decode().
Dv4l2_video_decode_accelerator.cc103 V4L2VideoDecodeAccelerator::InputRecord::InputRecord() in InputRecord() function in media::V4L2VideoDecodeAccelerator::InputRecord