/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothCodecConfigTest.java | 193 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/ |
D | HeicEncoderInfoManager.cpp | 288 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/ |
D | MediaCodecList.java | 114 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/ |
D | MediaCodecList.cpp | 233 std::string codecName = (*it)->getCodecName(); in MediaCodecList() 293 if (strcmp(mCodecInfos[i]->getCodecName(), name) == 0) { in findCodecByName() 368 AString componentName = info->getCodecName(); in findMatchingCodecs()
|
D | MediaCodecListWriter.cpp | 43 if (!strcmp(info->getCodecName(), name)) { in findMediaCodecInfo()
|
D | MediaCodecListOverrides.cpp | 224 AString name = info->getCodecName(); in profileCodecs()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | A2dpProfileTest.java | 203 when(config.getCodecName()).thenReturn("LDAC"); in getLabelDeviceConnectedWithHighQualityCodec() 205 String.format(KNOWN_CODEC_LABEL, config.getCodecName())); in getLabelDeviceConnectedWithHighQualityCodec()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothCodecConfig.java | 292 return "{codecName:" + getCodecName() in toString() 368 public @NonNull String getCodecName() { in getCodecName() method in BluetoothCodecConfig
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 666 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/ |
D | android_media_MediaCodecList.cpp | 78 namesAndAliases.editItemAt(0) = info->getCodecName(); in JavaMediaCodecListWrapper() 160 const char *name = info.info->getCodecName(); in android_media_MediaCodecList_getCanonicalName()
|
D | android_media_MediaCodec.cpp | 711 env->NewStringUTF(codecInfo->getCodecName())); in getCodecInfo()
|
/frameworks/wilhelm/src/android/ |
D | VideoCodec_to_android.cpp | 81 if (info == NULL || MediaCodecList::isSoftwareCodec(info->getCodecName())) { in android_videoCodec_expose()
|
/frameworks/av/media/libmedia/include/media/ |
D | MediaCodecInfo.h | 195 const char *getCodecName() const;
|
/frameworks/av/media/libmedia/ |
D | MediaCodecInfo.cpp | 173 const char *MediaCodecInfo::getCodecName() const { in getCodecName() function in android::MediaCodecInfo
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.cpp | 609 ALOGD("allocate(%s)", codecInfo->getCodecName()); in allocate() 612 AString componentName = codecInfo->getCodecName(); in allocate()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 10072 Landroid/bluetooth/BluetoothCodecConfig;->getCodecName()Ljava/lang/String; 37135 Landroid/media/MediaCodecList;->getCodecName(I)Ljava/lang/String;
|