FFmpeg
Typedefs | Functions
mediacodec_surface.h File Reference
#include "libavcodec/avcodec.h"

Go to the source code of this file.

Typedefs

typedef struct FFANativeWindow FFANativeWindow
 

Functions

FFANativeWindowff_mediacodec_surface_ref (void *surface, void *log_ctx)
 
int ff_mediacodec_surface_unref (FFANativeWindow *window, void *log_ctx)
 

Typedef Documentation

◆ FFANativeWindow

Definition at line 29 of file mediacodec_surface.h.

Function Documentation

◆ ff_mediacodec_surface_ref()

FFANativeWindow* ff_mediacodec_surface_ref ( void *  surface,
void *  log_ctx 
)

Definition at line 28 of file mediacodec_surface.c.

Referenced by ff_mediacodec_dec_init().

◆ ff_mediacodec_surface_unref()

int ff_mediacodec_surface_unref ( FFANativeWindow window,
void *  log_ctx 
)

Definition at line 40 of file mediacodec_surface.c.

Referenced by ff_mediacodec_dec_unref().