Searched defs:getCodecName (Results 1 – 4 of 4) sorted by relevance
116 /* package private */ static native final String getCodecName(int index); in getCodecName() method in MediaCodecList
371 { "getCodecName", "(I)Ljava/lang/String;", in getCodecName() method
185 const char *MediaCodecInfo::getCodecName() const { in getCodecName() function in android::MediaCodecInfo
173 public @Nullable String getCodecName() { in getCodecName() method in TrackChangeEvent