Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecList.java117 /* package private */ static native final String getCodecName(int index); in getCodecName() method in MediaCodecList
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecConfig.java394 public @NonNull String getCodecName() { in getCodecName() method in BluetoothCodecConfig
/aosp12/frameworks/av/media/libmedia/
H A DMediaCodecInfo.cpp173 const char *MediaCodecInfo::getCodecName() const { in getCodecName() function in android::MediaCodecInfo
/aosp12/frameworks/base/media/java/android/media/metrics/
H A DTrackChangeEvent.java173 public @Nullable String getCodecName() { in getCodecName() method in TrackChangeEvent