Home
last modified time | relevance | path

Searched refs:end_frame (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_windsor.c181 u32 end_frame; member
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch17982 + * An error has occured, end_frame will not be called
19495 if (s->ref && (ret = avctx->hwaccel->end_frame(avctx)) < 0) {
49732 + .end_frame = rpi_hevc_end_frame,
49748 + .end_frame = rpi_hevc_end_frame,
55754 +// that will remain intact until after end_frame
55908 + // It is possible, though maybe a bug, to get an end_frame without
56245 + .end_frame = v4l2_request_hevc_end_frame,
58497 + return ctx->fns->end_frame(avctx);
58732 + .end_frame = v4l2_req_hevc_end_frame,
58831 + int (*end_frame)(AVCodecContext *avctx);