Searched defs:JNIAMediaCodecListFields (Results 1 – 1 of 1) sorted by relevance
33 struct JNIAMediaCodecListFields { struct35 jclass mediacodec_list_class;36 jmethodID init_id;37 jmethodID find_decoder_for_format_id;39 jmethodID get_codec_count_id;40 jmethodID get_codec_info_at_id;42 jclass mediacodec_info_class;43 jmethodID get_name_id;44 jmethodID get_codec_capabilities_id;45 jmethodID get_supported_types_id;[all …]