#include "h264.h"
#include "h264data.h"
#include "vda_internal.h"
Go to the source code of this file.
static int decode_slice |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
Initial value:= {
.name = "h264_vda",
}
hardware decoding through VDA
static int decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
static int end_frame(AVCodecContext *avctx)
static int start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size)
Definition at line 100 of file vda_h264.c.