summaryrefslogtreecommitdiff
path: root/docs/reference/libs/libs-sections.txt
blob: 4cdc2f8d4c7a48be54c2bcf103946275085b82a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
<SECTION>
<FILE>videoformat</FILE>
<TITLE>GstVideoFormat</TITLE>
gst_vaapi_video_format_to_string
gst_vaapi_video_format_from_va_fourcc
gst_vaapi_video_format_from_va_format
gst_vaapi_video_format_get_chroma_type
gst_vaapi_video_format_get_score
gst_vaapi_video_format_is_rgb
gst_vaapi_video_format_is_yuv
gst_vaapi_video_format_to_va_format
</SECTION>

<SECTION>
<FILE>gstvaapisurfacepool</FILE>
<TITLE>GstVaapiSurfacePool</TITLE>
GstVaapiSurfacePool
gst_vaapi_surface_pool_new
<SUBSECTION Standard>
GST_VAAPI_SURFACE_POOL
</SECTION>

<SECTION>
<FILE>gstvaapivideopool</FILE>
<TITLE>GstVaapiVideoPool</TITLE>
GstVaapiVideoPool
gst_vaapi_video_pool_get_display
gst_vaapi_video_pool_get_object_type
gst_vaapi_video_pool_get_object
gst_vaapi_video_pool_put_object
gst_vaapi_video_pool_add_object
gst_vaapi_video_pool_add_objects
gst_vaapi_video_pool_get_capacity
gst_vaapi_video_pool_set_capacity
gst_vaapi_video_pool_get_size
gst_vaapi_video_pool_reserve
<SUBSECTION Standard>
GST_VAAPI_VIDEO_POOL
</SECTION>

<SECTION>
<FILE>gstvaapidisplay_x11</FILE>
<TITLE>GstVaapiDisplayX11</TITLE>
GstVaapiDisplayX11
gst_vaapi_display_x11_new
gst_vaapi_display_x11_new_with_display
gst_vaapi_display_x11_get_display
gst_vaapi_display_x11_get_screen
<SUBSECTION Standard>
GST_VAAPI_DISPLAY_X11
</SECTION>

<SECTION>
<FILE>gstvaapidisplay_drm</FILE>
<TITLE>GstVaapiDisplayDRM</TITLE>
gst_vaapi_display_drm_new
gst_vaapi_display_drm_new_with_device
gst_vaapi_display_drm_get_device
gst_vaapi_display_drm_get_device_path
</SECTION>

<SECTION>
<FILE>gstvaapidisplay_wayland</FILE>
<TITLE>GstVaapiDisplayWayland</TITLE>
gst_vaapi_display_wayland_new
gst_vaapi_display_wayland_new_with_display
gst_vaapi_display_wayland_get_display
</SECTION>

<SECTION>
<FILE>gstvaapidisplay_egl</FILE>
<TITLE>GstVaapiDisplayEGL</TITLE>
GstVaapiDisplayEGL
gst_vaapi_display_egl_new
gst_vaapi_display_egl_new_with_native_display
gst_vaapi_display_egl_get_gl_display
gst_vaapi_display_egl_set_gl_context
gst_vaapi_display_egl_get_gl_context
<SUBSECTION Standard>
GST_VAAPI_DISPLAY_EGL
</SECTION>

<SECTION>
<FILE>gstvaapiwindow_x11</FILE>
<TITLE>GstVaapiWindowX11</TITLE>
GstVaapiWindowX11
GST_VAAPI_WINDOW_XWINDOW
gst_vaapi_window_x11_new
gst_vaapi_window_x11_new_with_xid
gst_vaapi_window_x11_get_xid
gst_vaapi_window_x11_is_foreign_xid
<SUBSECTION Standard>
GST_VAAPI_WINDOW_X11
</SECTION>

<SECTION>
<FILE>gstvaapiwindow_wayland</FILE>
<TITLE>GstVaapiWindowWayland</TITLE>
gst_vaapi_window_wayland_new
</SECTION>

<SECTION>
<FILE>gstvaapiwindow_drm</FILE>
<TITLE>GstVaapiWindowDRM</TITLE>
gst_vaapi_window_drm_new
</SECTION>

<SECTION>
<FILE>gstvaapiwindow_glx</FILE>
<TITLE>GstVaapiWindowGLX</TITLE>
gst_vaapi_window_glx_new
gst_vaapi_window_glx_new_with_xid
gst_vaapi_window_glx_get_context
gst_vaapi_window_glx_set_context
gst_vaapi_window_glx_make_current
gst_vaapi_window_glx_swap_buffers
gst_vaapi_window_glx_put_texture
</SECTION>

