Blame docs/libs/html/gst-plugins-base-libs-GstPhysMemoryAllocator.html

Packit 971217
Packit 971217
<html>
Packit 971217
<head>
Packit 971217
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Packit 971217
<title>GstPhysMemoryAllocator: GStreamer Base Plugins 1.0 Library Reference Manual</title>
Packit 971217
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
Packit 971217
<link rel="home" href="index.html" title="GStreamer Base Plugins 1.0 Library Reference Manual">
Packit 971217
<link rel="up" href="gstreamer-allocators.html" title="Allocators Library">
Packit 971217
<link rel="prev" href="gst-plugins-base-libs-fdmemory.html" title="GstFdAllocator">
Packit 971217
<link rel="next" href="gstreamer-app.html" title="App Library">
Packit 971217
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
Packit 971217
<link rel="stylesheet" href="style.css" type="text/css">
Packit 971217
</head>
Packit 971217
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Packit 971217
Packit 971217
Packit 971217
Top  | 
Packit 971217
                  Description
Packit 971217
Packit 971217
Home
Packit 971217
Up
Packit 971217
Prev
Packit 971217
Next
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

GstPhysMemoryAllocator

Packit 971217

GstPhysMemoryAllocator — Interface for allocators that pass around physical memory addresses

Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Functions

Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
gboolean
Packit 971217
Packit 971217
Packit 971217
gst_is_phys_memory ()
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
guintptr
Packit 971217
Packit 971217
Packit 971217
gst_phys_memory_get_phys_addr ()
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Types and Values

Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
 
Packit 971217
GstPhysMemoryAllocator
Packit 971217
Packit 971217
Packit 971217
struct
Packit 971217
GstPhysMemoryAllocatorInterface
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Includes

Packit 971217
#include <gst/allocators/allocators.h>
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Description

Packit 971217
Packit 971217
Packit 971217

Functions

Packit 971217
Packit 971217

gst_is_phys_memory ()

Packit 971217
gboolean
Packit 971217
gst_is_phys_memory (GstMemory *mem);
Packit 971217
Packit 971217

Parameters

Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

mem

Packit 971217

a GstMemory

Packit 971217
 
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Returns

Packit 971217

whether the memory at mem

Packit 971217
is backed by physical memory

Packit 971217
Packit 971217

Since: 1.14

Packit 971217
Packit 971217

Packit 971217
Packit 971217

gst_phys_memory_get_phys_addr ()

Packit 971217
guintptr
Packit 971217
gst_phys_memory_get_phys_addr (GstMemory *mem);
Packit 971217
Packit 971217

Parameters

Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

mem

Packit 971217

a GstMemory

Packit 971217
 
Packit 971217
Packit 971217
Packit 971217
Packit 971217
Packit 971217

Returns

Packit 971217

Physical memory address that is backing mem

Packit 971217
, or 0 if none

Packit 971217
Packit 971217

Since: 1.14

Packit 971217
Packit 971217
Packit 971217
Packit 971217

Types and Values

Packit 971217
Packit 971217

GstPhysMemoryAllocator

Packit 971217
typedef struct _GstPhysMemoryAllocator GstPhysMemoryAllocator;
Packit 971217
Packit 971217

Packit 971217
Packit 971217

struct GstPhysMemoryAllocatorInterface

Packit 971217
struct GstPhysMemoryAllocatorInterface {
Packit 971217
  GTypeInterface parent_iface;
Packit 971217
Packit 971217
  guintptr (*get_phys_addr) (GstPhysMemoryAllocator * allocator, GstMemory * mem);
Packit 971217
};
Packit 971217
Packit 971217

Marker interface for allocators with physical address backed memory

Packit 971217

Since: 1.14

Packit 971217
Packit 971217
Packit 971217
Packit 971217

See Also

Packit 971217

GstMemory

Packit 971217
Packit 971217
Packit 971217
Packit 971217

Generated by GTK-Doc V1.27
Packit 971217
</body>
Packit 971217
</html>