Home
last modified time | relevance | path

Searched refs:getCodecName (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothCodecConfigTest.java193 assertEquals("SBC", bcc.getCodecName()); in testBluetoothCodecConfig_valid_get_methods()
196 assertEquals("AAC", bcc.getCodecName()); in testBluetoothCodecConfig_valid_get_methods()
199 assertEquals("aptX", bcc.getCodecName()); in testBluetoothCodecConfig_valid_get_methods()
202 assertEquals("aptX HD", bcc.getCodecName()); in testBluetoothCodecConfig_valid_get_methods()
205 assertEquals("LDAC", bcc.getCodecName()); in testBluetoothCodecConfig_valid_get_methods()
209 bcc.getCodecName()); in testBluetoothCodecConfig_valid_get_methods()
212 assertEquals("INVALID CODEC", bcc.getCodecName()); in testBluetoothCodecConfig_valid_get_methods()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicEncoderInfoManager.cpp288 info->getCodecName()); in getHevcCodecDetails()
294 info->getCodecName()); in getHevcCodecDetails()
303 info->getCodecName()); in getHevcCodecDetails()
307 __FUNCTION__, info->getCodecName(), hasItem, bitrateModes.c_str()); in getHevcCodecDetails()
319 info->getCodecName(), strerror(-res), res); in getHevcCodecDetails()
330 mHevcName = info->getCodecName(); in getHevcCodecDetails()
/frameworks/base/media/java/android/media/
DMediaCodecList.java114 getCodecName(index), getCanonicalName(index), getAttributes(index), caps); in getNewCodecInfoAt()
117 /* package private */ static native final String getCodecName(int index); in getCodecName() method in MediaCodecList
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp233 std::string codecName = (*it)->getCodecName(); in MediaCodecList()
293 if (strcmp(mCodecInfos[i]->getCodecName(), name) == 0) { in findCodecByName()
368 AString componentName = info->getCodecName(); in findMatchingCodecs()
DMediaCodecListWriter.cpp43 if (!strcmp(info->getCodecName(), name)) { in findMediaCodecInfo()
DMediaCodecListOverrides.cpp224 AString name = info->getCodecName(); in profileCodecs()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java203 when(config.getCodecName()).thenReturn("LDAC"); in getLabelDeviceConnectedWithHighQualityCodec()
205 String.format(KNOWN_CODEC_LABEL, config.getCodecName())); in getLabelDeviceConnectedWithHighQualityCodec()
/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java292 return "{codecName:" + getCodecName() in toString()
368 public @NonNull String getCodecName() { in getCodecName() method in BluetoothCodecConfig
/frameworks/av/cmds/stagefright/
Dstagefright.cpp666 info->getCodecName()); in dumpCodecDetails()
687 info->getCodecName(), mediaType.c_str()); in dumpCodecDetails()
691 codecType, info->getCodecName()); in dumpCodecDetails()
702 if (visitedCodecs.indexOfKey(info->getCodecName()) < 0) { in dumpCodecDetails()
703 visitedCodecs.add(info->getCodecName(), true); in dumpCodecDetails()
/frameworks/base/media/jni/
Dandroid_media_MediaCodecList.cpp78 namesAndAliases.editItemAt(0) = info->getCodecName(); in JavaMediaCodecListWrapper()
160 const char *name = info.info->getCodecName(); in android_media_MediaCodecList_getCanonicalName()
Dandroid_media_MediaCodec.cpp711 env->NewStringUTF(codecInfo->getCodecName())); in getCodecInfo()
/frameworks/wilhelm/src/android/
DVideoCodec_to_android.cpp81 if (info == NULL || MediaCodecList::isSoftwareCodec(info->getCodecName())) { in android_videoCodec_expose()
/frameworks/av/media/libmedia/include/media/
DMediaCodecInfo.h195 const char *getCodecName() const;
/frameworks/av/media/libmedia/
DMediaCodecInfo.cpp173 const char *MediaCodecInfo::getCodecName() const { in getCodecName() function in android::MediaCodecInfo
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp609 ALOGD("allocate(%s)", codecInfo->getCodecName()); in allocate()
612 AString componentName = codecInfo->getCodecName(); in allocate()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10072 Landroid/bluetooth/BluetoothCodecConfig;->getCodecName()Ljava/lang/String;
37135 Landroid/media/MediaCodecList;->getCodecName(I)Ljava/lang/String;