#include <pthread.h>
#include <CoreFoundation/CFDictionary.h>
#include <CoreFoundation/CFNumber.h>
#include <CoreFoundation/CFData.h>
#include <CoreFoundation/CFString.h>
#include "libavutil/avutil.h"
#include "vda_internal.h"
Go to the source code of this file.
Function Documentation
int ff_vda_create_decoder |
( |
struct vda_context * |
vda_ctx, |
|
|
uint8_t * |
extradata, |
|
|
int |
extradata_size |
|
) |
| |
Create the video decoder.
Definition at line 129 of file vda.c.
int ff_vda_destroy_decoder |
( |
struct vda_context * |
vda_ctx | ) |
|
Destroy the video decoder.
Definition at line 199 of file vda.c.
Return the top frame of the queue.
Definition at line 216 of file vda.c.
static void vda_decoder_callback |
( |
void * |
vda_hw_ctx, |
|
|
CFDictionaryRef |
user_info, |
|
|
OSStatus |
status, |
|
|
uint32_t |
infoFlags, |
|
|
CVImageBufferRef |
image_buffer |
|
) |
| |
|
static |
static CFDictionaryRef vda_dictionary_with_pts |
( |
int64_t |
i_pts | ) |
|
|
static |
static int64_t vda_pts_from_dictionary |
( |
CFDictionaryRef |
user_info | ) |
|
|
static |