FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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
 
jclass codec_capabilities_class
 
jfieldID color_formats_id
 
jfieldID profile_levels_id
 
jclass codec_profile_level_class
 
jfieldID profile_id
 
jfieldID level_id
 
jfieldID avc_profile_baseline_id
 
jfieldID avc_profile_main_id
 
jfieldID avc_profile_extended_id
 
jfieldID avc_profile_high_id
 
jfieldID avc_profile_high10_id
 
jfieldID avc_profile_high422_id
 
jfieldID avc_profile_high444_id
 
jfieldID hevc_profile_main_id
 
jfieldID hevc_profile_main10_id
 
jfieldID hevc_profile_main10_hdr10_id
 

Detailed Description

Definition at line 34 of file mediacodec_wrapper.c.

Field Documentation

jclass JNIAMediaCodecListFields::mediacodec_list_class

Definition at line 36 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

jmethodID JNIAMediaCodecListFields::init_id

Definition at line 37 of file mediacodec_wrapper.c.

jmethodID JNIAMediaCodecListFields::find_decoder_for_format_id

Definition at line 38 of file mediacodec_wrapper.c.

jmethodID JNIAMediaCodecListFields::get_codec_count_id

Definition at line 40 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

jmethodID JNIAMediaCodecListFields::get_codec_info_at_id

Definition at line 41 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

jclass JNIAMediaCodecListFields::mediacodec_info_class

Definition at line 43 of file mediacodec_wrapper.c.

jmethodID JNIAMediaCodecListFields::get_name_id

Definition at line 44 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

jmethodID JNIAMediaCodecListFields::get_codec_capabilities_id

Definition at line 45 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

jmethodID JNIAMediaCodecListFields::get_supported_types_id

Definition at line 46 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

jmethodID JNIAMediaCodecListFields::is_encoder_id

Definition at line 47 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

jclass JNIAMediaCodecListFields::codec_capabilities_class

Definition at line 49 of file mediacodec_wrapper.c.

jfieldID JNIAMediaCodecListFields::color_formats_id

Definition at line 50 of file mediacodec_wrapper.c.

jfieldID JNIAMediaCodecListFields::profile_levels_id

Definition at line 51 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

jclass JNIAMediaCodecListFields::codec_profile_level_class
jfieldID JNIAMediaCodecListFields::profile_id

Definition at line 54 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodecList_getCodecNameByType().

jfieldID JNIAMediaCodecListFields::level_id

Definition at line 55 of file mediacodec_wrapper.c.

jfieldID JNIAMediaCodecListFields::avc_profile_baseline_id
jfieldID JNIAMediaCodecListFields::avc_profile_main_id
jfieldID JNIAMediaCodecListFields::avc_profile_extended_id
jfieldID JNIAMediaCodecListFields::avc_profile_high_id
jfieldID JNIAMediaCodecListFields::avc_profile_high10_id
jfieldID JNIAMediaCodecListFields::avc_profile_high422_id
jfieldID JNIAMediaCodecListFields::avc_profile_high444_id
jfieldID JNIAMediaCodecListFields::hevc_profile_main_id
jfieldID JNIAMediaCodecListFields::hevc_profile_main10_id
jfieldID JNIAMediaCodecListFields::hevc_profile_main10_hdr10_id

Definition at line 67 of file mediacodec_wrapper.c.


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