Home
last modified time | relevance | path

Searched refs:ff_qsv_encode (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dqsvenc_jpeg.c53 return ff_qsv_encode(avctx, &q->qsv, pkt, frame, got_packet); in qsv_enc_frame()
Dqsvenc_mpeg2.c53 return ff_qsv_encode(avctx, &q->qsv, pkt, frame, got_packet); in qsv_enc_frame()
Dqsvenc_vp9.c54 return ff_qsv_encode(avctx, &q->qsv, pkt, frame, got_packet); in qsv_enc_frame()
Dqsvenc.h208 int ff_qsv_encode(AVCodecContext *avctx, QSVEncContext *q,
Dqsvenc_h264.c91 return ff_qsv_encode(avctx, &q->qsv, pkt, frame, got_packet); in qsv_enc_frame()
Dqsvenc_hevc.c213 return ff_qsv_encode(avctx, &q->qsv, pkt, frame, got_packet); in qsv_enc_frame()
Dqsvenc.c1521 int ff_qsv_encode(AVCodecContext *avctx, QSVEncContext *q, in ff_qsv_encode() function