HomeSort by relevance Sort by last modified time
    Searched refs:NativePixmapPlane (Results 1 - 2 of 2) sorted by null

  /external/v4l2_codec2/vda/
native_pixmap_handle.cc 10 NativePixmapPlane::NativePixmapPlane()
13 NativePixmapPlane::NativePixmapPlane(int stride,
19 NativePixmapPlane::NativePixmapPlane(const NativePixmapPlane& other) = default;
21 NativePixmapPlane::~NativePixmapPlane() {}
native_pixmap_handle.h 15 // NativePixmapPlane is used to carry the plane related information for GBM
17 struct NativePixmapPlane {
23 NativePixmapPlane();
24 NativePixmapPlane(int stride,
28 NativePixmapPlane(const NativePixmapPlane& other);
29 ~NativePixmapPlane();
52 std::vector<NativePixmapPlane> planes;

Completed in 255 milliseconds