FFmpeg
Data Fields
FFAMediaCodecNdk Struct Reference

Data Fields

FFAMediaCodec api
 
void * libmedia
 
AMediaCodec * impl
 
ANativeWindow * window
 
FFAMediaCodecOnAsyncNotifyCallback async_cb
 
void * async_userdata
 
media_status_t(* getName )(AMediaCodec *, char **out_name)
 
void(* releaseName )(AMediaCodec *, char *name)
 
media_status_t(* setInputSurface )(AMediaCodec *, ANativeWindow *)
 
media_status_t(* signalEndOfInputStream )(AMediaCodec *)
 
media_status_t(* setAsyncNotifyCallback )(AMediaCodec *, struct AMediaCodecOnAsyncNotifyCallback callback, void *userdata)
 

Detailed Description

Definition at line 1847 of file mediacodec_wrapper.c.

Field Documentation

◆ api

FFAMediaCodec FFAMediaCodecNdk::api

◆ libmedia

void* FFAMediaCodecNdk::libmedia

Definition at line 1850 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 1852 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_configure(), and mediacodec_ndk_delete().

◆ async_cb

FFAMediaCodecOnAsyncNotifyCallback FFAMediaCodecNdk::async_cb

◆ async_userdata

void* FFAMediaCodecNdk::async_userdata

◆ getName

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

Definition at line 1858 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_getName().

◆ releaseName

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

Definition at line 1859 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_getName().

◆ setInputSurface

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

Definition at line 1862 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_configure().

◆ signalEndOfInputStream

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

Definition at line 1863 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_signalEndOfInputStream().

◆ setAsyncNotifyCallback

media_status_t(* FFAMediaCodecNdk::setAsyncNotifyCallback) (AMediaCodec *, struct AMediaCodecOnAsyncNotifyCallback callback, void *userdata)

Definition at line 1864 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_setAsyncNotifyCallback().


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