Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Side by Side Diff: webrtc/modules/audio_coding/neteq/test/PayloadTypes.h

Issue 1516653003: Adding Opus to RTPencode. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: fixing some nits Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
(...skipping 21 matching lines...) Expand all
32 #define NETEQ_CODEC_EG711U_PT 100 32 #define NETEQ_CODEC_EG711U_PT 100
33 #define NETEQ_CODEC_EG711A_PT 101 33 #define NETEQ_CODEC_EG711A_PT 101
34 #define NETEQ_CODEC_ILBC_PT 102 34 #define NETEQ_CODEC_ILBC_PT 102
35 #define NETEQ_CODEC_ISAC_PT 103 35 #define NETEQ_CODEC_ISAC_PT 103
36 #define NETEQ_CODEC_ISACLC_PT 119 36 #define NETEQ_CODEC_ISACLC_PT 119
37 #define NETEQ_CODEC_ISACSWB_PT 104 37 #define NETEQ_CODEC_ISACSWB_PT 104
38 #define NETEQ_CODEC_AVT_PT 106 38 #define NETEQ_CODEC_AVT_PT 106
39 #define NETEQ_CODEC_G722_1_16_PT 108 39 #define NETEQ_CODEC_G722_1_16_PT 108
40 #define NETEQ_CODEC_G722_1_24_PT 109 40 #define NETEQ_CODEC_G722_1_24_PT 109
41 #define NETEQ_CODEC_G722_1_32_PT 110 41 #define NETEQ_CODEC_G722_1_32_PT 110
42 #define NETEQ_CODEC_SC3_PT» » » » 111 42 #define NETEQ_CODEC_OPUS_PT 111
43 #define NETEQ_CODEC_AMR_PT 112 43 #define NETEQ_CODEC_AMR_PT 112
44 #define NETEQ_CODEC_GSMEFR_PT 113 44 #define NETEQ_CODEC_GSMEFR_PT 113
45 //#define NETEQ_CODEC_ILBCRCU_PT 114 45 //#define NETEQ_CODEC_ILBCRCU_PT 114
46 #define NETEQ_CODEC_G726_16_PT 115 46 #define NETEQ_CODEC_G726_16_PT 115
47 #define NETEQ_CODEC_G726_24_PT 116 47 #define NETEQ_CODEC_G726_24_PT 116
48 #define NETEQ_CODEC_G726_32_PT 121 48 #define NETEQ_CODEC_G726_32_PT 121
49 #define NETEQ_CODEC_RED_PT 117 49 #define NETEQ_CODEC_RED_PT 117
50 #define NETEQ_CODEC_G726_40_PT 118 50 #define NETEQ_CODEC_G726_40_PT 118
51 //#define NETEQ_CODEC_ENERGY_PT 120 51 //#define NETEQ_CODEC_ENERGY_PT 120
52 #define NETEQ_CODEC_CN_WB_PT 105 52 #define NETEQ_CODEC_CN_WB_PT 105
(...skipping 14 matching lines...) Expand all
67 /* Not default in VoiceEngine */ 67 /* Not default in VoiceEngine */
68 #define NETEQ_CODEC_G722_1C_24_PT 84 68 #define NETEQ_CODEC_G722_1C_24_PT 84
69 #define NETEQ_CODEC_G722_1C_32_PT 85 69 #define NETEQ_CODEC_G722_1C_32_PT 85
70 #define NETEQ_CODEC_G722_1C_48_PT 86 70 #define NETEQ_CODEC_G722_1C_48_PT 86
71 71
72 #define NETEQ_CODEC_SILK_8_PT 80 72 #define NETEQ_CODEC_SILK_8_PT 80
73 #define NETEQ_CODEC_SILK_12_PT 81 73 #define NETEQ_CODEC_SILK_12_PT 81
74 #define NETEQ_CODEC_SILK_16_PT 82 74 #define NETEQ_CODEC_SILK_16_PT 82
75 #define NETEQ_CODEC_SILK_24_PT 83 75 #define NETEQ_CODEC_SILK_24_PT 83
76 76
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/neteq/neteq_tests.gypi ('k') | webrtc/modules/audio_coding/neteq/test/RTPencode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698