FFmpeg
|
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 |
Definition at line 38 of file mediacodec_wrapper.c.
jclass JNIAMediaCodecListFields::mediacodec_list_class |
Definition at line 40 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodecList_getCodecNameByType().
jmethodID JNIAMediaCodecListFields::init_id |
Definition at line 41 of file mediacodec_wrapper.c.
jmethodID JNIAMediaCodecListFields::find_decoder_for_format_id |
Definition at line 42 of file mediacodec_wrapper.c.
jmethodID JNIAMediaCodecListFields::get_codec_count_id |
Definition at line 44 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodecList_getCodecNameByType().
jmethodID JNIAMediaCodecListFields::get_codec_info_at_id |
Definition at line 45 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodecList_getCodecNameByType().
jclass JNIAMediaCodecListFields::mediacodec_info_class |
Definition at line 47 of file mediacodec_wrapper.c.
jmethodID JNIAMediaCodecListFields::get_name_id |
Definition at line 48 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodecList_getCodecNameByType().
jmethodID JNIAMediaCodecListFields::get_codec_capabilities_id |
Definition at line 49 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodecList_getCodecNameByType().
jmethodID JNIAMediaCodecListFields::get_supported_types_id |
Definition at line 50 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodecList_getCodecNameByType().
jmethodID JNIAMediaCodecListFields::is_encoder_id |
Definition at line 51 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodecList_getCodecNameByType().
jmethodID JNIAMediaCodecListFields::is_software_only_id |
Definition at line 52 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodecList_getCodecNameByType().
jclass JNIAMediaCodecListFields::codec_capabilities_class |
Definition at line 54 of file mediacodec_wrapper.c.
jfieldID JNIAMediaCodecListFields::color_formats_id |
Definition at line 55 of file mediacodec_wrapper.c.
jfieldID JNIAMediaCodecListFields::profile_levels_id |
Definition at line 56 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodecList_getCodecNameByType().
jclass JNIAMediaCodecListFields::codec_profile_level_class |
Definition at line 58 of file mediacodec_wrapper.c.
jfieldID JNIAMediaCodecListFields::profile_id |
Definition at line 59 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodecList_getCodecNameByType().
jfieldID JNIAMediaCodecListFields::level_id |
Definition at line 60 of file mediacodec_wrapper.c.