FFmpeg
Data Fields
JNIAMediaCodecListFields Struct Reference

Data Fields

jclass mediacodec_list_class
 
jmethodID init_id
 
jmethodID find_decoder_for_format_id
 
jmethodID get_codec_count_id
 
jmethodID get_codec_info_at_id
 
jclass mediacodec_info_class
 
jmethodID get_name_id
 
jmethodID get_codec_capabilities_id
 
jmethodID get_supported_types_id
 
jmethodID is_encoder_id
 
jmethodID is_software_only_id
 
jclass codec_capabilities_class
 
jfieldID color_formats_id
 
jfieldID profile_levels_id
 
jclass codec_profile_level_class
 
jfieldID profile_id
 
jfieldID level_id
 

Detailed Description

Definition at line 38 of file mediacodec_wrapper.c.

Field Documentation

◆ mediacodec_list_class

jclass JNIAMediaCodecListFields::mediacodec_list_class

Definition at line 40 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

◆ init_id

jmethodID JNIAMediaCodecListFields::init_id

Definition at line 41 of file mediacodec_wrapper.c.

◆ find_decoder_for_format_id

jmethodID JNIAMediaCodecListFields::find_decoder_for_format_id

Definition at line 42 of file mediacodec_wrapper.c.

◆ get_codec_count_id

jmethodID JNIAMediaCodecListFields::get_codec_count_id

Definition at line 44 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

◆ get_codec_info_at_id

jmethodID JNIAMediaCodecListFields::get_codec_info_at_id

Definition at line 45 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

◆ mediacodec_info_class

jclass JNIAMediaCodecListFields::mediacodec_info_class

Definition at line 47 of file mediacodec_wrapper.c.

◆ get_name_id

jmethodID JNIAMediaCodecListFields::get_name_id

Definition at line 48 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

◆ get_codec_capabilities_id

jmethodID JNIAMediaCodecListFields::get_codec_capabilities_id

Definition at line 49 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

◆ get_supported_types_id

jmethodID JNIAMediaCodecListFields::get_supported_types_id

Definition at line 50 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

◆ is_encoder_id

jmethodID JNIAMediaCodecListFields::is_encoder_id

Definition at line 51 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

◆ is_software_only_id

jmethodID JNIAMediaCodecListFields::is_software_only_id

Definition at line 52 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

◆ codec_capabilities_class

jclass JNIAMediaCodecListFields::codec_capabilities_class

Definition at line 54 of file mediacodec_wrapper.c.

◆ color_formats_id

jfieldID JNIAMediaCodecListFields::color_formats_id

Definition at line 55 of file mediacodec_wrapper.c.

◆ profile_levels_id

jfieldID JNIAMediaCodecListFields::profile_levels_id

Definition at line 56 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

◆ codec_profile_level_class

jclass JNIAMediaCodecListFields::codec_profile_level_class

Definition at line 58 of file mediacodec_wrapper.c.

◆ profile_id

jfieldID JNIAMediaCodecListFields::profile_id

Definition at line 59 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

◆ level_id

jfieldID JNIAMediaCodecListFields::level_id

Definition at line 60 of file mediacodec_wrapper.c.


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