Searched refs:codec_count (Results 1 – 2 of 2) sorted by relevance
69 gint codec_count, i; in scan_codecs() local152 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()
388 int codec_count; in ff_AMediaCodecList_getCodecNameByType() local417 …codec_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()