<SECTION>
<FILE>gstvaapiwindow_egl</FILE>
<TITLE>GstVaapiWindowEGL</TITLE>
gst_vaapi_window_egl_new
</SECTION>

<SECTION>
<FILE>gstvaapipixmap_x11</FILE>
<TITLE>GstVaapiPixmapX11</TITLE>
GstVaapiPixmapX11
GST_VAAPI_PIXMAP_XPIXMAP
gst_vaapi_pixmap_x11_new
gst_vaapi_pixmap_x11_new_with_xid
gst_vaapi_pixmap_x11_get_xid
gst_vaapi_pixmap_x11_is_foreign_xid
<SUBSECTION Standard>
GST_VAAPI_WINDOW_X11
</SECTION>

<SECTION>
<FILE>gstvaapidisplay_glx</FILE>
<TITLE>GstVaapiDisplayGLX</TITLE>
GstVaapiDisplayGLX
gst_vaapi_display_glx_new
gst_vaapi_display_glx_new_with_display
<SUBSECTION Standard>
GST_VAAPI_DISPLAY_GLX
</SECTION>

<SECTION>
<FILE>gstvaapiwindow_glx</FILE>
<TITLE>GstVaapiWindowGLX</TITLE>
GstVaapiWindowGLX
gst_vaapi_window_glx_new
gst_vaapi_window_glx_new_with_xid
gst_vaapi_window_glx_get_context
gst_vaapi_window_glx_set_context
gst_vaapi_window_glx_make_current
gst_vaapi_window_glx_swap_buffers
gst_vaapi_window_glx_put_texture
<SUBSECTION Standard>
GST_VAAPI_WINDOW_GLX
</SECTION>

<SECTION>
<FILE>gstvaapidisplay</FILE>
<TITLE>GstVaapiDisplay</TITLE>
GstVaapiDisplayType
GstVaapiDisplay
GstVaapiDisplayInfo
gst_vaapi_display_new_with_display
gst_vaapi_display_ref
gst_vaapi_display_unref
gst_vaapi_display_replace
gst_vaapi_display_lock
gst_vaapi_display_unlock
gst_vaapi_display_sync
gst_vaapi_display_flush
gst_vaapi_display_get_class_type
gst_vaapi_display_get_display_type
gst_vaapi_display_get_display_name
gst_vaapi_display_get_display
gst_vaapi_display_get_width
gst_vaapi_display_get_height
gst_vaapi_display_get_size
gst_vaapi_display_get_pixel_aspect_ratio
gst_vaapi_display_has_video_processing
gst_vaapi_display_get_decode_profiles
gst_vaapi_display_has_decoder
gst_vaapi_display_get_encode_profiles
gst_vaapi_display_has_encoder
gst_vaapi_display_get_image_formats
gst_vaapi_display_has_image_format
gst_vaapi_display_get_subpicture_formats
gst_vaapi_display_has_subpicture_format
gst_vaapi_display_has_property
gst_vaapi_display_get_property
gst_vaapi_display_set_property
gst_vaapi_display_get_render_mode
gst_vaapi_display_set_render_mode
gst_vaapi_display_get_rotation
gst_vaapi_display_set_rotation
gst_vaapi_display_get_vendor_string
gst_vaapi_display_has_opengl
<SUBSECTION Standard>
GST_VAAPI_DISPLAY
GST_VAAPI_DISPLAY_GET_CLASS_TYPE
GST_VAAPI_DISPLAY_VADISPLAY_TYPE
GST_VAAPI_DISPLAY_VADISPLAY
GST_VAAPI_DISPLAY_LOCK
GST_VAAPI_DISPLAY_UNLOCK
GST_VAAPI_DISPLAY_PROP_RENDER_MODE
GST_VAAPI_DISPLAY_PROP_ROTATION
GST_VAAPI_DISPLAY_PROP_HUE
GST_VAAPI_DISPLAY_PROP_SATURATION
GST_VAAPI_DISPLAY_PROP_BRIGHTNESS
GST_VAAPI_DISPLAY_PROP_CONTRAST
</SECTION>

<SECTION>
<FILE>gstvaapiimagepool</FILE>
<TITLE>GstVaapiImagePool</TITLE>
GstVaapiImagePool
gst_vaapi_image_pool_new
<SUBSECTION Standard>
GST_VAAPI_IMAGE_POOL
</SECTION>

