Home
last modified time | relevance | path

Searched refs:NativePixmapHandle (Results 1 – 7 of 7) sorted by relevance

/external/v4l2_codec2/vda/
Dnative_pixmap_handle.cc23 NativePixmapHandle::NativePixmapHandle() {} in NativePixmapHandle() function in media::NativePixmapHandle
24 NativePixmapHandle::NativePixmapHandle(const NativePixmapHandle& other) =
27 NativePixmapHandle::~NativePixmapHandle() {} in ~NativePixmapHandle()
Dnative_pixmap_handle.h44 struct NativePixmapHandle { struct
45 NativePixmapHandle();
46 NativePixmapHandle(const NativePixmapHandle& other);
48 ~NativePixmapHandle();
Dvideo_decode_accelerator.cc44 const NativePixmapHandle& native_pixmap_handle) { in ImportBufferForPicture()
Dvideo_decode_accelerator.h263 const NativePixmapHandle& native_pixmap_handle);
Dv4l2_video_decode_accelerator.h99 const NativePixmapHandle& native_pixmap_handle) override;
Dv4l2_video_decode_accelerator.cc338 const NativePixmapHandle& native_pixmap_handle) { in ImportBufferForPicture()
/external/v4l2_codec2/
DC2VDAAdaptor.cpp92 media::NativePixmapHandle handle; in importBufferForPicture()