FFmpeg
Data Fields
FFAMediaCodecNdk Struct Reference

Data Fields

FFAMediaCodec api
 
void * libmedia
 
AMediaCodec * impl
 
ANativeWindow * window
 
media_status_t(* getName )(AMediaCodec *, char **out_name)
 
void(* releaseName )(AMediaCodec *, char *name)
 
media_status_t(* setInputSurface )(AMediaCodec *, ANativeWindow *)
 
media_status_t(* signalEndOfInputStream )(AMediaCodec *)
 

Detailed Description

Definition at line 1838 of file mediacodec_wrapper.c.

Field Documentation

◆ api

FFAMediaCodec FFAMediaCodecNdk::api

Definition at line 1839 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_delete(), and ndk_codec_create().

◆ libmedia

void* FFAMediaCodecNdk::libmedia

Definition at line 1841 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_delete(), and ndk_codec_create().

◆ impl

AMediaCodec* FFAMediaCodecNdk::impl

◆ window

ANativeWindow* FFAMediaCodecNdk::window

Definition at line 1843 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_configure(), and mediacodec_ndk_delete().

◆ getName

media_status_t(* FFAMediaCodecNdk::getName) (AMediaCodec *, char **out_name)

Definition at line 1846 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_getName().

◆ releaseName

void(* FFAMediaCodecNdk::releaseName) (AMediaCodec *, char *name)

Definition at line 1847 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_getName().

◆ setInputSurface

media_status_t(* FFAMediaCodecNdk::setInputSurface) (AMediaCodec *, ANativeWindow *)

Definition at line 1850 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_configure().

◆ signalEndOfInputStream

media_status_t(* FFAMediaCodecNdk::signalEndOfInputStream) (AMediaCodec *)

Definition at line 1851 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_signalEndOfInputStream().


The documentation for this struct was generated from the following file: