Searched defs:InputRecord (Results 1 – 2 of 2) sorted by relevance
171 struct InputRecord { struct174 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().
103 V4L2VideoDecodeAccelerator::InputRecord::InputRecord() in InputRecord() function in media::V4L2VideoDecodeAccelerator::InputRecord