Home
last modified time | relevance | path

Searched refs:NativePixmapPlane (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/vda/
Dnative_pixmap_handle.cc10 NativePixmapPlane::NativePixmapPlane() in NativePixmapPlane() function in media::NativePixmapPlane
13 NativePixmapPlane::NativePixmapPlane(int stride, in NativePixmapPlane() function in media::NativePixmapPlane
19 NativePixmapPlane::NativePixmapPlane(const NativePixmapPlane& other) = default;
21 NativePixmapPlane::~NativePixmapPlane() {} in ~NativePixmapPlane()
Dnative_pixmap_handle.h17 struct NativePixmapPlane { struct
23 NativePixmapPlane(); argument
24 NativePixmapPlane(int stride,
28 NativePixmapPlane(const NativePixmapPlane& other);
29 ~NativePixmapPlane();
52 std::vector<NativePixmapPlane> planes; argument