PipeWire 1.0.5
Loading...
Searching...
No Matches
dsp.h
Go to the documentation of this file.
1/* Simple Plugin API */
2/* SPDX-FileCopyrightText: Copyright © 2018 Wim Taymans */
3/* SPDX-License-Identifier: MIT */
4
5#ifndef SPA_VIDEO_DSP_H
6#define SPA_VIDEO_DSP_H
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
17#include <spa/param/video/raw.h>
18
19struct spa_video_info_dsp {
21 uint32_t flags;
22 uint64_t modifier;
23};
25#define SPA_VIDEO_INFO_DSP_INIT(...) ((struct spa_video_info_dsp) { __VA_ARGS__ })
31#ifdef __cplusplus
32} /* extern "C" */
33#endif
34
35#endif /* SPA_VIDEO_DSP_H */
spa_video_format
Video formats.
Definition raw.h:43
Definition dsp.h:24
uint32_t flags
Definition dsp.h:26
enum spa_video_format format
Definition dsp.h:25
uint64_t modifier
Definition dsp.h:27
spa/param/video/raw.h