Go to the source code of this file.
◆ VPX_CHROMA_SUBSAMPLING
| Enumerator |
|---|
| VPX_SUBSAMPLING_420_VERTICAL | |
| VPX_SUBSAMPLING_420_COLLOCATED_WITH_LUMA | |
| VPX_SUBSAMPLING_422 | |
| VPX_SUBSAMPLING_444 | |
Definition at line 39 of file videotoolbox_vp9.c.
◆ get_vpx_chroma_subsampling()
◆ ff_videotoolbox_vpcc_extradata_create()
| CFDataRef ff_videotoolbox_vpcc_extradata_create |
( |
AVCodecContext * | avctx | ) |
|
◆ videotoolbox_vp9_start_frame()
| static int videotoolbox_vp9_start_frame |
( |
AVCodecContext * | avctx, |
|
|
const AVBufferRef * | buffer_ref, |
|
|
const uint8_t * | buffer, |
|
|
uint32_t | size ) |
|
static |
◆ videotoolbox_vp9_decode_slice()
| static int videotoolbox_vp9_decode_slice |
( |
AVCodecContext * | avctx, |
|
|
const uint8_t * | buffer, |
|
|
uint32_t | size ) |
|
static |
◆ videotoolbox_vp9_end_frame()
◆ ff_vp9_videotoolbox_hwaccel
Initial value:= {
.p.name = "vp9_videotoolbox",
}
@ AV_PIX_FMT_VIDEOTOOLBOX
hardware decoding through Videotoolbox
int ff_videotoolbox_common_init(AVCodecContext *avctx)
int ff_videotoolbox_frame_params(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
int ff_videotoolbox_uninit(AVCodecContext *avctx)
Definition at line 131 of file videotoolbox_vp9.c.