Loading...
Searching...
No Matches
V4L2PixelFormat.hpp
Go to the documentation of this file.
1#pragma once
2
18
19#include <score_plugin_gfx_export.h>
20
21#include <cstdint>
22
23namespace score::gfx::interop
24{
25
28SCORE_PLUGIN_GFX_EXPORT
29VideoPixelFormat fromV4L2PixelFormat(uint32_t fourcc) noexcept;
30
34SCORE_PLUGIN_GFX_EXPORT
36
37} // namespace score::gfx::interop
VideoPixelFormat fromV4L2PixelFormat(uint32_t fourcc) noexcept
uint32_t toV4L2PixelFormat(VideoPixelFormat f) noexcept
Vendor-neutral pixel format vocabulary + descriptive metadata.
VideoPixelFormat
Definition VideoPixelFormat.hpp:229