<SECTION>
<FILE>gstvaapitypes</FILE>
<TITLE>Basic data structures</TITLE>
GstVaapiID
GST_VAAPI_ID_FORMAT
GST_VAAPI_ID_ARGS
GstVaapiPoint
GstVaapiRectangle
</SECTION>

<SECTION>
<FILE>gstvaapipixmap</FILE>
<TITLE>GstVaapiPixmap</TITLE>
GstVaapiPixmap
gst_vaapi_pixmap_ref
gst_vaapi_pixmap_unref
gst_vaapi_pixmap_replace
gst_vaapi_pixmap_get_format
gst_vaapi_pixmap_get_width
gst_vaapi_pixmap_get_height
gst_vaapi_pixmap_get_size
gst_vaapi_pixmap_put_surface
<SUBSECTION Standard>
GST_VAAPI_PIXMAP
</SECTION>

<SECTION>
<FILE>gstvaapiwindow</FILE>
<TITLE>GstVaapiWindow</TITLE>
GstVaapiWindow
gst_vaapi_window_get_display
gst_vaapi_window_show
gst_vaapi_window_hide
gst_vaapi_window_get_fullscreen
gst_vaapi_window_set_fullscreen
gst_vaapi_window_get_width
gst_vaapi_window_get_height
gst_vaapi_window_get_size
gst_vaapi_window_set_width
gst_vaapi_window_set_height
gst_vaapi_window_set_size
gst_vaapi_window_put_pixmap
gst_vaapi_window_put_surface
<SUBSECTION Standard>
GST_VAAPI_WINDOW
</SECTION>

<SECTION>
<FILE>gstvaapiobject</FILE>
<TITLE>GstVaapiObject</TITLE>
GstVaapiObject
gst_vaapi_object_get_display
gst_vaapi_object_lock_display
gst_vaapi_object_unlock_display
gst_vaapi_object_get_id
<SUBSECTION Standard>
GST_VAAPI_OBJECT
</SECTION>

<SECTION>
<FILE>gstvaapiimage</FILE>
GST_VAAPI_IMAGE_FORMAT
GST_VAAPI_IMAGE_WIDTH
GST_VAAPI_IMAGE_HEIGHT
<TITLE>GstVaapiImage</TITLE>
GstVaapiImage
gst_vaapi_image_new
gst_vaapi_image_new_with_image
gst_vaapi_image_get_id
gst_vaapi_image_get_image
gst_vaapi_image_get_format
gst_vaapi_image_get_width
gst_vaapi_image_get_height
gst_vaapi_image_get_size
gst_vaapi_image_is_linear
gst_vaapi_image_is_mapped
gst_vaapi_image_map
gst_vaapi_image_unmap
gst_vaapi_image_get_plane_count
gst_vaapi_image_get_plane
gst_vaapi_image_get_pitch
gst_vaapi_image_get_data_size
gst_vaapi_image_get_buffer
gst_vaapi_image_update_from_buffer
gst_vaapi_image_copy
<SUBSECTION Standard>
GST_VAAPI_IMAGE
</SECTION>

<SECTION>
<FILE>gstvaapisurface</FILE>
GstVaapiChromaType
GstVaapiSurfaceStatus
GstVaapiSurfaceRenderFlags
<TITLE>GstVaapiSurface</TITLE>
GstVaapiSurface
gst_vaapi_surface_new
gst_vaapi_surface_new_with_format
gst_vaapi_surface_get_id
gst_vaapi_surface_get_chroma_type
gst_vaapi_surface_get_format
gst_vaapi_surface_get_width
gst_vaapi_surface_get_height
gst_vaapi_surface_get_size
gst_vaapi_surface_derive_image
gst_vaapi_surface_get_image
gst_vaapi_surface_put_image
gst_vaapi_surface_associate_subpicture
gst_vaapi_surface_deassociate_subpicture
gst_vaapi_surface_sync
gst_vaapi_surface_query_status
<SUBSECTION Standard>
GST_VAAPI_SURFACE
</SECTION>

