Searched defs:InputRecord (Results 1 – 4 of 4) sorted by relevance
70 struct InputRecord { struct72 int32_t input_id;73 void* address;74 size_t length;75 size_t bytes_used;76 bool at_device;
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
175 V4L2SliceVideoDecodeAccelerator::InputRecord::InputRecord() in InputRecord() function in media::V4L2SliceVideoDecodeAccelerator::InputRecord