FFmpeg
Loading...
Searching...
No Matches
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 1947 of file mediacodec_wrapper.c.

Field Documentation

◆ api

◆ libmedia

void* FFAMediaCodecNdk::libmedia

Definition at line 1950 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_delete(), and ndk_codec_create().

◆ impl

◆ window

ANativeWindow* FFAMediaCodecNdk::window

Definition at line 1952 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_configure(), and mediacodec_ndk_delete().

◆ async_cb

◆ async_userdata

◆ getName

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

Definition at line 1958 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_getName().

◆ releaseName

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

Definition at line 1959 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_getName().

◆ setInputSurface

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

Definition at line 1962 of file mediacodec_wrapper.c.

Referenced by mediacodec_ndk_configure().

◆ signalEndOfInputStream

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

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

Referenced by mediacodec_ndk_setAsyncNotifyCallback().


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