Home
last modified time | relevance | path

Searched refs:codec_count (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamc.c69 gint codec_count, i; in scan_codecs() local
152 if (!gst_amc_codeclist_get_count (&codec_count, &error)) { in scan_codecs()
158 GST_INFO ("Found %d available codecs", codec_count); in scan_codecs()
160 for (i = 0; i < codec_count; i++) { in scan_codecs()
/third_party/ffmpeg/libavcodec/
Dmediacodec_wrapper.c388 int codec_count; in ff_AMediaCodecList_getCodecNameByType() local
417codec_count = (*env)->CallStaticIntMethod(env, jfields.mediacodec_list_class, jfields.get_codec_co… in ff_AMediaCodecList_getCodecNameByType()
422 for(i = 0; i < codec_count; i++) { in ff_AMediaCodecList_getCodecNameByType()