Home
last modified time | relevance | path

Searched defs:JNIAMediaCodecListFields (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmediacodec_wrapper.c34 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;
[all …]