FFmpeg 8.1
Loading...
Searching...
No Matches
AVAMFDeviceContext Struct Reference

This struct is allocated as AVHWDeviceContext.hwctx. More...

#include <libavutil/hwcontext_amf.h>

Data Fields

void * library
AMFFactory * factory
void * trace_writer
int64_t version
 version of AMF runtime
AMFContext * context
AMF_MEMORY_TYPE memory_type
void(* lock )(void *lock_ctx)
void(* unlock )(void *lock_ctx)
void * lock_ctx

Detailed Description

This struct is allocated as AVHWDeviceContext.hwctx.

Definition at line 33 of file hwcontext_amf.h.

Field Documentation

◆ library

void* AVAMFDeviceContext::library

Definition at line 34 of file hwcontext_amf.h.

◆ factory

AMFFactory* AVAMFDeviceContext::factory

Definition at line 35 of file hwcontext_amf.h.

◆ trace_writer

void* AVAMFDeviceContext::trace_writer

Definition at line 36 of file hwcontext_amf.h.

◆ version

int64_t AVAMFDeviceContext::version

version of AMF runtime

Definition at line 38 of file hwcontext_amf.h.

◆ context

AMFContext* AVAMFDeviceContext::context

Definition at line 39 of file hwcontext_amf.h.

◆ memory_type

AMF_MEMORY_TYPE AVAMFDeviceContext::memory_type

Definition at line 40 of file hwcontext_amf.h.

◆ lock

void(* AVAMFDeviceContext::lock) (void *lock_ctx)

Definition at line 42 of file hwcontext_amf.h.

◆ unlock

void(* AVAMFDeviceContext::unlock) (void *lock_ctx)

Definition at line 43 of file hwcontext_amf.h.

◆ lock_ctx

void* AVAMFDeviceContext::lock_ctx

Definition at line 44 of file hwcontext_amf.h.


The documentation for this struct was generated from the following file: