niklase@google.com | 470e71d | 2011-07-07 08:21:25 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. |
| 3 | * |
| 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 |
| 6 | * tree. An additional intellectual property rights grant can be found |
| 7 | * in the file PATENTS. All contributing project authors may |
| 8 | * be found in the AUTHORS file in the root of the source tree. |
| 9 | */ |
| 10 | |
| 11 | /* |
| 12 | * Contains definitions for the delay logging functionality. Only used for debugging and |
| 13 | * tracing purposes. |
| 14 | */ |
| 15 | |
| 16 | #ifndef DELAY_LOGGING_H |
| 17 | #define DELAY_LOGGING_H |
| 18 | |
| 19 | #define NETEQ_DELAY_LOGGING_VERSION_STRING "2.0" |
| 20 | |
| 21 | #define NETEQ_DELAY_LOGGING_SIGNAL_RECIN 1 |
| 22 | #define NETEQ_DELAY_LOGGING_SIGNAL_FLUSH 2 |
| 23 | #define NETEQ_DELAY_LOGGING_SIGNAL_CLOCK 3 |
| 24 | #define NETEQ_DELAY_LOGGING_SIGNAL_EOF 4 |
| 25 | #define NETEQ_DELAY_LOGGING_SIGNAL_DECODE 5 |
| 26 | #define NETEQ_DELAY_LOGGING_SIGNAL_CHANGE_FS 6 |
| 27 | #define NETEQ_DELAY_LOGGING_SIGNAL_MERGE_INFO 7 |
| 28 | #define NETEQ_DELAY_LOGGING_SIGNAL_EXPAND_INFO 8 |
| 29 | #define NETEQ_DELAY_LOGGING_SIGNAL_ACCELERATE_INFO 9 |
| 30 | #define NETEQ_DELAY_LOGGING_SIGNAL_PREEMPTIVE_INFO 10 |
| 31 | #define NETEQ_DELAY_LOGGING_SIGNAL_OPTBUF 11 |
| 32 | #define NETEQ_DELAY_LOGGING_SIGNAL_DECODE_ONE_DESC 12 |
| 33 | |
| 34 | #endif |