Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dv4l2_slice_video_decode_accelerator.h70 struct InputRecord { struct
72 int32_t input_id;
73 void* address;
74 size_t length;
75 size_t bytes_used;
76 bool at_device;
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
Dv4l2_slice_video_decode_accelerator.cc175 V4L2SliceVideoDecodeAccelerator::InputRecord::InputRecord() in InputRecord() function in media::V4L2SliceVideoDecodeAccelerator::InputRecord