Searched refs:VideoFramePlane (Results 1 – 9 of 9) sorted by relevance
/external/v4l2_codec2/components/include/v4l2_codec2/components/ |
D | VideoEncoder.h | 31 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;
|
D | V4L2Encoder.h | 24 struct VideoFramePlane;
|
/external/v4l2_codec2/common/include/v4l2_codec2/common/ |
D | Common.h | 22 struct VideoFramePlane { struct 32 std::vector<VideoFramePlane> mPlanes; argument
|
/external/v4l2_codec2/components/ |
D | VideoEncoder.cpp | 9 VideoEncoder::InputFrame::InputFrame(std::vector<int>&& fds, std::vector<VideoFramePlane>&& planes, in InputFrame()
|
D | V4L2EncodeComponent.cpp | 45 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/ |
D | encoder.rs | 79 pub struct VideoFramePlane { struct 95 planes: &[VideoFramePlane], in encode() argument
|
D | mod.rs | 27 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()
|
D | libvda_encoder.rs | 266 planes: &[VideoFramePlane], in encode() argument
|
/external/v4l2_codec2/common/ |
D | V4L2Device.cpp | 1643 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()
|