Searched defs:InputRecord (Results 1 – 6 of 6) sorted by relevance
144 struct InputRecord { struct147 bool at_device; // held by device.148 void* address; // mmap() address.149 size_t length; // mmap() length.150 off_t bytes_used; // bytes filled in the mmap() segment.151 int32 input_id; // triggering input_id as given to Decode().
59 struct InputRecord { struct74 // InputRecord, because an InputRecord may be returned before we dequeue argument
71 struct InputRecord { struct73 bool at_device;74 scoped_refptr<media::VideoFrame> frame;
48 V4L2ImageProcessor::InputRecord::InputRecord() : at_device(false) { in InputRecord() function in content::V4L2ImageProcessor::InputRecord
59 V4L2VideoEncodeAccelerator::InputRecord::InputRecord() : at_device(false) { in InputRecord() function in content::V4L2VideoEncodeAccelerator::InputRecord
128 V4L2VideoDecodeAccelerator::InputRecord::InputRecord() in InputRecord() function in content::V4L2VideoDecodeAccelerator::InputRecord