Lines Matching defs:JNIAMediaCodecListFields
34 struct JNIAMediaCodecListFields { struct
36 jclass mediacodec_list_class;
37 jmethodID init_id;
38 jmethodID find_decoder_for_format_id;
40 jmethodID get_codec_count_id;
41 jmethodID get_codec_info_at_id;
43 jclass mediacodec_info_class;
44 jmethodID get_name_id;
45 jmethodID get_codec_capabilities_id;
46 jmethodID get_supported_types_id;
47 jmethodID is_encoder_id;
48 jmethodID is_software_only_id;
73 …edia/MediaCodecList", NULL, NULL, FF_JNI_CLASS, offsetof(struct JNIAMediaCodecListFields, mediacod… argument