<SECTION>
<FILE>gstvaapisubpicture</FILE>
<TITLE>GstVaapiSubpicture</TITLE>
GstVaapiSubpicture
gst_vaapi_subpicture_new
gst_vaapi_subpicture_new_from_overlay_rectangle
gst_vaapi_subpicture_get_id
gst_vaapi_subpicture_get_flags
gst_vaapi_subpicture_get_global_alpha
gst_vaapi_subpicture_set_global_alpha
gst_vaapi_subpicture_get_image
gst_vaapi_subpicture_set_image
<SUBSECTION Standard>
GST_VAAPI_SUBPICTURE
</SECTION>

<SECTION>
<FILE>gstvaapiprofile</FILE>
<TITLE>GstVaapiProfile</TITLE>
GstVaapiCodec
GstVaapiProfile
GstVaapiEntrypoint
gst_vaapi_profile
gst_vaapi_profile_from_caps
gst_vaapi_profile_get_va_profile
gst_vaapi_profile_get_caps
gst_vaapi_profile_get_codec
gst_vaapi_entrypoint
gst_vaapi_entrypoint_get_va_entrypoint
</SECTION>

<SECTION>
<FILE>gstvaapitexture</FILE>
<TITLE>GstVaapiTexture</TITLE>
GstVaapiTexture
gst_vaapi_texture_new
gst_vaapi_texture_new_wrapped
gst_vaapi_texture_ref
gst_vaapi_texture_unref
gst_vaapi_texture_replace
gst_vaapi_texture_get_id
gst_vaapi_texture_get_target
gst_vaapi_texture_get_format
gst_vaapi_texture_get_width
gst_vaapi_texture_get_height
gst_vaapi_texture_get_size
gst_vaapi_texture_get_orientation_flags
gst_vaapi_texture_set_orientation_flags
gst_vaapi_texture_put_surface
</SECTION>

<SECTION>
<FILE>gstvaapitexture_egl</FILE>
<TITLE>GstVaapiTextureEGL</TITLE>
gst_vaapi_texture_egl_new
gst_vaapi_texture_egl_new_wrapped
</SECTION>

<SECTION>
<FILE>gstvaapitexture_glx</FILE>
<TITLE>GstVaapiTextureGLX</TITLE>
gst_vaapi_texture_glx_new
gst_vaapi_texture_glx_new_wrapped
</SECTION>

<SECTION>
<FILE>gstvaapidecoder</FILE>
GstVaapiDecoderStatus
<TITLE>GstVaapiDecoder</TITLE>
GstVaapiDecoder
gst_vaapi_decoder_get_caps
gst_vaapi_decoder_get_codec
gst_vaapi_decoder_get_codec_state
gst_vaapi_decoder_put_buffer
gst_vaapi_decoder_get_surface
gst_vaapi_decoder_get_frame
gst_vaapi_decoder_get_frame_with_timeout
gst_vaapi_decoder_parse
gst_vaapi_decoder_decode
<SUBSECTION Standard>
GST_VAAPI_DECODER
</SECTION>

<SECTION>
<FILE>gstvaapidecoder_jpeg</FILE>
<TITLE>GstVaapiDecoderJpeg</TITLE>
GstVaapiDecoderJpeg
gst_vaapi_decoder_jpeg_new
</SECTION>

<SECTION>
<FILE>gstvaapidecoder_mpeg2</FILE>
<TITLE>GstVaapiDecoderMpeg2</TITLE>
GstVaapiDecoderMpeg2
gst_vaapi_decoder_mpeg2_new
</SECTION>

<SECTION>
<FILE>gstvaapidecoder_mpeg4</FILE>
<TITLE>GstVaapiDecoderMpeg4</TITLE>
GstVaapiDecoderMpeg4
gst_vaapi_decoder_mpeg4_new
</SECTION>

<SECTION>
<FILE>gstvaapidecoder_h264</FILE>
<TITLE>GstVaapiDecoderH264</TITLE>
GstVaapiDecoderH264
gst_vaapi_decoder_h264_new
</SECTION>

<SECTION>
<FILE>gstvaapidecoder_vc1</FILE>
<TITLE>GstVaapiDecoderVC1</TITLE>
GstVaapiDecoderVC1
gst_vaapi_decoder_vc1_new
</SECTION>

<SECTION>
<FILE>gstvaapidecoder_vp8</FILE>
<TITLE>GstVaapiDecoderVp8</TITLE>
GstVaapiDecoderVp8
gst_vaapi_decoder_vp8_new
</SECTION>

<SECTION>
<FILE>gstvaapidecoder_h265</FILE>
<TITLE>GstVaapiDecoderH265</TITLE>
GstVaapiDecoderH265
GstVaapiStreamAlignH265
gst_vaapi_decoder_h265_new
gst_vaapi_decoder_h265_set_alignment
</SECTION>

