FFmpeg
|
#include "pixfmt.h"
#include "hwcontext.h"
#include <AMF/core/Factory.h>
#include <AMF/core/Context.h>
#include <AMF/core/Trace.h>
#include <AMF/core/Debug.h>
Go to the source code of this file.
Data Structures | |
struct | AVAMFDeviceContext |
This struct is allocated as AVHWDeviceContext.hwctx. More... | |
Functions | |
enum AMF_SURFACE_FORMAT | av_av_to_amf_format (enum AVPixelFormat fmt) |
enum AVPixelFormat | av_amf_to_av_format (enum AMF_SURFACE_FORMAT fmt) |
enum AMF_SURFACE_FORMAT av_av_to_amf_format | ( | enum AVPixelFormat | fmt | ) |
Definition at line 116 of file hwcontext_amf.c.
Referenced by amf_avframe_to_amfsurface(), amf_filter_config_output(), amf_init_encoder(), amf_init_filter_config(), and amf_transfer_data_to().
enum AVPixelFormat av_amf_to_av_format | ( | enum AMF_SURFACE_FORMAT | fmt | ) |
Definition at line 127 of file hwcontext_amf.c.
Referenced by amf_amfsurface_to_avframe(), amf_decode_frame(), and amf_decode_init().