Searched refs:supported_type (Results 1 – 2 of 2) sorted by relevance
391 char *supported_type = NULL; in ff_AMediaCodecList_getCodecNameByType() local491 supported_type = ff_jni_jstring_to_utf_chars(env, type, log_ctx); in ff_AMediaCodecList_getCodecNameByType()492 if (!supported_type) { in ff_AMediaCodecList_getCodecNameByType()496 if (av_strcasecmp(supported_type, mime)) { in ff_AMediaCodecList_getCodecNameByType()560 av_freep(&supported_type); in ff_AMediaCodecList_getCodecNameByType()614 av_freep(&supported_type); in ff_AMediaCodecList_getCodecNameByType()
414 gint supported_format, supported_type; in gst_gl_memory_read_pixels() local417 gl->GetIntegerv (GL_IMPLEMENTATION_COLOR_READ_TYPE, &supported_type); in gst_gl_memory_read_pixels()419 if (supported_format != format || supported_type != type) { in gst_gl_memory_read_pixels()422 supported_format, supported_type); in gst_gl_memory_read_pixels()