Home
last modified time | relevance | path

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

/external/chromium_org/content/common/gpu/media/
Dv4l2_video_decode_accelerator.h144 struct InputRecord { struct
147 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().
Dv4l2_image_processor.h59 struct InputRecord { struct
74 // InputRecord, because an InputRecord may be returned before we dequeue argument
Dv4l2_video_encode_accelerator.h71 struct InputRecord { struct
73 bool at_device;
74 scoped_refptr<media::VideoFrame> frame;
Dv4l2_image_processor.cc48 V4L2ImageProcessor::InputRecord::InputRecord() : at_device(false) { in InputRecord() function in content::V4L2ImageProcessor::InputRecord
Dv4l2_video_encode_accelerator.cc59 V4L2VideoEncodeAccelerator::InputRecord::InputRecord() : at_device(false) { in InputRecord() function in content::V4L2VideoEncodeAccelerator::InputRecord
Dv4l2_video_decode_accelerator.cc128 V4L2VideoDecodeAccelerator::InputRecord::InputRecord() in InputRecord() function in content::V4L2VideoDecodeAccelerator::InputRecord