PipeWire
1.2.6
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
9
extern
"C"
{
10
#endif
11
17
#include <
spa/param/video/raw.h
>
18
19
struct
spa_video_info_dsp
{
20
enum
spa_video_format
format
;
21
uint32_t
flags
;
22
uint64_t
modifier
;
23
};
24
25
#define SPA_VIDEO_INFO_DSP_INIT(...) ((struct spa_video_info_dsp) { __VA_ARGS__ })
26
31
#ifdef __cplusplus
32
}
/* extern "C" */
33
#endif
34
35
#endif
/* SPA_VIDEO_DSP_H */
spa_video_format
spa_video_format
Video formats.
Definition
raw.h:43
spa_video_info_dsp
Definition
dsp.h:24
spa_video_info_dsp::flags
uint32_t flags
Definition
dsp.h:26
spa_video_info_dsp::format
enum spa_video_format format
Definition
dsp.h:25
spa_video_info_dsp::modifier
uint64_t modifier
Definition
dsp.h:27
raw.h
spa/param/video/raw.h
spa
param
video
dsp.h
Generated by
1.10.0