Home
last modified time | relevance | path

Searched refs:VideoFramePlane (Results 1 – 9 of 9) sorted by relevance

/external/v4l2_codec2/components/include/v4l2_codec2/components/
DVideoEncoder.h31 InputFrame(std::vector<int>&& fds, std::vector<VideoFramePlane>&& planes,
36 const std::vector<VideoFramePlane>& planes() const { return mPlanes; } in planes()
43 std::vector<VideoFramePlane> mPlanes;
DV4L2Encoder.h24 struct VideoFramePlane;
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DCommon.h22 struct VideoFramePlane { struct
32 std::vector<VideoFramePlane> mPlanes; argument
/external/v4l2_codec2/components/
DVideoEncoder.cpp9 VideoEncoder::InputFrame::InputFrame(std::vector<int>&& fds, std::vector<VideoFramePlane>&& planes, in InputFrame()
DV4L2EncodeComponent.cpp45 std::optional<std::vector<VideoFramePlane>> getVideoFrameLayout(const C2ConstGraphicBlock& block, in getVideoFrameLayout()
126 std::vector<VideoFramePlane> planes; in getVideoFrameLayout()
159 std::optional<std::vector<VideoFramePlane>> planes = in getVideoFrameStride()
173 std::optional<std::vector<VideoFramePlane>> planes = getVideoFrameLayout(block, &format); in CreateInputFrame()
/external/crosvm/devices/src/virtio/video/encoder/
Dencoder.rs79 pub struct VideoFramePlane { struct
95 planes: &[VideoFramePlane], in encode() argument
Dmod.rs27 VideoFramePlane,
45 planes: Vec<VideoFramePlane>,
632 let planes: Vec<VideoFramePlane> = resource_info.planes[0..num_planes] in resource_create()
634 .map(|plane_info| VideoFramePlane { in resource_create()
Dlibvda_encoder.rs266 planes: &[VideoFramePlane], in encode() argument
/external/v4l2_codec2/common/
DV4L2Device.cpp1643 std::vector<VideoFramePlane> planes; in v4L2FormatToVideoFrameLayout()
1647 planes.push_back(VideoFramePlane{planeFormat.bytesperline, 0u, planeFormat.sizeimage}); in v4L2FormatToVideoFrameLayout()
1659 planes.push_back(VideoFramePlane{yStride, yStrideAbs * pixMp.height, in v4L2FormatToVideoFrameLayout()
1675 planes.push_back(VideoFramePlane{halfStride, plane0Area, plane1Area}); in v4L2FormatToVideoFrameLayout()
1676 planes.push_back(VideoFramePlane{halfStride, plane0Area + plane1Area, plane1Area}); in v4L2FormatToVideoFrameLayout()