Home
last modified time | relevance | path

Searched refs:AmfContext (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Damfenc.c111 AmfContext *ctx = avctx->priv_data; in amf_load_library()
152 AmfContext *ctx = avctx->priv_data; in amf_init_from_d3d11_device()
171 AmfContext *ctx = avctx->priv_data; in amf_init_from_dxva2_device()
216 AmfContext *ctx = avctx->priv_data; in amf_init_context()
338 AmfContext *ctx = avctx->priv_data; in amf_init_encoder()
372 AmfContext *ctx = avctx->priv_data; in ff_amf_encode_close()
437 AmfContext *ctx = avctx->priv_data; in timestamp_queue_enqueue()
449 AmfContext *ctx = avctx->priv_data; in amf_copy_buffer()
594 AmfContext *ctx = avctx->priv_data; in ff_amf_receive_packet()
Damfenc.h47 typedef struct AmfContext { struct
119 } AmfContext; argument
Damfenc_hevc.c24 #define OFFSET(x) offsetof(AmfContext, x)
98 AmfContext *ctx = avctx->priv_data; in amf_encode_init_hevc()
320 .priv_data_size = sizeof(AmfContext),
Damfenc_h264.c25 #define OFFSET(x) offsetof(AmfContext, x)
131 AmfContext *ctx = avctx->priv_data; in amf_encode_init_h264()
388 .priv_data_size = sizeof(AmfContext),