<SECTION>
<FILE>gstvaapisurfaceproxy</FILE>
<TITLE>GstVaapiSurfaceProxy</TITLE>
gst_vaapi_surface_proxy_get_duration
gst_vaapi_surface_proxy_get_flags
gst_vaapi_surface_proxy_get_surface
gst_vaapi_surface_proxy_get_surface_id
gst_vaapi_surface_proxy_get_timestamp
gst_vaapi_surface_proxy_new_from_pool
gst_vaapi_surface_proxy_copy
gst_vaapi_surface_proxy_ref
gst_vaapi_surface_proxy_replace
gst_vaapi_surface_proxy_set_destroy_notify
gst_vaapi_surface_proxy_unref
<SUBSECTION Standard>
GST_VAAPI_SURFACE_PROXY_SURFACE
</SECTION>

<SECTION>
<FILE>gstvaapifilter</FILE>
<TITLE>GstVaapiFilter</TITLE>
GstVaapiFilter
GstVaapiFilterOp
gst_vaapi_filter_new
gst_vaapi_filter_ref
gst_vaapi_filter_unref
gst_vaapi_filter_replace
gst_vaapi_filter_get_operations
gst_vaapi_filter_get_formats
gst_vaapi_filter_has_operation
gst_vaapi_filter_use_operation
gst_vaapi_filter_set_operation
gst_vaapi_filter_set_format
gst_vaapi_filter_set_cropping_rectangle
gst_vaapi_filter_set_target_rectangle
gst_vaapi_filter_set_denoising_level
gst_vaapi_filter_set_sharpening_level
gst_vaapi_filter_set_hue
gst_vaapi_filter_set_brightness
gst_vaapi_filter_set_saturation
gst_vaapi_filter_set_deinterlacing
gst_vaapi_filter_set_deinterlacing_references
<SUBSECTION Standard>
GST_VAAPI_FILTER
</SECTION>

<SECTION>
<FILE>gstvaapiparser_frame</FILE>
<TITLE>GstVaapiParserFrame</TITLE>
gst_vaapi_parser_frame_new
gst_vaapi_parser_frame_free
gst_vaapi_parser_frame_append_unit
gst_vaapi_parser_frame_ref
gst_vaapi_parser_frame_unref
gst_vaapi_parser_frame_replace
</SECTION>

<SECTION>
<FILE>gstvaapicontext</FILE>
<TITLE>GstVaapiContext</TITLE>
GstVaapiConfigInfoEncoder
GstVaapiContextInfo
GstVaapiContext
GstVaapiContextUsage
gst_vaapi_context_new
gst_vaapi_context_reset
gst_vaapi_context_get_id
gst_vaapi_context_get_surface_proxy
gst_vaapi_context_get_surface_count
</SECTION>

<SECTION>
<FILE>gstvaapidecoder_unit</FILE>
<TITLE>GstVaapiDecoderUnit</TITLE>
GstVaapiDecoderUnitFlags
GstVaapiDecoderUnit
gst_vaapi_decoder_unit_init
gst_vaapi_decoder_unit_clear
gst_vaapi_decoder_unit_new
gst_vaapi_decoder_unit_set_parsed_info
<SUBSECTION Standard>
GST_VAAPI_DECODER_UNIT_FLAGS
GST_VAAPI_DECODER_UNIT_FLAG_IS_SET
GST_VAAPI_DECODER_UNIT_FLAG_SET
GST_VAAPI_DECODER_UNIT_FLAG_UNSET
GST_VAAPI_DECODER_UNIT_IS_FRAME_START
GST_VAAPI_DECODER_UNIT_IS_FRAME_END
GST_VAAPI_DECODER_UNIT_IS_STREAM_END
GST_VAAPI_DECODER_UNIT_IS_SLICE
GST_VAAPI_DECODER_UNIT_IS_SKIPPED
</SECTION>

<SECTION>
<FILE>gstvaapivalue</FILE>
<TITLE>GstVaapiValue</TITLE>
GstVaapiEnumSubset
GST_VAAPI_TYPE_POINT
GST_VAAPI_TYPE_RECTANGLE
GST_VAAPI_TYPE_RENDER_MODE
GST_VAAPI_TYPE_ROTATION
GST_VAAPI_TYPE_RATE_CONTROL
GST_VAAPI_POPCOUNT32
</SECTION>